Skip to content

Commit

Permalink
Allow Laravel 9.0 or above.
Browse files Browse the repository at this point in the history
  • Loading branch information
maab16 committed Jun 26, 2022
1 parent 008ac98 commit 3fd5b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.3",
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 3fd5b47

Please sign in to comment.