MonarcAppFO/composer.json

39 lines
1.2 KiB
JSON
Raw Normal View History

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/frontoffice": "dev-master",
"phing/phing": "~2.0",
"phpoffice/phpword": "dev-master"
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",
"url": "https://github.com/monarc-project/zm-core"
2016-10-06 11:19:13 +02:00
},
{
"type": "vcs",
"url": "https://github.com/monarc-project/zm-client"
2016-12-16 17:19:14 +01:00
},
{
"type": "vcs",
"url": "https://github.com/monarc-project/monarc_phpword"
2016-10-06 11:19:13 +02:00
}
]
2016-04-12 14:39:18 +02:00
}