Skip to content

Commit

Permalink
Use PHPStan 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Nov 12, 2024
1 parent 63a017b commit 8427614
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require-dev": {
"editorconfig-checker/editorconfig-checker": "^10.6.0",
"ergebnis/composer-normalize": "^2.44.0",
"phpstan/phpstan": "^1.12.7",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan": "^2.0.1",
"phpstan/phpstan-phpunit": "^2.0.0",
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpunit/phpunit": "^10.5",
"shipmonk/composer-dependency-analyser": "^1.7",
"shipmonk/name-collision-detector": "^2.1.1",
"shipmonk/phpstan-rules": "^3.2.1",
"shipmonk/phpstan-rules": "^4.0.0",
"slevomat/coding-standard": "^8.15.0"
},
"autoload": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"check:dependencies": "composer-dependency-analyser",
"check:ec": "ec src tests",
"check:tests": "phpunit tests",
"check:types": "phpstan analyse -vvv",
"check:types": "phpstan analyse -vv",
"fix:cs": "phpcbf"
}
}

0 comments on commit 8427614

Please sign in to comment.