Skip to content

Commit d3b5bbf

Browse files
committed
PHP 5.6 requires phpunit-json-assertions 1.0.0
1 parent cb6201d commit d3b5bbf

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
@@ -24,7 +24,7 @@
2424
"require-dev": {
2525
"phpunit/phpunit": "^5.7",
2626
"php-http/mock-client": "^0.3.0",
27-
"estahn/phpunit-json-assertions": "^2.0.1",
27+
"estahn/phpunit-json-assertions": "^1.0.0",
2828
"squizlabs/php_codesniffer": "^3.1"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)