We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fe363 commit 06252b2Copy full SHA for 06252b2
CHANGELOG.md
@@ -6,6 +6,7 @@ master
6
7
* Added rule to ban shell execution via backticks
8
* Added rule to ban print statements
9
+* Allow Composer plugin ergebnis/composer-normalize
10
11
v1.0.0
12
------
composer.json
@@ -39,6 +39,11 @@
39
"Tests\\Ekino\\PHPStanBannedCode\\": "tests"
40
}
41
},
42
+ "config": {
43
+ "allow-plugins": {
44
+ "ergebnis/composer-normalize": true
45
+ }
46
+ },
47
"extra": {
48
"branch-alias": {
49
"dev-master": "1.0-dev"
0 commit comments