forked from ctidigital/magento2-configurator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 753 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 753 Bytes
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
{
"name": "magebit/module-magento2-configurator",
"description": "Keep magento persistently configured using files",
"type": "magento2-module",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"require": {
"symfony/yaml": "~4.0|~5.0|~6.0|~7.0",
"firegento/fastsimpleimport": "^2.0"
},
"require-dev": {
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.4",
"sebastian/phpcpd": "~3.0 || ~4.0",
"satooshi/php-coveralls": "^1.0",
"phpunit/phpunit": "^6.2",
"magento/magento-coding-standard": "5"
},
"version": "5.2.1",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"CtiDigital\\Configurator\\": ""
}
}
}