Skip to content

Commit

Permalink
Support Laravel 10 & 11
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored Aug 19, 2024
1 parent 5646692 commit 86d5084
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/console": "^6.0 | ^7.0 | ^8.0|^9.0",
"illuminate/support": "^6.0 | ^7.0 | ^8.0|^9.0",
"illuminate/cache": "^6.0 | ^7.0 | ^8.0|^9.0"
"illuminate/console": "^6.0 | ^7.0 | ^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0 | ^7.0 | ^8.0|^9.0|^10.0|^11.0",
"illuminate/cache": "^6.0 | ^7.0 | ^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0",
"phpunit/phpunit": "^8.5|^9.0|^10.0",
"mockery/mockery": "dev-master",
"illuminate/database": "^6.0 | ^7.0| ^8.0 |^9.0",
"illuminate/database": "^6.0 | ^7.0| ^8.0 |^9.0|^10.0|^11.0",
"sami/sami": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 86d5084

Please sign in to comment.