composer: Add PHPWord
parent
33a66a4c4b
commit
0401bc9722
|
@ -16,7 +16,8 @@
|
||||||
"monarc/core": "dev-master",
|
"monarc/core": "dev-master",
|
||||||
"monarc/frontoffice": "dev-master",
|
"monarc/frontoffice": "dev-master",
|
||||||
"phing/phing": "~2.0",
|
"phing/phing": "~2.0",
|
||||||
"beberlei/DoctrineExtensions": "^1.0"
|
"beberlei/DoctrineExtensions": "^1.0",
|
||||||
|
"phpoffice/phpword": "dev-master"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin/"
|
"bin-dir": "bin/"
|
||||||
|
@ -29,6 +30,10 @@
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/zm_client"
|
"url": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/zm_client"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "git+ssh://gogs@rhea.netlor.fr:2222/libs/PHPWord"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue