-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.09 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "zero1/magento-dev",
"license": [
"GPL-3.0-or-later"
],
"require": {
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
"symfony/console": "~4.4.0||~5.4.0||^6.4.0",
"symfony/yaml": "*",
"mustache/mustache": "*",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0 || ^7.0",
"mikehaertl/php-shellcommand": "^1.7",
"saloonphp/xml-wrangler": "^1.2",
"league/flysystem": "^2.4.5 || ^3.0",
"galbar/jsonpath": "^3.0 || ^2.0",
"vyuldashev/xml-to-array": "^v1.1",
"spatie/array-to-xml": "^2.7 || ^3.3",
"shanethehat/pretty-xml": "^1.0",
"composer/composer": "^2.7.7"
},
"autoload": {
"psr-4": {
"Zero1\\MagentoDev\\": "src/"
}
},
"keywords": [
"Magento 2",
"Magento"
],
"support": {
"source": "https://github.com/zero1limited/magento2-developer-utils.git"
},
"suggest": {
"mdoq/module-connector": "Improves DevOps for Magento2"
},
"bin": [
"bin/magentodev"
]
}