Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.

Commit a6942fa

Browse files
committed
Update composer.json
Allow for PHPUnit 5.x
1 parent b57385b commit a6942fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.4.0",
16-
"phpunit/phpunit": "~4.0"
16+
"phpunit/phpunit": "^4.0|^5.0"
1717
},
1818
"autoload": {
1919
"psr-0": { "Humbug\\": "src/" }

0 commit comments

Comments
 (0)