-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 815 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 815 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
{
"name": "magefan/module-rocketjavascript",
"description": "Move all javascript to the footer on Magento 2 store.",
"require": {
"magefan/module-community" : ">=2.2.10"
},
"suggest": {
"magefan/module-webp": "Install WebP Optimized Images to serve images in the next-gen format. Use coupon code COMPOSER-FAN to get 10% discount on magefan.com.",
"magefan/module-lazyload": "Install Lazy Load to defer offscreen images loading."
},
"type": "magento2-module",
"version": "2.2.2",
"authors": [
{
"name": "Magefan",
"email": "support@magefan.com"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magefan\\RocketJavaScript\\": ""
}
}
}