summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <tb@woodcrest.local>2013-10-29 09:40:30 (GMT)
committerThomas <tb@woodcrest.local>2013-10-29 09:42:44 (GMT)
commit722509aec92253d815b96c80c83bff512a2966f2 (patch)
treef1f68151684a5b7480aa35d264ca716b106b46a3
parent42924cfded0e2bdc803d8e3e9398eb89a0efb1d1 (diff)
downloadiRony-722509aec92253d815b96c80c83bff512a2966f2.tar.gz
Use forked and patched Sabre/VObject library to avoid double-escaping of ADR properties (#2442)
-rw-r--r--composer.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 1a67fd7..0cef69d 100644
--- a/composer.json
+++ b/composer.json
@@ -11,6 +11,10 @@
{
"type": "pear",
"url": "http://pear.php.net/"
+ },
+ {
+ "type": "vcs",
+ "url": "https://github.com/thomascube/sabre-vobject.git"
}
],
"autoload": {