forked from fastly/fastly-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 796 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
{
"name": "fastly/magento2",
"description": "Fastly CDN Module for Magento 2.x",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"magento/module-config": ">=100.0.0",
"magento/module-store": ">=100.0.0",
"magento/module-page-cache": ">=100.0.0",
"magento/module-cache-invalidate": ">=100.0.0",
"magento/framework": ">=101.0.0"
},
"type": "magento2-module",
"version": "1.2.122",
"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"
}
}
}