Skip to content

Commit 8be070f

Browse files
committed
support for laravel12
1 parent 3a545ac commit 8be070f

File tree

2 files changed

+2201
-1523
lines changed

2 files changed

+2201
-1523
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/support": "^9.0|^10.0|^11.0",
24-
"laravel/framework": "^9.0|^10.0|^11.0",
23+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
24+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0",
2525
"predis/predis": "^2.0"
2626
},
2727
"require-dev": {
2828
"m6web/redis-mock": "^5.6",
2929
"phpunit/phpunit": "^9.5|^10.0|^11.0",
30-
"orchestra/testbench": "^7.0|^8.0|^9.0",
30+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
3131
"mockery/mockery": "^1.5",
3232
"friendsofphp/php-cs-fixer": "^3.15",
33-
"larastan/larastan": "^2.5.1",
33+
"larastan/larastan": "^2.5.1|^3.0",
3434
"laravel/pint": "^1.16",
35-
"nunomaduro/collision": "^7.0",
35+
"nunomaduro/collision": "^7.0|^8.0",
3636
"phpcompatibility/php-compatibility": "^9.3",
3737
"phpmd/phpmd": "^2.15",
3838
"spatie/laravel-ignition": "^2.3",

0 commit comments

Comments
 (0)