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 52e5b02 commit 2fd5394Copy full SHA for 2fd5394
composer.json
@@ -16,7 +16,7 @@
16
],
17
"require": {
18
"php": "^8",
19
- "illuminate/support": "^9|^10|^11.0",
+ "illuminate/support": "^9|^10|^11.0|^12.0",
20
"symfony/form": "^6|^7.0",
21
"symfony/validator": "^6|^7.0",
22
"symfony/twig-bridge": "^6|^7.0",
@@ -44,7 +44,7 @@
44
},
45
"require-dev": {
46
"squizlabs/php_codesniffer": "^2.3|^3.9",
47
- "orchestra/testbench": "^7|^8|^9.0"
+ "orchestra/testbench": "^7|^8|^9.0|^10.0"
48
49
"scripts": {
50
"test": "phpunit",
0 commit comments