Skip to content

Commit 2e9461b

Browse files
committed
Add Support to Laravel 11
1 parent aa457b6 commit 2e9461b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"prefer-stable": true,
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^3.35",
29-
"phpunit/phpunit": "^9.5|^10.0|^10.5"
29+
"phpunit/phpunit": "^9.5|^10.0|^10.5",
30+
"phpstan/phpstan": "^1.8"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)