composer: Use beta branches and GitHub repos

pull/8/head
Guillaume Lesniak 2017-01-18 15:36:38 +01:00
parent 728d2ba379
commit 221fcf5f43
1 changed files with 5 additions and 5 deletions

View File

@ -14,9 +14,9 @@
"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-master",
"monarc/frontoffice": "dev-master", "monarc/frontoffice": "dev-beta",
"phing/phing": "~2.0", "phing/phing": "~2.0",
"phpoffice/phpword": "dev-master" "phpoffice/phpword": "dev-beta"
}, },
"config": { "config": {
"bin-dir": "bin/" "bin-dir": "bin/"
@ -24,15 +24,15 @@
"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_client" "url": "https://github.com/CASES-LU/zm-client"
}, },
{ {
"type": "vcs", "type": "vcs",
"url": "git+ssh://gogs@rhea.netlor.fr:2222/libs/PHPWord" "url": "https://github.com/CASES-LU/monarc_phpword"
} }
] ]
} }