MonarcAppBO/composer.json

39 lines
1.3 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"},
{"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": ">=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.*",
"monarc/core": "dev-master",
"monarc/backoffice": "dev-master",
2018-10-31 10:15:26 +01:00
"phing/phing": "~2.0",
"ramsey/uuid": "^3.8",
"ramsey/uuid-doctrine": "^1.5"
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-backoffice"
2016-10-06 11:19:13 +02:00
}
]
2016-04-12 14:39:18 +02:00
}