Skip to content

Commit

Permalink
Add compatibility with Laravel v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Pichler committed Dec 4, 2023
1 parent e8ed27a commit fe24e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": ">=8.1",
"illuminate/view": "^10.0",
"illuminate/config": "^10.0"
"illuminate/view": "^9.0|^10.0",
"illuminate/config": "^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit fe24e8c

Please sign in to comment.