Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 2, 2024
1 parent 991bb1d commit 3b229d2
Show file tree
Hide file tree
Showing 2 changed files with 1,927 additions and 1,464 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
],
"require": {
"php": "^8.1",
"lara-zeus/core": "^3.0"
"lara-zeus/core": "^3.1"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
"larastan/larastan": "^2.0",
"nunomaduro/phpinsights": "^2.8",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
Expand Down Expand Up @@ -77,5 +77,6 @@
}
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 3b229d2

Please sign in to comment.