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 78e00d5 commit 6e01328Copy full SHA for 6e01328
composer.json
@@ -22,11 +22,11 @@
22
"prefer-stable": true,
23
"require": {
24
"php": "^8.2",
25
- "illuminate/http": "^10|^11.0"
+ "illuminate/http": "^10|^11.0|^12.0"
26
},
27
"require-dev": {
28
- "orchestra/testbench": "^8.0|^9.0",
29
- "phpunit/phpunit": "^9.4|^10.5"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.4|^10.5|^11.5.3"
30
31
"autoload": {
32
"psr-4": {
0 commit comments