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

Commit

Permalink
Support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Mar 12, 2022
1 parent ef897aa commit d49fa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.3.2",
"phpunit/phpunit": "^5.7.10|^6.0|^7.0|^8.0|^9.0"
"phpunit/phpunit": "^5.7.10|^6.0|^7.0|^8.5.22|^9.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit d49fa4c

Please sign in to comment.