mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[TASK] Upgrade friendsofphp/php-cs-fixer
(#621)
With PHP 7.4 as the minimum supported PHP version, we can now upgrade. Also drop a now-obsolete conflict for a package version that now is not possible anymore.
This commit is contained in:
parent
9a1bc90e92
commit
604d918081
1 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/dbal": "^2.13.8 || ^3.3.7",
|
||||
"ergebnis/composer-normalize": "^2.28.3",
|
||||
"friendsofphp/php-cs-fixer": "^3.4.0",
|
||||
"friendsofphp/php-cs-fixer": "^3.11.0",
|
||||
"helmich/typo3-typoscript-lint": "^2.5.2",
|
||||
"jangregor/phpstan-prophecy": "^1.0.0",
|
||||
"php-coveralls/php-coveralls": "^2.5.3",
|
||||
|
@ -61,7 +61,6 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/dbal": "2.13.1",
|
||||
"friendsofphp/php-cs-fixer": "3.5.0",
|
||||
"typo3/class-alias-loader": "< 1.1.0"
|
||||
},
|
||||
"prefer-stable": true,
|
||||
|
|
Loading…
Reference in a new issue