Skip to content

Commit

Permalink
Enhancement: Use ergebnis/composer-normalize instead of localheinz/co…
Browse files Browse the repository at this point in the history
…mposer-normalize
  • Loading branch information
localheinz committed Dec 27, 2019
1 parent d98c0fe commit 28b3299
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: "Install locked dependencies with composer"
run: composer install --no-interaction --no-progress --no-suggest

- name: "Run localheinz/composer-normalize"
- name: "Run ergebnis/composer-normalize"
run: composer normalize --dry-run

- name: "Run friendsofphp/php-cs-fixer"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,8 +18,8 @@
"phpunit/phpunit": "<6.0,>=9.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.1.1",
"friendsofphp/php-cs-fixer": "~2.15.0",
"localheinz/composer-normalize": "^1.1.3",
"phpspec/prophecy": "^1.7",
"phpunit/phpunit": "^6.0 || ^7.0"
},
Expand Down

0 comments on commit 28b3299

Please sign in to comment.