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 6fea9e3 commit baec7a5Copy full SHA for baec7a5
composer.json
@@ -14,10 +14,11 @@
14
}
15
],
16
"require": {
17
- "laravel/framework": "^10.0"
+ "laravel/framework": "^10.0|^11.0"
18
},
19
"require-dev": {
20
- "orchestra/testbench": "^8.21",
+ "laravel/pint": "^1.0",
21
+ "orchestra/testbench": "^8.0|^9.0",
22
"pestphp/pest-plugin-laravel": "^2.0"
23
24
"autoload": {
@@ -48,6 +49,6 @@
48
49
"pestphp/pest-plugin": true
50
51
- "minimum-stability": "stable",
52
+ "minimum-stability": "dev",
53
"prefer-stable": true
54
0 commit comments