Skip to content

Commit a0959af

Browse files
Allow PHPUnit 6 and run tests with Symfony 3.2
1 parent e900955 commit a0959af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- php: 7.0
2020
env: SYMFONY_DI_VERSION=2.8.*
2121
- php: 7.0
22-
env: SYMFONY_DI_VERSION=3.0.*
22+
env: SYMFONY_DI_VERSION=3.2.*
2323
allow_failures:
2424
- php: hhvm
2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sebastian/exporter": "^1.0|^2.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.4.3"
23+
"phpunit/phpunit": "^5.4.3|^6.0.0"
2424
},
2525
"autoload": {
2626
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }

0 commit comments

Comments
 (0)