Skip to content
Snippets Groups Projects
Commit c62de0bd authored by Frank Morgner's avatar Frank Morgner
Browse files

refs #13668 - removes pre-{install,update}-cmd of composer.json

* outsourcing of composer run-script phpcs-finc call to deployment hook for alpha
...@@ -96,8 +96,6 @@ ...@@ -96,8 +96,6 @@
"vendor/bin/phpcs --standard=tests/finc/phpcs.xml" "vendor/bin/phpcs --standard=tests/finc/phpcs.xml"
], ],
"post-install-cmd": "@phing-install-dependencies", "post-install-cmd": "@phing-install-dependencies",
"post-update-cmd": "@phing-install-dependencies", "post-update-cmd": "@phing-install-dependencies"
"pre-install-cmd": "@phpcs-finc",
"pre-update-cmd": "@phpcs-finc"
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment