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 bf48bf7 commit 2a32e66Copy full SHA for 2a32e66
composer.json
@@ -35,14 +35,14 @@
35
],
36
"require": {
37
"php": "^8.1",
38
- "illuminate/contracts": "^10.0 || ^11.0",
39
- "illuminate/http": "^10.0 || ^11.0",
40
- "illuminate/support": "^10.0 || ^11.0",
+ "illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
+ "illuminate/http": "^10.0 || ^11.0 || ^12.0",
+ "illuminate/support": "^10.0 || ^11.0 || ^12.0",
41
"lmc/http-constants": "^1.2",
42
"symfony/http-foundation": "^6.0 || ^7.0"
43
},
44
"require-dev": {
45
- "orchestra/testbench": "^8.0 || ^9.0",
+ "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
46
"phpunit/phpunit": "^10.0"
47
48
"conflict": {
@@ -77,4 +77,4 @@
77
]
78
}
79
80
-}
+}
0 commit comments