Skip to content

Commit

Permalink
allow laravel versions 8,9,10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackardios committed Jan 31, 2024
1 parent 6a63211 commit 67dc881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"ext-json": "*",
"php": "^8.0",
"phpoffice/phpspreadsheet": "^1.18",
"illuminate/support": "^10.0",
"illuminate/support": "^8.0||^9.0||^10.0",
"psr/simple-cache": "^3.0",
"composer/semver": "^3.3"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^6.0||^7.0||^8.0",
"predis/predis": "^1.1",
"laravel/scout": "^10.0",
"laravel/scout": "^8.0||^9.0||^10.0",
"laravel/legacy-factories": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 67dc881

Please sign in to comment.