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:
Oliver Klee 2022-10-09 17:50:13 +02:00 committed by GitHub
parent 9a1bc90e92
commit 604d918081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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