Skip to content

Commit

Permalink
support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Apr 8, 2024
1 parent cfa838f commit 0ab217c
Show file tree
Hide file tree
Showing 3 changed files with 1,149 additions and 1,166 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
],
"require": {
"php": "^8.1",
"jgrossi/corcel": "^7.0",
"jgrossi/corcel": "^7.0 || ^8.0",
"lara-zeus/sky": "^3.0"
},
"require-dev": {
"orchestra/testbench": "^7.0 || ^8.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
Expand Down
Loading

0 comments on commit 0ab217c

Please sign in to comment.