We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189bbf5 + 425d168 commit e67fee3Copy full SHA for e67fee3
2 files changed
.github/workflows/run-checks-tests.yaml
@@ -20,7 +20,3 @@ jobs:
20
tools: composer
21
- name: Install Composer dependencies
22
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
@@ -22,13 +22,5 @@
"require": {
"php": "^8.3",
"symfony/monolog-bridge": "^5.4.0"
- },
- "require-dev": {
27
- "shopsys/coding-standards": "14.5.x-dev"
28
29
- "config": {
30
- "allow-plugins": {
31
- "dealerdirect/phpcodesniffer-composer-installer": true
32
- }
33
}
34
0 commit comments