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 9b2accb commit a61b371Copy full SHA for a61b371
composer.json
@@ -83,13 +83,6 @@
83
],
84
"ci-coverage": [
85
"if [ -f ./build/logs/clover.xml ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi"
86
- ],
87
- "post-create-project-cmd": [
88
- "ApiClients\\Tools\\Installer\\Installer::postCreateProject",
89
- "composer update --no-autoloader --ansi",
90
- "composer update --ansi",
91
- "@cs-fix",
92
- "@qa-all"
93
]
94
}
95
0 commit comments