We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacb721 commit a4f6f08Copy full SHA for a4f6f08
composer.json
@@ -3,14 +3,14 @@
3
"description": "Rule helper for Laravel",
4
"type": "library",
5
"license": "MIT",
6
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
7
"require": {
8
"php": "^8.2",
9
"laravel/framework": "^11.0.3"
10
},
11
"require-dev": {
12
"ext-json": "*",
13
- "orchestra/testbench": "9.x-dev",
+ "orchestra/testbench": "^9.0",
14
"phpunit/phpunit": "^10.5",
15
"laravel/pint": "1.13.9",
16
"larastan/larastan": "^2.0"
0 commit comments