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.
1 parent e900955 commit a0959afCopy full SHA for a0959af
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
- php: 7.0
20
env: SYMFONY_DI_VERSION=2.8.*
21
22
- env: SYMFONY_DI_VERSION=3.0.*
+ env: SYMFONY_DI_VERSION=3.2.*
23
allow_failures:
24
- php: hhvm
25
composer.json
@@ -20,7 +20,7 @@
"sebastian/exporter": "^1.0|^2.0"
},
"require-dev": {
- "phpunit/phpunit": "^5.4.3"
+ "phpunit/phpunit": "^5.4.3|^6.0.0"
"autoload": {
26
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
0 commit comments