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 0b22f45 commit 2d89b11Copy full SHA for 2d89b11
.gitignore
@@ -3,4 +3,4 @@ composer.lock
3
docs
4
vendor
5
coverage
6
-.phpunit.cache
+.phpunit.cache
.phpunit.cache/test-results
composer.json
@@ -17,10 +17,10 @@
17
],
18
"require": {
19
"php": "^8.2",
20
- "illuminate/support": "^11.0"
+ "illuminate/support": "^11.0|^12.0"
21
},
22
"require-dev": {
23
- "orchestra/testbench": "^9.0",
+ "orchestra/testbench": "^9.0|^10.0",
24
"phpunit/phpunit": "^11.0"
25
26
"autoload": {
0 commit comments