Skip to content

Commit 62315b6

Browse files
committed
Add mage-os mirror
1 parent 752d96d commit 62315b6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.env
33
.editorconfig
44
vendor/
5+
composer.lock

composer.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"require-dev": {
99
"roave/security-advisories": "dev-latest"
1010
},
11+
"repositories": [
12+
{
13+
"type": "composer",
14+
"url": "https://mirror.mage-os.org/",
15+
"only": ["magento/*"]
16+
}
17+
],
1118
"autoload": {
1219
"psr-4": {
1320
"RunAsRoot\\CliConstructorArgAutoProxy\\": "lib"
@@ -20,5 +27,10 @@
2027
"app/etc/cli_arg_auto_proxy_di.xml"
2128
]
2229
]
30+
},
31+
"config": {
32+
"allow-plugins": {
33+
"magento/composer-dependency-version-audit-plugin": false
34+
}
2335
}
24-
}
36+
}

0 commit comments

Comments
 (0)