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 8c0d356 commit 29a8e9aCopy full SHA for 29a8e9a
composer.json
@@ -6,7 +6,6 @@
6
"config": {
7
"sort-packages": true
8
},
9
-
10
"license": "MIT",
11
"authors": [
12
{
@@ -24,6 +23,7 @@
24
23
"bitexpert/phing-securitychecker": "^0.4.0",
25
"captainhook/captainhook": "^5.1.2",
26
"captainhook/plugin-composer": "^5.1.3",
+ "magento/framework": "^102.0",
27
"mikey179/vfsstream": "^1.6",
28
"nikic/php-parser": "^4.3",
29
"phing/phing": "^2.16",
@@ -57,5 +57,11 @@
57
"extension.neon"
58
]
59
}
60
- }
+ },
61
+ "repositories": [
62
+ {
63
+ "type": "composer",
64
+ "url": "https://repo.magento.com/"
65
+ }
66
+ ]
67
0 commit comments