File tree 6 files changed +2
-9
lines changed
6 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 26
26
/devenv. * export-ignore
27
27
/docker-compose.yml export-ignore
28
28
/easy-coding-standard.php export-ignore
29
- /ecs.php export-ignore
30
29
/intellij.yaml export-ignore
31
30
/LICENSE export-ignore
32
31
/phpbench.json export-ignore
Original file line number Diff line number Diff line change 34
34
uses : actions/cache@v4
35
35
with :
36
36
path : ./var/cache/cs_fixer
37
- key : ${{ runner.os }}-cs-fixer-${{ hashFiles('vendor-bin/cs-fixer/ composer.json') }}
37
+ key : ${{ runner.os }}-cs-fixer-${{ hashFiles('composer.json') }}
38
38
restore-keys : |
39
39
${{ runner.os }}-cs-fixer-
40
40
@@ -197,4 +197,3 @@ jobs:
197
197
- name : Check license
198
198
if : steps.changed-composer-json.outputs.any_changed == 'true'
199
199
run : vendor/bin/composer-license-checker check $(xargs -n1 echo -a < .allowed-licenses)
200
-
Original file line number Diff line number Diff line change 59
59
/config /bundles.php
60
60
composer.json
61
61
/vendor-bin /* /composer.json
62
- ecs.php
63
62
phpstan.neon
64
63
.bc-exclude.php
65
64
deprecation.ignore
Original file line number Diff line number Diff line change @@ -389,7 +389,6 @@ PHP Full:
389
389
- >
390
390
if [ -n "$FAKE_PHP_VERSION" ]; then
391
391
composer config platform.php $FAKE_PHP_VERSION
392
- composer config -d vendor-bin/cs-fixer platform.php $FAKE_PHP_VERSION
393
392
composer config -d vendor-bin/rector platform.php $FAKE_PHP_VERSION
394
393
fi
395
394
- !reference [.scripts, init, composer]
Original file line number Diff line number Diff line change 511
511
],
512
512
"post-install-cmd" : [
513
513
" @composer bin all install --ansi" ,
514
- " ln -sf ./../../vendor-bin/cs-fixer/vendor/bin/ecs vendor/bin/ecs" ,
515
514
" ln -sf ./../../vendor-bin/roave-backward-compatibility-check/vendor/bin/roave-backward-compatibility-check vendor/bin/roave-backward-compatibility-check"
516
515
],
517
516
"post-update-cmd" : [
518
517
" @composer bin all update --ansi" ,
519
- " ln -sf ./../../vendor-bin/cs-fixer/vendor/bin/ecs vendor/bin/ecs" ,
520
518
" ln -sf ./../../vendor-bin/roave-backward-compatibility-check/vendor/bin/roave-backward-compatibility-check vendor/bin/roave-backward-compatibility-check"
521
519
],
522
520
"reset" : [
590
588
"Shopware\\ Tests\\ DevOps\\ " : " tests/devops/"
591
589
}
592
590
}
593
- }
591
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments