Fix : set the correct repository for the application
parent
c394820a77
commit
fa0fd8fe0c
|
@ -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-beta",
|
"monarc/frontoffice": "dev-master",
|
||||||
"phing/phing": "~2.0",
|
"phing/phing": "~2.0",
|
||||||
"phpoffice/phpword": "dev-beta"
|
"phpoffice/phpword": "dev-stable"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin/"
|
"bin-dir": "bin/"
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/CASES-LU//zm-core"
|
"url": "https://github.com/CASES-LU/zm-core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
|
|
Loading…
Reference in New Issue