Skip to content

Commit

Permalink
[TASK] update php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
krausandre committed Dec 10, 2023
1 parent a70f185 commit 89d3def
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
},
"config": {
"bin-dir": ".build/bin",
"vendor-dir": ".build/vendor"
"vendor-dir": ".build/vendor",
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true
}
},
"extra": {
"typo3/cms": {
Expand All @@ -48,7 +52,7 @@
"extcode/cart": "^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"friendsofphp/php-cs-fixer": "^3.14",
"helmich/typo3-typoscript-lint": "^2.0",
"overtrue/phplint": "^1.1"
},
Expand Down

0 comments on commit 89d3def

Please sign in to comment.