Skip to content

Commit

Permalink
Laravel 9 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmathays committed Aug 13, 2022
1 parent ca0f0b3 commit 4ffaf9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/console": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0"
"php": "^7.4 | ^8.0",
"illuminate/console": "^8.0 | ^9.0",
"illuminate/filesystem": "^8.0 | ^9.0",
"illuminate/support": "^8.0 | ^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down

0 comments on commit 4ffaf9a

Please sign in to comment.