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 d1c1958 commit 43bd41fCopy full SHA for 43bd41f
composer.json
@@ -19,13 +19,13 @@
19
],
20
"require": {
21
"php": "^8.0.2",
22
- "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
23
- "illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
24
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
+ "illuminate/contracts": "^11.0|^12.0",
+ "illuminate/http": "^11.0|^12.0",
+ "illuminate/support": "^11.0|^12.0"
25
},
26
"require-dev": {
27
- "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
28
- "phpunit/phpunit": "^9.0|^10.5|^11.5.3"
+ "orchestra/testbench": "^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.5.3"
29
30
"autoload": {
31
"psr-4": {
0 commit comments