Skip to content

Commit c11a679

Browse files
patrickomearasixlive
authored andcommitted
PHPUnit 8 support (#14)
* no other code changes required * note: sixlive/json-schema-assertions#3 will need to be released first to get PHPUnit 8
1 parent 4ef5ef7 commit c11a679

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
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": ">=7.1",
23-
"phpunit/phpunit": "^6.3|^7.0",
23+
"phpunit/phpunit": "^6.3|^7.0|^8.0",
2424
"illuminate/support": ">=5.5",
2525
"sixlive/json-schema-assertions": "^1.0"
2626
},

0 commit comments

Comments
 (0)