Skip to content

Commit 06e9674

Browse files
committed
Remove --strict to composer validate (using @dev for now on deps)
1 parent 4b469a1 commit 06e9674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"importmap:install": "symfony-cmd"
106106
},
107107
"pipeline": [
108-
"composer validate --strict",
108+
"composer validate",
109109
"php -l src/**/*.php tests/**/*.php",
110110
"bin/console lint:twig templates",
111111
"bin/console lint:yaml config",

0 commit comments

Comments
 (0)