From 2f1d60f3cc80442131ea61d6d31ce62bb830ce72 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sat, 15 Nov 2014 21:33:58 +0100 Subject: [PATCH] Add sabre.io to the dependencies. Ticket #31 --- composer.json | 3 +- composer.lock | 235 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 236 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 12f7112..faa8d52 100755 --- a/composer.json +++ b/composer.json @@ -37,7 +37,8 @@ "doctrine/migrations": "dev-master", "doctrine/doctrine-migrations-bundle": "dev-master", "jbroadway/urlify" : "~1.0", - "enko/relativedateparser" : "v0.3" + "enko/relativedateparser" : "v0.3", + "sabre/dav" : "~2.0" }, "require-dev": { "sensio/generator-bundle": "~2.3" diff --git a/composer.lock b/composer.lock index be254b4..6d814aa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "76317aae6b4148c72d1d1afc039502d9", + "hash": "c0dd295d10e8821f679de1dc090aa14e", "packages": [ { "name": "doctrine/annotations", @@ -1283,6 +1283,239 @@ ], "time": "2012-12-21 11:40:51" }, + { + "name": "sabre/dav", + "version": "2.0.5", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-dav.git", + "reference": "e390d39ebfc701543459370e89a16d2d71910bda" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/e390d39ebfc701543459370e89a16d2d71910bda", + "reference": "e390d39ebfc701543459370e89a16d2d71910bda", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-date": "*", + "ext-dom": "*", + "ext-iconv": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-simplexml": "*", + "ext-spl": "*", + "php": ">=5.4.1", + "sabre/event": "~1.0.0", + "sabre/http": "~2.0.2", + "sabre/vobject": "~3.3.0" + }, + "require-dev": { + "evert/phpdoc-md": "~0.0.7", + "phpunit/phpunit": "~4.2" + }, + "suggest": { + "ext-curl": "*", + "ext-pdo": "*" + }, + "bin": [ + "bin/sabredav", + "bin/naturalselection" + ], + "type": "library", + "autoload": { + "psr-4": { + "Sabre\\DAV\\": "lib/DAV/", + "Sabre\\DAVACL\\": "lib/DAVACL/", + "Sabre\\CalDAV\\": "lib/CalDAV/", + "Sabre\\CardDAV\\": "lib/CardDAV/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "me@evertpot.com", + "homepage": "http://evertpot.com/", + "role": "Developer" + } + ], + "description": "WebDAV Framework for PHP", + "homepage": "http://code.google.com/p/sabredav/", + "keywords": [ + "CalDAV", + "CardDAV", + "WebDAV", + "framework", + "iCalendar" + ], + "time": "2014-10-14 16:14:28" + }, + { + "name": "sabre/event", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-event.git", + "reference": "5ee3adf5441c2fe53b8ceacff6db81e621ee884c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-event/zipball/5ee3adf5441c2fe53b8ceacff6db81e621ee884c", + "reference": "5ee3adf5441c2fe53b8ceacff6db81e621ee884c", + "shasum": "" + }, + "require": { + "php": ">=5.4.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "Sabre\\Event": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "evert@rooftopsolutions.nl", + "homepage": "http://www.rooftopsolutions.nl/", + "role": "Developer" + } + ], + "description": "The sabre/event library provides utilities for lightweight event-based programming", + "homepage": "http://sabre.io/event", + "keywords": [ + "EventEmitter", + "events" + ], + "time": "2014-06-12 16:34:49" + }, + { + "name": "sabre/http", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-http.git", + "reference": "c4c24f547a5509c6c661b11ecf4ff524d2bf6a44" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-http/zipball/c4c24f547a5509c6c661b11ecf4ff524d2bf6a44", + "reference": "c4c24f547a5509c6c661b11ecf4ff524d2bf6a44", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.4", + "sabre/event": ">=1.0.0,<3.0.0" + }, + "require-dev": { + "phpunit/phpunit": "*", + "squizlabs/php_codesniffer": "~1.5.3" + }, + "suggest": { + "ext-curl": " to make http requests with the Client class" + }, + "type": "library", + "autoload": { + "psr-0": { + "Sabre\\HTTP": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "evert@rooftopsolutions.nl", + "homepage": "http://www.rooftopsolutions.nl/", + "role": "Developer" + } + ], + "description": "The sabre/http library provides utilities for dealing with http requests and responses. ", + "homepage": "https://github.com/fruux/sabre-http", + "keywords": [ + "http" + ], + "time": "2014-07-14 18:13:13" + }, + { + "name": "sabre/vobject", + "version": "3.3.3", + "source": { + "type": "git", + "url": "https://github.com/fruux/sabre-vobject.git", + "reference": "de508f160e811c09b5e651909eb20b9e058a043c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/de508f160e811c09b5e651909eb20b9e058a043c", + "reference": "de508f160e811c09b5e651909eb20b9e058a043c", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.1" + }, + "require-dev": { + "phpunit/phpunit": "*", + "squizlabs/php_codesniffer": "*" + }, + "bin": [ + "bin/vobject", + "bin/generate_vcards" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Sabre\\VObject\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Evert Pot", + "email": "me@evertpot.com", + "homepage": "http://evertpot.com/", + "role": "Developer" + }, + { + "name": "Dominik Tobschall", + "email": "dominik@fruux.com", + "homepage": "http://tobschall.de/", + "role": "Developer" + } + ], + "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", + "homepage": "http://sabre.io/vobject/", + "keywords": [ + "VObject", + "iCalendar", + "jCal", + "jCard", + "vCard" + ], + "time": "2014-10-09 15:59:25" + }, { "name": "sensio/distribution-bundle", "version": "v3.0.8",