Skip to content

Commit

Permalink
[3.x] Supports PHPStan 2
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 19, 2024
1 parent 42d29c9 commit c45a37c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"require": {
"php": "^8.1",
"illuminate/database": "^10.40 || ^11.0",
"illuminate/queue": "^10.40 || ^11.0",
"illuminate/database": "^10.48.23 || ^11.31",
"illuminate/queue": "^10.48.23 || ^11.31",
"laravel/serializable-closure": "^1.3 || ^2.0"
},
"require-dev": {
"laravel/pint": "^1.6",
"orchestra/testbench": "^8.19 || ^9.0",
"phpstan/phpstan": "^1.10.5",
"laravel/pint": "^1.17",
"orchestra/testbench": "^8.28 || ^9.6",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.1 || ^11.0"
},
"config": {
Expand All @@ -51,7 +51,7 @@
"build": "@php vendor/bin/testbench workbench:build --ansi",
"lint": [
"@php vendor/bin/pint",
"@php vendor/bin/phpstan analyse"
"@php vendor/bin/phpstan analyse --verbose"
]
},
"prefer-stable": true,
Expand Down

0 comments on commit c45a37c

Please sign in to comment.