42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "monarc/skeleton",
|
|
"description": "Skeleton for Monarc project",
|
|
"authors": [
|
|
{"name": "Cyril Rouyer", "email": "cyril@netlor.fr"},
|
|
{"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"},
|
|
{"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"},
|
|
{"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"},
|
|
{"name": "Thomas Metois", "email": "thomas@netlor.fr"},
|
|
{"name": "Jérôme Lombardi", "email": "jerome.lombardi@cases.lu"},
|
|
{"name": "Juan Rocha", "email": "juan.rocha@cases.lu"},
|
|
{"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"zendframework/zendframework": "2.5.3",
|
|
"doctrine/doctrine-orm-module": "^0.10",
|
|
"robmorgan/phinx": "0.5.*",
|
|
"monarc/core": "dev-master",
|
|
"monarc/frontoffice": "dev-master",
|
|
"phing/phing": "~2.0",
|
|
"phpoffice/phpword": "dev-stable"
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin/"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/monarc-project/zm-core"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/monarc-project/zm-client"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/monarc-project/monarc_phpword"
|
|
}
|
|
]
|
|
}
|