diff options
author | friendica <info@friendica.com> | 2013-10-21 15:46:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-21 15:46:31 -0700 |
commit | b35122f7a6ad42756c35bb60ba1f06c3dcd45c77 (patch) | |
tree | ccdf373ce6475d264778523259cc32899b732fe7 /vendor/composer/installed.json | |
parent | e3504df514d306cfe6b83e44a11f550664564af4 (diff) | |
download | volse-hubzilla-b35122f7a6ad42756c35bb60ba1f06c3dcd45c77.tar.gz volse-hubzilla-b35122f7a6ad42756c35bb60ba1f06c3dcd45c77.tar.bz2 volse-hubzilla-b35122f7a6ad42756c35bb60ba1f06c3dcd45c77.zip |
add sabre (1.8.x) via composer in the !@#$ place it wants to be
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json new file mode 100644 index 000000000..81bd0fd3a --- /dev/null +++ b/vendor/composer/installed.json @@ -0,0 +1,130 @@ +[ + { + "name": "sabre/vobject", + "version": "2.1.3", + "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-vobject.git", + "reference": "e46d6855cfef23318e7c422cd08d36e344624675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/e46d6855cfef23318e7c422cd08d36e344624675", + "reference": "e46d6855cfef23318e7c422cd08d36e344624675", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.1" + }, + "time": "2013-10-02 15:57:01", + "bin": [ + "bin/vobjectvalidate.php" + ], + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Sabre\\VObject": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "evert@rooftopsolutions.nl", + "homepage": "http://evertpot.com/", + "role": "Developer" + } + ], + "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", + "homepage": "https://github.com/fruux/sabre-vobject", + "keywords": [ + "VObject", + "iCalendar", + "vCard" + ] + }, + { + "name": "sabre/dav", + "version": "1.8.7", + "version_normalized": "1.8.7.0", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-dav.git", + "reference": "41c750da3c60a427cdd847df090ef0fc7e8f1076" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/41c750da3c60a427cdd847df090ef0fc7e8f1076", + "reference": "41c750da3c60a427cdd847df090ef0fc7e8f1076", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-date": "*", + "ext-dom": "*", + "ext-iconv": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-simplexml": "*", + "ext-spl": "*", + "php": ">=5.3.1", + "sabre/vobject": "~2.1.0" + }, + "provide": { + "evert/sabredav": "1.7.*" + }, + "require-dev": { + "evert/phpdoc-md": "~0.0.7", + "phing/phing": "2.4.14", + "phpunit/phpunit": "3.7.*" + }, + "suggest": { + "ext-apc": "*", + "ext-curl": "*", + "ext-pdo": "*" + }, + "time": "2013-10-02 18:38:26", + "bin": [ + "bin/sabredav" + ], + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Sabre\\DAV": "lib/", + "Sabre\\HTTP": "lib/", + "Sabre\\DAVACL": "lib/", + "Sabre\\CalDAV": "lib/", + "Sabre\\CardDAV": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "evert@rooftopsolutions.nl", + "homepage": "http://evertpot.com/", + "role": "Developer" + } + ], + "description": "WebDAV Framework for PHP", + "homepage": "http://code.google.com/p/sabredav/", + "keywords": [ + "CalDAV", + "CardDAV", + "WebDAV", + "framework", + "iCalendar" + ] + } +] |