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 88c7129 commit 907b121Copy full SHA for 907b121
composer.json
@@ -21,6 +21,11 @@
21
"illuminate/validation": "^11.0",
22
"symfony/console": "^7.0"
23
},
24
+ "require-dev": {
25
+ "laravel/framework": "^11.0",
26
+ "orchestra/testbench-core": "^9.0",
27
+ "phpstan/phpstan": "^2.0"
28
+ },
29
"autoload": {
30
"psr-4": {
31
"Laravel\\Breeze\\": "src/"
@@ -37,9 +42,5 @@
37
42
"sort-packages": true
38
43
39
44
"minimum-stability": "dev",
40
- "prefer-stable": true,
41
- "require-dev": {
- "orchestra/testbench": "^9.0",
- "phpstan/phpstan": "^1.10"
- }
45
+ "prefer-stable": true
46
}
0 commit comments