Skip to content

Commit

Permalink
Merge pull request #24 from lara-zeus/l-11
Browse files Browse the repository at this point in the history
support laravel 11
  • Loading branch information
atmonshi authored Apr 8, 2024
2 parents cfa838f + 0ab217c commit d61b1e6
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 d61b1e6

Please sign in to comment.