File tree 3 files changed +293
-232
lines changed 3 files changed +293
-232
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ script:
57
57
- ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
58
58
# Fail CI if the repo is in a dirty state after building assets (only for current release ie install)
59
59
# - if [[ "$ACTION" == "install" ]]; then yarn install && yarn encore production && git add --all && git diff --staged --exit-code; fi
60
- - composer validate
60
+ - composer validate --strict
Original file line number Diff line number Diff line change 20
20
"symfony/asset" : " 5.0.*" ,
21
21
"symfony/console" : " 5.0.*" ,
22
22
"symfony/dotenv" : " 5.0.*" ,
23
- "symfony/expression-language" : " *" ,
23
+ "symfony/expression-language" : " 5.0. *" ,
24
24
"symfony/flex" : " ^1.1" ,
25
25
"symfony/form" : " 5.0.*" ,
26
- "symfony/framework-bundle" : " *" ,
26
+ "symfony/framework-bundle" : " 5.0. *" ,
27
27
"symfony/intl" : " 5.0.*" ,
28
28
"symfony/mailer" : " 5.0.*" ,
29
29
"symfony/monolog-bundle" : " ^3.1" ,
You can’t perform that action at this time.
0 commit comments