We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea1e6a commit 6086a9cCopy full SHA for 6086a9c
1 file changed
composer.json
@@ -23,11 +23,11 @@
23
],
24
"require": {
25
"php": "^7.3|^8.0",
26
- "illuminate/support": "^9.0|^10.0|^11.0"
+ "illuminate/support": "^9.0|^10.0|^11.0|^12.0"
27
},
28
"require-dev": {
29
- "orchestra/testbench": "^7.0|^8.0|^9.0",
30
- "phpunit/phpunit": "^9.0|^10.0|^11.0"
+ "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0"
31
32
"autoload": {
33
"psr-4": {
0 commit comments