We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a70de commit 2541e6dCopy full SHA for 2541e6d
2 files changed
.gitignore
@@ -4,3 +4,4 @@ docs
4
vendor
5
coverage
6
.phpunit.result.cache
7
+.idea
composer.json
@@ -18,11 +18,11 @@
18
"require": {
19
"php": "^8.0",
20
"guzzlehttp/guzzle": "^7.0",
21
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
22
},
23
"require-dev": {
24
"orchestra/testbench": "^7.0|^8.0|^9.0",
25
- "phpunit/phpunit": "^9.0|^10.0"
+ "phpunit/phpunit": "^9.0|^10.0|11.5.10"
26
27
"autoload": {
28
"psr-4": {
@@ -51,4 +51,4 @@
51
}
52
53
54
-}
+}
0 commit comments