We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f4b64b + 706b024 commit 6459c84Copy full SHA for 6459c84
.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
@@ -18,13 +18,5 @@
18
"require": {
19
"php": "^8.3",
"symfony/monolog-bridge": "^5.4.0"
- },
- "require-dev": {
- "shopsys/coding-standards": "15.0.x-dev"
- "config": {
- "allow-plugins": {
27
- "dealerdirect/phpcodesniffer-composer-installer": true
28
- }
29
}
30
ecs.php
0 commit comments