Skip to content

Commit 7121877

Browse files
Upgrade symplify/easy-coding-standard package to 12.2 (#4367)
2 parents 4de4bcc + 4da00cc commit 7121877

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/run-checks-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ jobs:
2525
tools: composer
2626
- name: Install Composer dependencies
2727
run: composer update --optimize-autoloader --no-interaction ${{ matrix.composer-preferred-dependencies }}
28-
- name: Run parallel-lint
29-
run: php vendor/bin/parallel-lint ./src ./tests
30-
- name: Run Easy Coding Standards
31-
run: php vendor/bin/ecs check --verbose ./src ./tests
3228
- name: Run PHPUnit
3329
run: php vendor/bin/phpunit tests

composer.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,7 @@
3535
"symfony/routing": "^3.4|^4.0|^5.0",
3636
"doctrine/annotations": "^1.10.4"
3737
},
38-
"require-dev": {
39-
"shopsys/coding-standards": "14.5.x-dev",
40-
"php-parallel-lint/php-parallel-lint": "^1.3.1"
41-
},
4238
"conflict": {
4339
"symfony/dependency-injection": "3.4.15 || 3.4.16"
44-
},
45-
"config": {
46-
"allow-plugins": {
47-
"dealerdirect/phpcodesniffer-composer-installer": true
48-
}
4940
}
5041
}

0 commit comments

Comments
 (0)