-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (33 loc) · 837 Bytes
/
composer.json
File metadata and controls
34 lines (33 loc) · 837 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
34
{
"name": "creditclick/price_module",
"description": "Extends Magento 2 with a CreditClick pricing information on products.",
"type": "magento2-module",
"version": "2.0.1",
"homepage": "https://www.creditclick.com/developers/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "CreditClick",
"email": "support@creditclick.com",
"homepage": "https://www.creditclick.com"
}
],
"support": {
"email": "support@creditclick.com",
"source": "https://github.com/CreditClick/PriceModuleMagento2",
"issues": "https://github.com/CreditClick/PriceModuleMagento2/issues"
},
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"CreditClick\\PriceModule\\": ""
}
}
}