Skip to content

Commit d0831c8

Browse files
author
Hidde Boomsma
committed
allow phpunit in php 5.5
1 parent 3a43ef2 commit d0831c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.2",
19+
"phpunit/phpunit": "^5.2||^4.8.24",
2020
"mockery/mockery": "^0.9.4"
2121
},
2222
"extra": {

0 commit comments

Comments
 (0)