Skip to content

Commit 89d6af3

Browse files
committed
feat: add support for laravel 12
1 parent e224d22 commit 89d6af3

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
@@ -14,12 +14,12 @@
1414
"php": "^7.4|^8.0",
1515
"aws/aws-sdk-php": "^3.80",
1616
"cachewerk/relay": "^0.10.0",
17-
"illuminate/redis": "^7.0|^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
17+
"illuminate/redis": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
1919
},
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^3.0",
22-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
22+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2323
"php-parallel-lint/php-parallel-lint": "^1.1",
2424
"phpro/grumphp": "^1.0",
2525
"phpstan/phpstan": "^1.11.0",

0 commit comments

Comments
 (0)