Skip to content

Commit 72cd5a5

Browse files
committed
Laravel 12.
1 parent 55523fd commit 72cd5a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"php": ">=8.1",
1414
"ext-json": "*",
1515
"guzzlehttp/guzzle": "^7.4",
16-
"illuminate/collections": "^9.0|^10.0|^11.0"
16+
"illuminate/collections": "^9.0|^10.0|^11.0|^12.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.5|^10.0",
19+
"phpunit/phpunit": "^9.5|^10.0|^11.0",
2020
"roave/security-advisories": "dev-master",
2121
"spatie/ray": "^1.10",
2222
"symfony/var-dumper": "^5.2|^6.0",
23-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0"
23+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)