Skip to content

Commit

Permalink
bugfix: Fix normalize errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswolf committed Mar 8, 2024
1 parent e7e29d1 commit a6871dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions fractor-xml/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"phpunit/phpunit": "^10.5",
"symplify/easy-coding-standard": "^12.1"
},
"repositories": {
"fractor": {
"type": "path",
"url": "../*"
}
},
"autoload": {
"psr-4": {
"a9f\\FractorXml\\": "src/"
Expand All @@ -33,16 +39,10 @@
"a9f\\FractorXml\\Tests\\": "tests/"
}
},
"repositories": {
"fractor": {
"type": "path",
"url": "../*"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"a9f/fractor-extension-installer": true
"a9f/fractor-extension-installer": true,
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
Expand Down
16 changes: 8 additions & 8 deletions typo3-fractor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"phpunit/phpunit": "^10.5",
"symplify/easy-coding-standard": "^12.1"
},
"repositories": {
"fractor": {
"type": "path",
"url": "../*"
}
},
"autoload": {
"psr-4": {
"a9f\\Typo3Fractor\\": "src/"
Expand All @@ -32,16 +38,10 @@
"a9f\\Typo3Fractor\\Tests\\": "tests/"
}
},
"repositories": {
"fractor": {
"type": "path",
"url": "../*"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"a9f/fractor-extension-installer": true
"a9f/fractor-extension-installer": true,
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
Expand Down

0 comments on commit a6871dc

Please sign in to comment.