Skip to content

Commit 5d778aa

Browse files
committed
Switch to latest PHPUnit for PHP 5 branch.
1 parent fbed8da commit 5d778aa

File tree

2 files changed

+136
-131
lines changed

2 files changed

+136
-131
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
"php": ">=5.6.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "5.5.*",
16+
"phpunit/phpunit": "5.7.*",
1717
"phpunit/php-invoker": "*",
18-
"phpunit/dbunit": ">=1.2"
18+
"phpunit/dbunit": ">=1.2",
19+
"sebastian/environment": "^2.0"
1920
},
2021
"config": {
2122
"process-timeout": 0

0 commit comments

Comments
 (0)