Revert "Use Rhea on master for development"

This reverts commit bbcf7d56a2.
pull/1/head
Guillaume Lesniak 2017-01-18 14:40:24 +01:00
parent c3e9880b1b
commit 0b39dc6446
1 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
"zendframework/zendframework": "2.5.3", "zendframework/zendframework": "2.5.3",
"doctrine/doctrine-orm-module": "^0.10", "doctrine/doctrine-orm-module": "^0.10",
"robmorgan/phinx": "0.5.*", "robmorgan/phinx": "0.5.*",
"monarc/core": "dev-master", "monarc/core": "dev-beta",
"monarc/backoffice": "dev-master", "monarc/backoffice": "dev-beta",
"phing/phing": "~2.0" "phing/phing": "~2.0"
}, },
"config": { "config": {
@ -23,11 +23,11 @@
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/zm_core" "url": "https://github.com/CASES-LU/zm-core"
}, },
{ {
"type": "vcs", "type": "vcs",
"url": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/zm_backoffice" "url": "https://github.com/CASES-LU/zm-backoffice"
} }
] ]
} }