forked from zepgram/module-fasterize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 754 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 754 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
{
"name": "zepgram/module-fasterize",
"description": "Manage Fasterize cache from Magento admin and auto-trigger cache flush when it's necessary by using the Fasterize API service",
"type": "magento2-module",
"version": "0.0.2",
"authors": [
{
"name": "Benjamin Calef",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "^101.0.0|^102.0.0",
"magento/module-store": "^100.0.0|^101.0.0",
"zepgram/module-base": "^0.0.1"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Zepgram\\Fasterize\\": ""
}
},
"license": "MIT",
"repositories": {
"repo.magento.com": {
"type": "composer",
"url": "https://repo.magento.com/"
}
}
}