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 55523fd commit 72cd5a5Copy full SHA for 72cd5a5
composer.json
@@ -13,14 +13,14 @@
13
"php": ">=8.1",
14
"ext-json": "*",
15
"guzzlehttp/guzzle": "^7.4",
16
- "illuminate/collections": "^9.0|^10.0|^11.0"
+ "illuminate/collections": "^9.0|^10.0|^11.0|^12.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^9.5|^10.0",
+ "phpunit/phpunit": "^9.5|^10.0|^11.0",
20
"roave/security-advisories": "dev-master",
21
"spatie/ray": "^1.10",
22
"symfony/var-dumper": "^5.2|^6.0",
23
- "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0"
+ "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
24
25
"autoload": {
26
"psr-4": {
0 commit comments