23 lines
738 B
JSON
23 lines
738 B
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": "Thomas Metois", "email": "thomas@netlor.fr"}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"zendframework/zendframework": "2.5.3",
|
|
"doctrine/doctrine-orm-module": "^0.10",
|
|
"doctrine/migrations": "^1.4"
|
|
},
|
|
"repositories":[
|
|
{
|
|
"type": "composer",
|
|
"url": "https://rhea.netlor.fr/monarc/zm_core/raw/master/packages.json"
|
|
}
|
|
]
|
|
}
|