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 6129278 commit d9a6727Copy full SHA for d9a6727
composer.json
@@ -30,10 +30,7 @@
30
"squizlabs/php_codesniffer": "^3.0"
31
},
32
"config": {
33
- "sort-packages": true,
34
- "allow-plugins": {
35
- "magento/composer-dependency-version-audit-plugin": true
36
- }
+ "sort-packages": true
37
38
"scripts": {
39
"test": [
@@ -56,11 +53,5 @@
56
53
"Magento\\CloudComponents\\": "",
57
54
"Magento\\CloudComponents\\Test\\Functional\\": "tests/functional/"
58
55
}
59
- },
60
- "repositories": {
61
- "magento": {
62
- "type": "composer",
63
- "url": "https://repo.magento.com/"
64
65
66
0 commit comments