Use copy of icalcreator repo to avoid the git submodule issue when packaging, because icalcreator maintainers don't care about applying a tag to their repo - refs CT#8388

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 5e1f1f8f08
commit 5969c8982f
  1. 6
      composer.json

@ -36,6 +36,10 @@
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/jmontoyaa/essence" "url": "https://github.com/jmontoyaa/essence"
},
{
"type": "vcs",
"url": "https://github.com/ywarnier/iCalcreator"
} }
], ],
"require": { "require": {
@ -102,7 +106,7 @@
"jimmiw/php-time-ago": "^0.4.11", "jimmiw/php-time-ago": "^0.4.11",
"phpoffice/phpword": "^0.12.1", "phpoffice/phpword": "^0.12.1",
"facebook/php-sdk-v4" : "~5.0", "facebook/php-sdk-v4" : "~5.0",
"kigkonsult/icalcreator" : "dev-master", "kigkonsult/icalcreator" : "0.1.0",
"essence/essence": "dev-jmontoyaa-patch-1", "essence/essence": "dev-jmontoyaa-patch-1",
"pclzip/pclzip": "2.8.2" "pclzip/pclzip": "2.8.2"
}, },

Loading…
Cancel
Save