forked from tig-nl/persistentshoppingcart-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 807 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
29
30
31
32
33
34
{
"name": "tig/persistent-shopping-cart-magento2",
"description": "Extends Magento 2's core Persistent Shopping Cart with sessions/cookies for Guests.",
"version": "1.0.5",
"require": {
"php": "~7.0|~7.1|~7.2|~7.3|~7.4",
"ext-openssl": "*",
"magento/framework": "100.*|101.*|102.*|103.*",
"tig/core": "1.1.*"
},
"type": "magento2-module",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
"name": "TIG",
"email": "support@tig.nl",
"homepage": "https://tig.nl"
}
],
"support": {
"email": "support@tig.nl",
"issues": "https://portal.tig.nl/"
},
"homepage": "https://tig.nl",
"minimum-stability": "stable",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"TIG\\PersistentShoppingCart\\": ""
}
}
}