Skip to content

Commit

Permalink
Merge pull request #21 from Spargon/laravel-10
Browse files Browse the repository at this point in the history
Adding support for Laravel 10
  • Loading branch information
TechTailor authored Feb 27, 2023
2 parents b1fde9a + 0cc3d79 commit 0be95d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"require": {
"php": "^7.4|^8.0",
"jenssegers/agent": "^2.6",
"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",
"illuminate/auth": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/bus": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/console": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/contracts": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/database": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/http": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/notifications": "^7.30.4|^8.40.0|^9.0|^10.0",
"illuminate/support": "^7.30.4|^8.40.0|^9.0|^10.0",
"spatie/laravel-package-tools": "^1.4"
},
"require-dev": {
Expand Down

0 comments on commit 0be95d7

Please sign in to comment.