Skip to content

Commit

Permalink
PHPStan deprecation rules needs the PHPStan plugin loader
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Dec 21, 2023
1 parent 2145886 commit a8d019b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"bin": ["bin/convert", "bin/build_hw_jsons", "bin/refresh_hw_sources","bin/validate"],
"require-dev": {
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^9.6",
Expand All @@ -45,6 +46,9 @@
"platform": {
"php": "7.4.99"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit a8d019b

Please sign in to comment.