forked from fastly/fastly-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 824 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": "fastly/magento2",
"description": "Fastly CDN Module for Magento 2.3.x | 2.4.x",
"require": {
"php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0",
"magento/module-config": ">=101.1.0",
"magento/module-store": ">=101.0.0",
"magento/module-page-cache": ">=100.3.0",
"magento/module-cache-invalidate": ">=100.3.0",
"magento/framework": ">=102.0.0",
"zordius/lightncandy": "^1.2"
},
"type": "magento2-module",
"version": "1.2.170",
"license": "BSD-3-Clause",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Fastly\\Cdn\\": ""
}
},
"repositories": {
"fastly-magento2": {
"type": "git",
"url": "https://github.com/fastly/fastly-magento2.git"
}
}
}