Commit 6f9cbd7c authored by Zachary Seguin's avatar Zachary Seguin
Browse files

Update to sabredav 3.1

parent 0665ebdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
    "require": {
        "sabre/dav": "~3.0.0"
        "sabre/dav": "~3.1.0"
    }
}
+95 −50
Original line number Diff line number Diff line
@@ -4,20 +4,21 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "aea8ad8f3c2a84550dc9942b770011f5",
    "hash": "d68a13a54442c9c4022db4bb829e35f1",
    "content-hash": "435366a67ff748a53ecf41c059427897",
    "packages": [
        {
            "name": "sabre/dav",
            "version": "3.0.5",
            "version": "3.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-dav.git",
                "reference": "69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc"
                "reference": "e4098cb78375ef8680cfdebab82c273848117243"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc",
                "reference": "69c1b5c9c19e52e2da15dc8920fce9ea9df9abcc",
                "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/e4098cb78375ef8680cfdebab82c273848117243",
                "reference": "e4098cb78375ef8680cfdebab82c273848117243",
                "shasum": ""
            },
            "require": {
@@ -25,22 +26,22 @@
                "ext-date": "*",
                "ext-dom": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "ext-spl": "*",
                "php": ">=5.4.1",
                "sabre/event": "~2.0",
                "sabre/http": "~4.0",
                "lib-libxml": ">=2.7.0",
                "php": ">=5.5.0",
                "sabre/event": ">=2.0.0, <4.0.0",
                "sabre/http": "^4.2.1",
                "sabre/uri": "~1.0",
                "sabre/vobject": ">=3.3.4,<4",
                "sabre/vobject": "~4.0",
                "sabre/xml": "~1.0"
            },
            "require-dev": {
                "evert/phpdoc-md": "~0.1.0",
                "phpunit/phpunit": "~4.2",
                "sabre/cs": "~0.0.2"
                "phpunit/phpunit": "> 4.8, <=6.0.0",
                "sabre/cs": "~0.0.5"
            },
            "suggest": {
                "ext-curl": "*",
@@ -53,7 +54,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.0-dev"
                    "dev-master": "3.1.0-dev"
                }
            },
            "autoload": {
@@ -85,34 +86,39 @@
                "framework",
                "iCalendar"
            ],
            "time": "2015-09-15 19:24:48"
            "time": "2016-05-29 00:52:33"
        },
        {
            "name": "sabre/event",
            "version": "2.0.2",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-event.git",
                "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff"
                "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-event/zipball/337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff",
                "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff",
                "url": "https://api.github.com/repos/fruux/sabre-event/zipball/831d586f5a442dceacdcf5e9c4c36a4db99a3534",
                "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.1"
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "sabre/cs": "~0.0.1"
                "sabre/cs": "~0.0.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Sabre\\Event\\": "lib/"
                }
                },
                "files": [
                    "lib/coroutine.php",
                    "lib/Loop/functions.php",
                    "lib/Promise/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
@@ -130,32 +136,33 @@
            "homepage": "http://sabre.io/event/",
            "keywords": [
                "EventEmitter",
                "async",
                "events",
                "hooks",
                "plugin",
                "promise",
                "signal"
            ],
            "time": "2015-05-19 10:24:22"
            "time": "2015-11-05 20:14:39"
        },
        {
            "name": "sabre/http",
            "version": "4.1.0",
            "version": "4.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-http.git",
                "reference": "5874c9c449e690242cf32884da9d32a3369a2c78"
                "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-http/zipball/5874c9c449e690242cf32884da9d32a3369a2c78",
                "reference": "5874c9c449e690242cf32884da9d32a3369a2c78",
                "url": "https://api.github.com/repos/fruux/sabre-http/zipball/2e93bc8321524c67be4ca5b8415daebd4c8bf85e",
                "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4",
                "sabre/event": ">=1.0.0,<3.0.0",
                "sabre/event": ">=1.0.0,<4.0.0",
                "sabre/uri": "~1.0"
            },
            "require-dev": {
@@ -191,20 +198,20 @@
            "keywords": [
                "http"
            ],
            "time": "2015-09-04 21:56:22"
            "time": "2016-01-06 23:00:08"
        },
        {
            "name": "sabre/uri",
            "version": "1.0.1",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-uri.git",
                "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42"
                "reference": "9012116434d84ef6e5e37a89dfdbfbe2204a8704"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42",
                "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42",
                "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/9012116434d84ef6e5e37a89dfdbfbe2204a8704",
                "reference": "9012116434d84ef6e5e37a89dfdbfbe2204a8704",
                "shasum": ""
            },
            "require": {
@@ -242,29 +249,33 @@
                "uri",
                "url"
            ],
            "time": "2015-04-29 03:47:26"
            "time": "2016-03-08 02:29:27"
        },
        {
            "name": "sabre/vobject",
            "version": "3.4.7",
            "version": "4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-vobject.git",
                "reference": "7b3690545451159fc608dfac6696110f6770ff5d"
                "reference": "8899c0e856b3178b17f4e9a4e85010209f32a2fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/7b3690545451159fc608dfac6696110f6770ff5d",
                "reference": "7b3690545451159fc608dfac6696110f6770ff5d",
                "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/8899c0e856b3178b17f4e9a4e85010209f32a2fa",
                "reference": "8899c0e856b3178b17f4e9a4e85010209f32a2fa",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.1"
                "php": ">=5.5",
                "sabre/xml": "~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "squizlabs/php_codesniffer": "*"
                "sabre/cs": "~0.0.3"
            },
            "suggest": {
                "hoa/bench": "If you would like to run the benchmark scripts"
            },
            "bin": [
                "bin/vobject",
@@ -273,7 +284,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev"
                    "dev-master": "4.0.x-dev"
                }
            },
            "autoload": {
@@ -297,31 +308,56 @@
                    "email": "dominik@fruux.com",
                    "homepage": "http://tobschall.de/",
                    "role": "Developer"
                },
                {
                    "name": "Ivan Enderlin",
                    "email": "ivan.enderlin@hoa-project.net",
                    "homepage": "http://mnt.io/",
                    "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",
                "availability",
                "freebusy",
                "iCalendar",
                "ics",
                "jCal",
                "jCard",
                "vCard"
                "recurrence",
                "rfc2425",
                "rfc2426",
                "rfc2739",
                "rfc4770",
                "rfc5545",
                "rfc5546",
                "rfc6321",
                "rfc6350",
                "rfc6351",
                "rfc6474",
                "rfc6638",
                "rfc6715",
                "rfc6868",
                "vCard",
                "vcf",
                "xCal",
                "xCard"
            ],
            "time": "2015-09-04 15:17:58"
            "time": "2016-04-07 00:48:27"
        },
        {
            "name": "sabre/xml",
            "version": "1.2.0",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-xml.git",
                "reference": "a3eeef9f3f13ee42503a1e06e5df3a6fc95b479b"
                "reference": "f48d98c22a4a4bef76cabb5968ffaddbb2bb593e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/a3eeef9f3f13ee42503a1e06e5df3a6fc95b479b",
                "reference": "a3eeef9f3f13ee42503a1e06e5df3a6fc95b479b",
                "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/f48d98c22a4a4bef76cabb5968ffaddbb2bb593e",
                "reference": "f48d98c22a4a4bef76cabb5968ffaddbb2bb593e",
                "shasum": ""
            },
            "require": {
@@ -340,7 +376,11 @@
            "autoload": {
                "psr-4": {
                    "Sabre\\Xml\\": "lib/"
                }
                },
                "files": [
                    "lib/Deserializer/functions.php",
                    "lib/Serializer/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
@@ -352,9 +392,14 @@
                    "email": "me@evertpot.com",
                    "homepage": "http://evertpot.com/",
                    "role": "Developer"
                },
                {
                    "name": "Markus Staab",
                    "email": "markus.staab@redaxo.de",
                    "role": "Developer"
                }
            ],
            "description": "The Sabre XML parser is the only XML library that you may not hate.",
            "description": "sabre/xml is an XML library that you may not hate.",
            "homepage": "https://sabre.io/xml/",
            "keywords": [
                "XMLReader",
@@ -362,7 +407,7 @@
                "dom",
                "xml"
            ],
            "time": "2015-08-30 07:57:48"
            "time": "2016-05-19 21:56:49"
        }
    ],
    "packages-dev": [],
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ $server = new DAV\Server($tree);
$server->setBaseUri('/');

// Authentication plugin
$authPlugin = new DAV\Auth\Plugin($serverBackend,'ZacharyDAV');
$authPlugin = new DAV\Auth\Plugin($serverBackend);
$server->addPlugin($authPlugin);

// CalDAV plugin