Skip to content

Commit c5818a1

Browse files
committed
minor #212 [Demo] Remove --strict to composer validate (using @dev for now on deps) (fabpot)
This PR was merged into the main branch. Discussion ---------- [Demo] Remove --strict to composer validate (using `@dev` for now on deps) | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | n/a | License | MIT As we're using unbounded deps for now (``@dev``), we cannot use `--strict` on `composer validate`. Commits ------- 655564c Remove pipeline config in composer.json
2 parents 4b469a1 + 655564c commit c5818a1

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)