34 lines
1.0 KiB
JSON
34 lines
1.0 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"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"zendframework/zendframework": "2.5.3",
|
|
"doctrine/doctrine-orm-module": "^0.10",
|
|
"robmorgan/phinx": "0.5.*",
|
|
"monarc/core": "dev-beta",
|
|
"monarc/backoffice": "dev-beta",
|
|
"phing/phing": "~2.0"
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin/"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/CASES-LU/zm-core"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/CASES-LU/zm-backoffice"
|
|
}
|
|
]
|
|
}
|