forked from snowio/magento2-extended-product-repository-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 832 Bytes
/
composer.json
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
{
"name": "snowio/magento2-extended-product-repository-ee",
"license": "MIT",
"description": "A Magento 2 EE module which allows product creation with extended attribute option labels.",
"type": "magento2-module",
"authors": [
{
"name": "Liam Toohey",
"email": "[email protected]"
}
],
"require": {
"php": ">=7",
"magento/framework": "^100||^101||^102||^103",
"magento/module-catalog": "^101||^102||^103",
"magento/module-catalog-staging": "^100.2.2",
"snowio/magento2-extended-product-repository": "^2.2.1"
},
"require-dev": {
"phpunit/phpunit": "^4.1|^6"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"SnowIO\\ExtendedProductRepositoryEE\\": ""
}
}
}