Switched to master branch in composer.json.
parent
0d14a8343e
commit
fd5c9c0c43
|
@ -1,7 +1,7 @@
|
|||
MONARC Changelog
|
||||
================
|
||||
|
||||
## 2.9.1 (2019-11-18)
|
||||
## 2.9.1 (2019-11-19)
|
||||
|
||||
### Enhancement
|
||||
|
||||
|
|
|
@ -9,14 +9,15 @@
|
|||
{"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"}
|
||||
{"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"},
|
||||
{"name": "Ruslan Baidan", "email": "ruslan.baidan@cases.lu"}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"ext-json": "*",
|
||||
"ext-pdo": "*",
|
||||
"monarc/core": "dev-feature/upgrade-to-zf3",
|
||||
"monarc/frontoffice": "dev-feature/upgrade-to-zf3",
|
||||
"monarc/core": "dev-master",
|
||||
"monarc/frontoffice": "dev-master",
|
||||
"monarc/phpword": "dev-master",
|
||||
"zendframework/zend-mvc": "^3.1",
|
||||
"zendframework/zend-di": "^3.1",
|
||||
|
|
Loading…
Reference in New Issue