diff options
author | Thomas <tb@woodcrest.local> | 2013-10-29 09:40:30 (GMT) |
---|---|---|
committer | Thomas <tb@woodcrest.local> | 2013-10-29 09:42:44 (GMT) |
commit | 722509aec92253d815b96c80c83bff512a2966f2 (patch) | |
tree | f1f68151684a5b7480aa35d264ca716b106b46a3 | |
parent | 42924cfded0e2bdc803d8e3e9398eb89a0efb1d1 (diff) | |
download | iRony-722509aec92253d815b96c80c83bff512a2966f2.tar.gz |
Use forked and patched Sabre/VObject library to avoid double-escaping of ADR properties (#2442)
-rw-r--r-- | composer.json | 4 |
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": { |