Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit d49fa4c

Browse files
committed
Support Laravel 9
1 parent ef897aa commit d49fa4c

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
@@ -21,7 +21,7 @@
2121
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0|^9.0",
2222
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
2323
"mockery/mockery": "^1.3.2",
24-
"phpunit/phpunit": "^5.7.10|^6.0|^7.0|^8.0|^9.0"
24+
"phpunit/phpunit": "^5.7.10|^6.0|^7.0|^8.5.22|^9.0"
2525
},
2626
"autoload": {
2727
"files": [

0 commit comments

Comments
 (0)