php: delete composer scripts

This commit is contained in:
vanyauhalin
2023-07-19 17:38:15 +04:00
parent 37c33965c8
commit 180f287c07

View File

@ -7,18 +7,6 @@
"squizlabs/php_codesniffer": "^3.7.2",
"phpunit/phpunit": "^10.2.6"
},
"scripts": {
"code-sniffer": [
"./vendor/bin/phpcs --config-set default_standard ruleset.xml",
"./vendor/bin/phpcs --config-set colors 1"
],
"post-install-cmd": [
"@code-sniffer"
],
"post-update-cmd": [
"@code-sniffer"
]
},
"autoload": {
"psr-4": {
"OnlineEditorsExamplePhp\\" : "",