We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d248896 + f9a6f03 commit 3c6caefCopy full SHA for 3c6caef
autoloader.php
@@ -35,3 +35,8 @@
35
;
36
}
37
38
+if (defined('mageekguy\atoum\scripts\runner') === true) {
39
+ \mageekguy\atoum\scripts\runner::addConfigurationCallable(function($script, $runner) {
40
+ $runner->addExtension(new \mageekguy\atoum\config\extension($script));
41
+ });
42
+}
composer.json
@@ -12,11 +12,12 @@
12
13
],
14
"require": {
15
- "atoum/atoum": ">=1.0.0 <7.0",
+ "atoum/atoum": "^2.9",
16
"symfony/yaml": "~2.6",
17
"symfony/config": "~2.6",
18
"symfony/dependency-injection": "~2.6"
19
},
20
+ "minimum-stability": "beta",
21
"autoload": {
22
"psr-4": {
23
"mageekguy\\atoum\\config\\": "classes"
0 commit comments