forked from magehost/magehost_synccache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 866 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
{
"name": "magehost/synccache",
"version": "1.0.0",
"description": "MageHost_SyncCache: sync cache cleaning among multiple nodes in a cluster setup",
"homepage":"https://github.com/magehost/magehost_synccache",
"authors":[
{
"name":"MageHost.pro - Jeroen Vermeulen",
"email":"[email protected]"
}
],
"license": "BSD-3-Clause",
"type": "magento2-module",
"require": {
"magehost/magehost_cm_cache_backend-m2":"*",
"magento/framework": ">=100.0",
"magento/module-backend": ">=100.0",
"magento/module-integration": ">=100.0",
"magento/zendframework1": ">=1.12",
"psr/log": ">=1.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageHost\\SyncCache\\": ""
}
}
}