MonarcAppFO/composer.json

37 lines
1.3 KiB
JSON
Raw Normal View History

2016-04-12 14:39:18 +02:00
{
"name": "monarc/monarc",
"description": "Monarc application",
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"},
{"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"}
2016-04-12 17:25:42 +02:00
],
2016-04-12 14:39:18 +02:00
"require": {
"php": "^7.1",
"ext-json": "*",
"ext-pdo": "*",
"monarc/core": "dev-feature/upgrade-to-zf3",
"monarc/frontoffice": "dev-feature/upgrade-to-zf3",
"phpoffice/phpword": "dev-stable",
"zendframework/zend-component-installer": "^2.1",
"zendframework/zend-mvc": "^3.1",
"zendframework/zend-di": "^3.1",
"zendframework/zend-permissions-rbac": "^3.0",
"zendframework/zend-log": "^2.11"
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": [
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
}