Skip to content

Commit

Permalink
Enable Laravel 9.0 in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Jan 20, 2022
1 parent 84ae3cc commit 52d29f7
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 @@ -47,7 +47,7 @@
"require": {
"php": "^8.0",
"doctrine/instantiator": "^1.4",
"laravel/framework": "^8.80"
"laravel/framework": "^8.0||^9.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
Expand Down

0 comments on commit 52d29f7

Please sign in to comment.