Skip to content

Commit 490e6f2

Browse files
authored
remove obsolete bin/php-code-validator from composer
the script bin/php-code-validator got removed with the latest version so we shouldn't include it in composer.json anymore
1 parent 00975bb commit 490e6f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616
"minimum-stability": "stable",
1717
"require": {
1818
"squizlabs/php_codesniffer": "^3.5"
19-
},
20-
"bin": [
21-
"bin/php-code-validator"
22-
]
19+
}
2320
}

0 commit comments

Comments
 (0)