Skip to content

Commit a6871dc

Browse files
committed
bugfix: Fix normalize errors
1 parent e7e29d1 commit a6871dc

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

fractor-xml/composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"phpunit/phpunit": "^10.5",
2424
"symplify/easy-coding-standard": "^12.1"
2525
},
26+
"repositories": {
27+
"fractor": {
28+
"type": "path",
29+
"url": "../*"
30+
}
31+
},
2632
"autoload": {
2733
"psr-4": {
2834
"a9f\\FractorXml\\": "src/"
@@ -33,16 +39,10 @@
3339
"a9f\\FractorXml\\Tests\\": "tests/"
3440
}
3541
},
36-
"repositories": {
37-
"fractor": {
38-
"type": "path",
39-
"url": "../*"
40-
}
41-
},
4242
"config": {
4343
"allow-plugins": {
44-
"ergebnis/composer-normalize": true,
45-
"a9f/fractor-extension-installer": true
44+
"a9f/fractor-extension-installer": true,
45+
"ergebnis/composer-normalize": true
4646
},
4747
"sort-packages": true
4848
},

typo3-fractor/composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
"phpunit/phpunit": "^10.5",
2323
"symplify/easy-coding-standard": "^12.1"
2424
},
25+
"repositories": {
26+
"fractor": {
27+
"type": "path",
28+
"url": "../*"
29+
}
30+
},
2531
"autoload": {
2632
"psr-4": {
2733
"a9f\\Typo3Fractor\\": "src/"
@@ -32,16 +38,10 @@
3238
"a9f\\Typo3Fractor\\Tests\\": "tests/"
3339
}
3440
},
35-
"repositories": {
36-
"fractor": {
37-
"type": "path",
38-
"url": "../*"
39-
}
40-
},
4141
"config": {
4242
"allow-plugins": {
43-
"ergebnis/composer-normalize": true,
44-
"a9f/fractor-extension-installer": true
43+
"a9f/fractor-extension-installer": true,
44+
"ergebnis/composer-normalize": true
4545
},
4646
"sort-packages": true
4747
},

0 commit comments

Comments
 (0)