Skip to content

Commit 6583646

Browse files
committed
Set canonical flag to false to avoid install errors
1 parent ace8c23 commit 6583646

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

magento/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@
8383
"repositories": {
8484
"swissup": {
8585
"type": "composer",
86-
"url": "https://docs.swissuplabs.com/packages/"
86+
"url": "https://docs.swissuplabs.com/packages/",
87+
"canonical": false
8788
},
8889
"magento-mirror": {
8990
"type": "composer",
90-
"url": "https://repo-magento-mirror.fooman.co.nz"
91+
"url": "https://repo-magento-mirror.fooman.co.nz",
92+
"canonical": false
9193
}
9294
},
9395
"extra": {

src/BitExpert_PHPStanTests/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"repositories": [
1212
{
1313
"type": "composer",
14-
"url": "https://repo-magento-mirror.fooman.co.nz"
14+
"url": "https://repo-magento-mirror.fooman.co.nz",
15+
"canonical": false
1516
}
1617
],
1718
"autoload": {

0 commit comments

Comments
 (0)