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 a83178f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,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 a83178f

Please sign in to comment.