Skip to content

Commit

Permalink
Merge pull request #17 from Spargon/laravel-9
Browse files Browse the repository at this point in the history
Adding Support for Laravel 9
  • Loading branch information
TechTailor authored Feb 23, 2022
2 parents 48b3930 + d18aea8 commit 1a22fa0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require": {
"php": "^7.4|^8.0",
"jenssegers/agent": "^2.6",
"illuminate/auth": "^7.0|^8.0",
"illuminate/bus": "^7.0|^8.0",
"illuminate/console": "^7.0|^8.0",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0",
"illuminate/http": "^7.0|^8.0",
"illuminate/notifications": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/auth": "^7.0|^8.0|^9.0",
"illuminate/bus": "^7.0|^8.0|^9.0",
"illuminate/console": "^7.0|^8.0|^9.0",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/http": "^7.0|^8.0|^9.0",
"illuminate/notifications": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"spatie/laravel-package-tools": "^1.4"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down

0 comments on commit 1a22fa0

Please sign in to comment.