Skip to content

Commit

Permalink
Merge pull request #42 from tigitz/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 9
  • Loading branch information
jildertmiedema authored Apr 1, 2022
2 parents 24c3551 + 92644e2 commit 40918fd
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 @@ -15,7 +15,7 @@
"license": "MIT",
"require": {
"php": ">=7.2.5",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0 | ^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 40918fd

Please sign in to comment.