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 b07726d commit 62d28bbCopy full SHA for 62d28bb
composer.json
@@ -17,12 +17,12 @@
17
],
18
"require": {
19
"php": "^8.2|^8.3|^8.4",
20
- "illuminate/support": "^10.0|^11.0"
+ "illuminate/support": "^10.0|^11.0|^12.0"
21
},
22
"require-dev": {
23
"mockery/mockery": "^1.4.4",
24
- "orchestra/testbench": "^8.0|^9.0",
25
- "phpunit/phpunit": "^10.4"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^10.4|^11.5.3"
26
27
"autoload": {
28
"psr-4": {
@@ -50,4 +50,4 @@
50
]
51
}
52
53
-}
+}
0 commit comments