23 lines
463 B
JSON
Executable File
23 lines
463 B
JSON
Executable File
{
|
|
"name": "fme/banners",
|
|
"description": "sliding rotating banners",
|
|
"require": {
|
|
"php": "~5.6.0|~5.6.5|7.0.2|7.0.4|~7.0.6",
|
|
"magento/framework": "100.1.*"
|
|
},
|
|
"type": "magento2-module",
|
|
"version": "1.0.4",
|
|
"license": [
|
|
"OSL-3.0",
|
|
"AFL-3.0"
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"FME\\Banners\\": ""
|
|
}
|
|
}
|
|
}
|