Skip to content

Commit

Permalink
update required version of laravel 8 to reflect test support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Feb 20, 2024
1 parent caed074 commit 90cad2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^8.0|^9.0|^10.0|^11.0"
"illuminate/support": "^8.75|^9.0|^10.0|^11.0",
"illuminate/database": "^8.75|^9.0|^10.0|^11.0"
},
"require-dev": {
"laravel/legacy-factories": "^1.0@dev",
Expand Down

0 comments on commit 90cad2d

Please sign in to comment.