Skip to content

Commit 9d0a066

Browse files
committed
feat: laravel 11 support
1 parent b508ad5 commit 9d0a066

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
@@ -12,20 +12,20 @@
1212
"require": {
1313
"php": "^8.1",
1414
"ext-redis": "*",
15-
"laravel/framework": "^9.0 || ^10.0",
15+
"laravel/framework": "^9.0 || ^10.0 || ^11.0",
1616
"webmozart/assert": "^1.11",
1717
"zlodes/prometheus-client": "^2.0.0"
1818
},
1919
"require-dev": {
2020
"ergebnis/composer-normalize": "dev-main",
2121
"mockery/mockery": "^1.5",
22-
"orchestra/testbench": "^8.5",
22+
"orchestra/testbench": "^8.5 || ^9.0",
2323
"phpcompatibility/php-compatibility": "^9.3",
2424
"phpmd/phpmd": "^2.13",
2525
"phpstan/extension-installer": "^1.3",
2626
"phpstan/phpstan": "^1.10",
2727
"phpstan/phpstan-webmozart-assert": "^1.2",
28-
"phpunit/phpunit": "^10.0",
28+
"phpunit/phpunit": "^10.0 || ^11.0",
2929
"psalm/plugin-laravel": "^2.8",
3030
"roave/security-advisories": "dev-latest",
3131
"slevomat/coding-standard": "^8.11",

0 commit comments

Comments
 (0)