From e91f123a818ea7a912a8cf9067208fdd1421513b Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 23 Sep 2022 16:00:17 +0200 Subject: [PATCH] [TASK] Update ergebnis/composer-normalize (#585) Also remove the update block from the Dependabot configuration (now that we require PHP >= 7.4., which allows for current versions of this package). --- .github/dependabot.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c26a9dc..0553d7d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,8 +15,6 @@ updates: allow: - dependency-type: "development" ignore: - - dependency-name: "ergebnis/composer-normalize" - versions: [ "^2.20" ] - dependency-name: "phpunit/phpunit" versions: [ "^9.0", "^10.0" ] - dependency-name: "symfony/yaml" diff --git a/composer.json b/composer.json index 4d3ad9b..030eaf0 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "doctrine/dbal": "^2.13.8 || ^3.3.7", - "ergebnis/composer-normalize": "^2.19.0", + "ergebnis/composer-normalize": "^2.28.3", "friendsofphp/php-cs-fixer": "^3.4.0", "helmich/typo3-typoscript-lint": "^2.5.2", "jangregor/phpstan-prophecy": "^1.0.0",