We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d96d commit 62315b6Copy full SHA for 62315b6
.gitignore
@@ -2,3 +2,4 @@
2
.env
3
.editorconfig
4
vendor/
5
+composer.lock
composer.json
@@ -8,6 +8,13 @@
8
"require-dev": {
9
"roave/security-advisories": "dev-latest"
10
},
11
+ "repositories": [
12
+ {
13
+ "type": "composer",
14
+ "url": "https://mirror.mage-os.org/",
15
+ "only": ["magento/*"]
16
+ }
17
+ ],
18
"autoload": {
19
"psr-4": {
20
"RunAsRoot\\CliConstructorArgAutoProxy\\": "lib"
@@ -20,5 +27,10 @@
27
"app/etc/cli_arg_auto_proxy_di.xml"
21
28
]
22
29
30
+ },
31
+ "config": {
32
+ "allow-plugins": {
33
+ "magento/composer-dependency-version-audit-plugin": false
34
23
35
}
24
-}
36
+}
0 commit comments