Skip to content

Commit e67fee3

Browse files
Upgrade symplify/easy-coding-standard package to 12.2 (#4367)
2 parents 189bbf5 + 425d168 commit e67fee3

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ jobs:
2020
tools: composer
2121
- name: Install Composer dependencies
2222
run: composer install --optimize-autoloader --no-interaction
23-
- name: Run parallel-lint
24-
run: php vendor/bin/parallel-lint ./src
25-
- name: Run Easy Coding Standards
26-
run: php vendor/bin/ecs check --verbose ./src

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,5 @@
2222
"require": {
2323
"php": "^8.3",
2424
"symfony/monolog-bridge": "^5.4.0"
25-
},
26-
"require-dev": {
27-
"shopsys/coding-standards": "14.5.x-dev"
28-
},
29-
"config": {
30-
"allow-plugins": {
31-
"dealerdirect/phpcodesniffer-composer-installer": true
32-
}
3325
}
3426
}

0 commit comments

Comments
 (0)