Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update localheinz to ergebnis #721

Merged
merged 2 commits into from
Jan 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"require-dev": {
"brianium/paratest": "~3.1",
"composer/composer": "~1.9",
"ergebnis/composer-normalize": "~2.1",
"friendsofphp/php-cs-fixer": "~2.16",
"jakub-onderka/php-parallel-lint": "~1.0",
"localheinz/composer-normalize": "~1.3",
"nikic/php-parser": "~3.1",
"phpspec/phpspec": "~6.1",
"phpunit/phpunit": "^7.5.17",
Expand All @@ -51,11 +51,11 @@
"codegyre/robo": "Lets GrumPHP run your automated PHP tasks.",
"designsecurity/progpilot": "Lets GrumPHP be sure that there are no vulnerabilities in your code.",
"doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
"ergebnis/composer-normalize": "Lets GrumPHP tidy and normalize your composer.json file.",
"friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.",
"friendsoftwig/twigcs": "Lets GrumPHP check Twig coding standard.",
"infection/infection": "Lets GrumPHP evaluate the quality your unit tests",
"jakub-onderka/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
"localheinz/composer-normalize": "Lets GrumPHP tidy and normalize your composer.json file.",
"maglnet/composer-require-checker": "Lets GrumPHP analyze composer dependencies.",
"malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.",
"nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
Expand Down
2 changes: 1 addition & 1 deletion doc/tasks/composer_normalize.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and tidy.
***Composer***

```
composer require --dev localheinz/composer-normalize
composer require --dev ergebnis/composer-normalize
```

***Config***
Expand Down