2016-04-12 14:39:18 +02:00
|
|
|
{
|
|
|
|
"name": "monarc/skeleton",
|
|
|
|
"description": "Skeleton for Monarc project",
|
2016-04-12 17:25:42 +02:00
|
|
|
"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"},
|
2016-06-02 15:14:50 +02:00
|
|
|
{"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"},
|
2016-04-12 17:33:50 +02:00
|
|
|
{"name": "Thomas Metois", "email": "thomas@netlor.fr"}
|
2016-04-12 17:25:42 +02:00
|
|
|
],
|
2016-04-12 14:39:18 +02:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.5",
|
2016-04-20 14:26:50 +02:00
|
|
|
"zendframework/zendframework": "2.5.3",
|
|
|
|
"doctrine/doctrine-orm-module": "^0.10",
|
2016-10-06 11:19:13 +02:00
|
|
|
"robmorgan/phinx": "0.5.*",
|
2016-10-24 10:42:07 +02:00
|
|
|
"monarc/core": "dev-master",
|
|
|
|
"monarc/backoffice": "dev-master",
|
2016-10-06 11:19:13 +02:00
|
|
|
"phing/phing": "~2.0"
|
2016-04-12 14:39:18 +02:00
|
|
|
},
|
2016-05-17 16:05:44 +02:00
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin/"
|
2016-10-06 11:19:13 +02:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
2016-10-24 10:42:07 +02:00
|
|
|
"url": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/zm_core"
|
2016-10-06 11:19:13 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
2016-10-24 10:42:07 +02:00
|
|
|
"url": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/zm_backoffice"
|
2016-10-06 11:19:13 +02:00
|
|
|
}
|
|
|
|
]
|
2016-04-12 14:39:18 +02:00
|
|
|
}
|