-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
24 lines (24 loc) · 792 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
{
"name": "mouf/integration.magento.moufgento-magentomodule",
"description": "This package is the Magento module associated to Moufgento, a modern MVC framework for Magento, based on the Splash MVC framework (designed for Mouf-PHP).",
"keywords": ["magento", "mvc", "splash", "mouf"],
"homepage": "http://mouf-php.com/packages/mouf/integration.magento.moufgento-magentomodule",
"type": "magento-module",
"license": "MIT",
"authors": [
{
"name": "David Négrier",
"email": "[email protected]",
"homepage": "http://mouf-php.com"
}
],
"require": {
"php": ">=5.3.0",
"mouf/integration.magento.moufgento": "~1.0"
},
"extra" : {
"mouf" : {
"logo" : "logo.png"
}
}
}