We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaa76f commit 10d3310Copy full SHA for 10d3310
composer.json
@@ -10,14 +10,14 @@
10
}
11
],
12
"require": {
13
- "php": "^8.0",
14
- "illuminate/support": "^9.0|^10.0|^11.0"
+ "php": "^8.2",
+ "illuminate/support": "^9.0|^10.0|^11.0|^12.0"
15
},
16
"require-dev": {
17
"laravel/pint": "^1.20",
18
- "orchestra/testbench": "^8.31",
19
- "pestphp/pest": "^2.36",
20
- "pestphp/pest-plugin-laravel": "^2.4"
+ "orchestra/testbench": "^8.31|^9.0|^10.0",
+ "pestphp/pest": "^2.36|^3.0",
+ "pestphp/pest-plugin-laravel": "^2.4|^3.0"
21
22
"autoload": {
23
"psr-4": {
0 commit comments