We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee09e2b commit e2bbca6Copy full SHA for e2bbca6
1 file changed
composer.json
@@ -17,11 +17,11 @@
17
],
18
"require": {
19
"php": "^8.1",
20
- "illuminate/http": "^10.0 || ^11.0",
21
- "illuminate/support": "^10.0 || ^11.0"
+ "illuminate/http": "^10.0 || ^11.0 || ^12.0",
+ "illuminate/support": "^10.0 || ^11.0 || ^12.0"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "^8.0 || ^9.0",
+ "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
25
"phpunit/phpunit": "^10.0 || ^11.0"
26
27
"autoload": {
0 commit comments