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 4b469a1 commit 655564cCopy full SHA for 655564c
demo/composer.json
@@ -103,16 +103,6 @@
103
"cache:clear": "symfony-cmd",
104
"assets:install %PUBLIC_DIR%": "symfony-cmd",
105
"importmap:install": "symfony-cmd"
106
- },
107
- "pipeline": [
108
- "composer validate --strict",
109
- "php -l src/**/*.php tests/**/*.php",
110
- "bin/console lint:twig templates",
111
- "bin/console lint:yaml config",
112
- "bin/console lint:container",
113
- "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix",
114
- "phpstan analyse",
115
- "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html=coverage"
116
- ]
+ }
117
}
118
0 commit comments