Skip to content

Commit

Permalink
[BUGFIX] Use correct composer.json config sorting to satisfy ergebnis…
Browse files Browse the repository at this point in the history
…/composer-normalize
  • Loading branch information
sbuerk committed Jan 16, 2022
1 parent f34c32d commit c12e3e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"typo3/cms-extbase": "^10.4 || 11.*.*@dev"
},
"config": {
"platform": {
"php": "7.2"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"ergebnis/composer-normalize": true
}
},
"platform": {
"php": "7.2"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c12e3e3

Please sign in to comment.