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:
parent
814d8ce697
commit
e91f123a81
2 changed files with 1 additions and 3 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue