mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:16:13 +01:00

[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).
This commit is contained in:
Oliver Klee 2022-09-23 16:00:17 +02:00 committed by GitHub
parent 814d8ce697
commit e91f123a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -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",