forked from lizardmedia/product-attachments-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·33 lines (33 loc) · 776 Bytes
/
composer.json
File metadata and controls
executable file
·33 lines (33 loc) · 776 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
33
{
"name": "lizardmedia/module-product-attachments",
"description": "Products attachment by LizardMedia",
"require": {
"php": "~7.1.0|~7.2.0|~7.3.0",
"magento/module-catalog": "*",
"magento/module-downloadable": "*",
"magento/module-store": "*",
"magento/module-ui": "*"
},
"type": "magento2-module",
"version": "1.3.0",
"license": [
"MIT"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"LizardMedia\\ProductAttachment\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "*"
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}