Use Rhea on master for development

remotes/origin/master
Guillaume Lesniak 2016-10-24 10:42:07 +02:00
parent 5319d756c6
commit bbcf7d56a2
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -10,11 +10,11 @@
"author": "Netlor",
"license": "Copyright",
"dependencies": {
"ng_anr": "git+ssh://git@github.com/CASES-LU/ng_anr#beta",
"ng_backoffice": "git+ssh://git@github.com/CASES-LU/ng_backoffice#beta"
"ng_anr": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/ng_anr#master",
"ng_backoffice": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/ng_backoffice#master"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13"
}
}
}