composer scripts
CI / testsuite (mysql, 8.2, ) (push) Successful in 4m2s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m27s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m37s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m3s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m21s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 2m40s
CI / Coding Standard & Static Analysis (push) Successful in 2m53s
CI / testsuite (mysql, 8.4, ) (push) Successful in 6m42s
CI / testsuite (mysql, 8.2, ) (push) Successful in 4m2s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m27s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m37s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m3s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m21s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 2m40s
CI / Coding Standard & Static Analysis (push) Successful in 2m53s
CI / testsuite (mysql, 8.4, ) (push) Successful in 6m42s
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
"test": "phpunit --colors=always",
|
||||
"cs-check": "vendor/bin/phpcs --colors",
|
||||
"cs-fix": "vendor/bin/phpcbf --colors",
|
||||
"css": "npx @tailwindcss/cli -i ./webroot/css/main.css -o ./webroot/css/output.css --watch",
|
||||
"lowest": "validate-prefer-lowest",
|
||||
"lowest-setup": "composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction && cp composer.json composer.backup && composer require --dev dereuromark/composer-prefer-lowest && mv composer.backup composer.json",
|
||||
"stan": "phpstan analyze"
|
||||
|
||||
Reference in New Issue
Block a user