Skip to content

Commit

Permalink
Merge pull request #18 from jtolj/laravel-9
Browse files Browse the repository at this point in the history
Update composer.json to support Laravel 9
  • Loading branch information
liran-co authored Feb 17, 2022
2 parents cba607f + 66f9575 commit e6ae8f7
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 @@ -17,8 +17,8 @@
}
],
"require": {
"php": "^7.2.5|^8.0",
"laravel/framework": "^6.0|^7.0|^8.0"
"php": "^7.2.5|^8.0|^8.1",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e6ae8f7

Please sign in to comment.