Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 711264a

Browse files
committed
Fix phpunit version to 6.3.*
This will fix the build error.
1 parent 00b043d commit 711264a

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
@@ -19,7 +19,7 @@
1919
"php-http/promise": "^1.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^6.1",
22+
"phpunit/phpunit": "6.3.*",
2323
"cache/void-adapter": "^1.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)