diff --git a/fractor-xml/composer.json b/fractor-xml/composer.json index aecf6092..3343c981 100644 --- a/fractor-xml/composer.json +++ b/fractor-xml/composer.json @@ -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/" @@ -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 }, diff --git a/typo3-fractor/composer.json b/typo3-fractor/composer.json index 776de292..2957537c 100644 --- a/typo3-fractor/composer.json +++ b/typo3-fractor/composer.json @@ -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/" @@ -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 },