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 c085618 + 2a641fe commit 4d4019dCopy full SHA for 4d4019d
.travis.yml
@@ -40,6 +40,8 @@ before_script:
40
- if [ "$deps" = "low" ]; then composer update --prefer-lowest; fi
41
- if [ "$deps" = "" ]; then composer install; fi
42
43
+script: vendor/bin/phpunit
44
+
45
notifications:
46
email: [email protected]
47
composer.json
@@ -19,7 +19,7 @@
19
"sebastian/exporter": "~1"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": ">=3"
+ "phpunit/phpunit": "~3.0|~4.0"
23
24
"autoload": {
25
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
0 commit comments