mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
php: delete composer scripts
This commit is contained in:
@ -7,18 +7,6 @@
|
|||||||
"squizlabs/php_codesniffer": "^3.7.2",
|
"squizlabs/php_codesniffer": "^3.7.2",
|
||||||
"phpunit/phpunit": "^10.2.6"
|
"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": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"OnlineEditorsExamplePhp\\" : "",
|
"OnlineEditorsExamplePhp\\" : "",
|
||||||
|
|||||||
Reference in New Issue
Block a user