Skip to content

Commit

Permalink
remove ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDomin committed Jan 29, 2021
1 parent c63fbbe commit 3408091
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"phpstan/phpstan": "0.12.29",
"phpstan/phpstan-webmozart-assert": "0.12.6",
"phpunit/phpunit": "^8.5",
"sylius-labs/coding-standard": "^3.2",
"symfony/browser-kit": "^4.4",
"symfony/debug-bundle": "^4.4",
"symfony/dotenv": "^4.4",
Expand All @@ -63,14 +62,13 @@
}
},
"conflict": {
"symplify/package-builder": "^8.3.25",
"symplify/package-builder": "8.3.25",
"api-platform/core": "^2.6"
},
"scripts": {
"analyse": [
"@composer validate --strict",
"vendor/bin/phpstan.phar analyse -c phpstan.neon -l max src/",
"vendor/bin/ecs check src/ spec/"
"vendor/bin/phpstan.phar analyse -c phpstan.neon -l max src/"
],
"fix": [
"vendor/bin/ecs check src/ spec/ --fix"
Expand Down

0 comments on commit 3408091

Please sign in to comment.