File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
name : Create-project with skeleton ^4
39
39
if : " always() && steps.config.outcome == 'success'"
40
40
run : |
41
- composer create-project "symfony/skeleton:^4" v4
41
+ composer create-project --ansi "symfony/skeleton:^4" v4
42
42
cd v4
43
- composer require $PACKAGES
43
+ composer require --ansi $PACKAGES
44
44
45
45
-
46
46
name : Create-project with skeleton ^5
47
47
if : " always() && steps.config.outcome == 'success'"
48
48
run : |
49
- composer create-project "symfony/skeleton:^5" v5
49
+ composer create-project --ansi "symfony/skeleton:^5" v5
50
50
cd v5
51
- composer require $PACKAGES
51
+ composer require --ansi $PACKAGES
Original file line number Diff line number Diff line change 28
28
wget -q -O recipes-checker.zip https://codeload.github.com/symfony-tools/recipes-checker/zip/refs/heads/main
29
29
unzip recipes-checker.zip
30
30
cd recipes-checker-main
31
- composer install --no-dev
31
+ composer install --ansi -- no-dev
32
32
33
33
-
34
34
name : Check manifest.json files
You can’t perform that action at this time.
0 commit comments