Skip to content

Commit 4c2edad

Browse files
committed
NEXT-38488 - Remove occurences of ecs
1 parent f561185 commit 4c2edad

File tree

6 files changed

+2
-9
lines changed

6 files changed

+2
-9
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/devenv.* export-ignore
2727
/docker-compose.yml export-ignore
2828
/easy-coding-standard.php export-ignore
29-
/ecs.php export-ignore
3029
/intellij.yaml export-ignore
3130
/LICENSE export-ignore
3231
/phpbench.json export-ignore

.github/workflows/php.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/cache@v4
3535
with:
3636
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') }}
3838
restore-keys: |
3939
${{ runner.os }}-cs-fixer-
4040
@@ -197,4 +197,3 @@ jobs:
197197
- name: Check license
198198
if: steps.changed-composer-json.outputs.any_changed == 'true'
199199
run: vendor/bin/composer-license-checker check $(xargs -n1 echo -a < .allowed-licenses)
200-

.gitlab/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
/config/bundles.php
6060
composer.json
6161
/vendor-bin/*/composer.json
62-
ecs.php
6362
phpstan.neon
6463
.bc-exclude.php
6564
deprecation.ignore

.gitlab/stages/20-unit.yml

-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ PHP Full:
389389
- >
390390
if [ -n "$FAKE_PHP_VERSION" ]; then
391391
composer config platform.php $FAKE_PHP_VERSION
392-
composer config -d vendor-bin/cs-fixer platform.php $FAKE_PHP_VERSION
393392
composer config -d vendor-bin/rector platform.php $FAKE_PHP_VERSION
394393
fi
395394
- !reference [.scripts, init, composer]

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,10 @@
511511
],
512512
"post-install-cmd": [
513513
"@composer bin all install --ansi",
514-
"ln -sf ./../../vendor-bin/cs-fixer/vendor/bin/ecs vendor/bin/ecs",
515514
"ln -sf ./../../vendor-bin/roave-backward-compatibility-check/vendor/bin/roave-backward-compatibility-check vendor/bin/roave-backward-compatibility-check"
516515
],
517516
"post-update-cmd": [
518517
"@composer bin all update --ansi",
519-
"ln -sf ./../../vendor-bin/cs-fixer/vendor/bin/ecs vendor/bin/ecs",
520518
"ln -sf ./../../vendor-bin/roave-backward-compatibility-check/vendor/bin/roave-backward-compatibility-check vendor/bin/roave-backward-compatibility-check"
521519
],
522520
"reset": [
@@ -590,4 +588,4 @@
590588
"Shopware\\Tests\\DevOps\\": "tests/devops/"
591589
}
592590
}
593-
}
591+
}

vendor-bin/cs-fixer/composer.json

-1
This file was deleted.

0 commit comments

Comments
 (0)