Skip to content

Commit c512b68

Browse files
committed
Stick with PHPUnit 6 for now, so use the caret operator rather than gte
1 parent 9ec9707 commit c512b68

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
@@ -18,7 +18,7 @@
1818
"zendframework/zend-dom": "^2.7"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": ">=6.0"
21+
"phpunit/phpunit": "^6.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)