We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2307d41 commit 7ffa968Copy full SHA for 7ffa968
composer.json
@@ -17,16 +17,16 @@
17
}
18
],
19
"require": {
20
- "php": "^8.1|^8.2|^8.3",
21
- "illuminate/support": "^10.0|^11.0",
22
- "illuminate/contracts": "^10.0|^11.0"
+ "php": "^8.1|^8.2|^8.3|^8.4",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "illuminate/contracts": "^10.0|^11.0|^12.0"
23
},
24
"require-dev": {
25
"laravel/pint": "^1.7",
26
"mockery/mockery": "^1.6",
27
- "orchestra/testbench": "^9.0",
28
- "pestphp/pest": "^2.34",
29
- "pestphp/pest-plugin-laravel": "^2.4"
+ "orchestra/testbench": "^9.0|^10.0",
+ "pestphp/pest": "^3.0",
+ "pestphp/pest-plugin-laravel": "^3.0"
30
31
"autoload": {
32
"psr-4": {
0 commit comments