Skip to content

Commit 655564c

Browse files
committed
Remove pipeline config in composer.json
1 parent 4b469a1 commit 655564c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

demo/composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,6 @@
103103
"cache:clear": "symfony-cmd",
104104
"assets:install %PUBLIC_DIR%": "symfony-cmd",
105105
"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-
]
106+
}
117107
}
118108
}

0 commit comments

Comments
 (0)