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 17e1974
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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
12 changes: 6 additions & 6 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,12 +38,6 @@
"a9f\\Typo3Fractor\\Tests\\": "tests/"
}
},
"repositories": {
"fractor": {
"type": "path",
"url": "../*"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
Expand Down

0 comments on commit 17e1974

Please sign in to comment.