Skip to content

Commit fd73851

Browse files
committed
Fix phpunit version
1 parent a55d222 commit fd73851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"nyholm/psr7": "^1.3",
20-
"phpunit/phpunit": "^6.5",
20+
"phpunit/phpunit": ">=6.5",
2121
"squizlabs/php_codesniffer": "^3.5",
2222
"webclient/fake-http-client": "^1.0"
2323
},

0 commit comments

Comments
 (0)