Commit 27c1f093 authored by Zachary Seguin's avatar Zachary Seguin
Browse files

Updated gitignore and added composer.lock

parent 21a38cb5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config.php
vendor/

composer.lock

0 → 100644
+376 −0
Original line number Diff line number Diff line
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "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",
    "packages": [
        {
            "name": "sabre/dav",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-dav.git",
                "reference": "07bef42ba41cf8b9a8d65dc1a2d77f4cc131961d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/07bef42ba41cf8b9a8d65dc1a2d77f4cc131961d",
                "reference": "07bef42ba41cf8b9a8d65dc1a2d77f4cc131961d",
                "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": "~2.0",
                "sabre/http": "~4.0",
                "sabre/uri": "~1.0",
                "sabre/vobject": ">=3.3.4,<4",
                "sabre/xml": "~1.0"
            },
            "require-dev": {
                "evert/phpdoc-md": "~0.1.0",
                "phpunit/phpunit": "~4.2",
                "sabre/cs": "~0.0.2"
            },
            "suggest": {
                "ext-curl": "*",
                "ext-pdo": "*"
            },
            "bin": [
                "bin/sabredav",
                "bin/naturalselection"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.0-dev"
                }
            },
            "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://sabre.io/",
            "keywords": [
                "CalDAV",
                "CardDAV",
                "WebDAV",
                "framework",
                "iCalendar"
            ],
            "time": "2015-07-21 20:27:17"
        },
        {
            "name": "sabre/event",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-event.git",
                "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-event/zipball/337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff",
                "reference": "337b6f5e10ea6e0b21e22c7e5788dd3883ae73ff",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "sabre/cs": "~0.0.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Sabre\\Event\\": "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"
                }
            ],
            "description": "sabre/event is a library for lightweight event-based programming",
            "homepage": "http://sabre.io/event/",
            "keywords": [
                "EventEmitter",
                "events",
                "hooks",
                "plugin",
                "promise",
                "signal"
            ],
            "time": "2015-05-19 10:24:22"
        },
        {
            "name": "sabre/http",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-http.git",
                "reference": "3b3ba70329e0ffc0a4d9855ca7d7583ab82b1023"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-http/zipball/3b3ba70329e0ffc0a4d9855ca7d7583ab82b1023",
                "reference": "3b3ba70329e0ffc0a4d9855ca7d7583ab82b1023",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4",
                "sabre/event": ">=1.0.0,<3.0.0",
                "sabre/uri": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.3",
                "sabre/cs": "~0.0.1"
            },
            "suggest": {
                "ext-curl": " to make http requests with the Client class"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Sabre\\HTTP\\": "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"
                }
            ],
            "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
            "homepage": "https://github.com/fruux/sabre-http",
            "keywords": [
                "http"
            ],
            "time": "2015-05-20 09:05:01"
        },
        {
            "name": "sabre/uri",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-uri.git",
                "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42",
                "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.7"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "sabre/cs": "~0.0.1"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Sabre\\Uri\\": "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"
                }
            ],
            "description": "Functions for making sense out of URIs.",
            "homepage": "http://sabre.io/uri/",
            "keywords": [
                "rfc3986",
                "uri",
                "url"
            ],
            "time": "2015-04-29 03:47:26"
        },
        {
            "name": "sabre/vobject",
            "version": "3.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-vobject.git",
                "reference": "75bd5ee4cea8138125ead50f5a3828b708a611ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/75bd5ee4cea8138125ead50f5a3828b708a611ae",
                "reference": "75bd5ee4cea8138125ead50f5a3828b708a611ae",
                "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": "2015-06-02 15:44:08"
        },
        {
            "name": "sabre/xml",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-xml.git",
                "reference": "185447d1ec37dc460d06e96697db10a944218286"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/185447d1ec37dc460d06e96697db10a944218286",
                "reference": "185447d1ec37dc460d06e96697db10a944218286",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "lib-libxml": ">=2.6.20",
                "php": ">=5.4.1",
                "sabre/uri": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*",
                "sabre/cs": "~0.0.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Sabre\\Xml\\": "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"
                }
            ],
            "description": "The Sabre XML parser is the only XML library that you may not hate.",
            "homepage": "https://sabre.io/xml/",
            "keywords": [
                "XMLReader",
                "XMLWriter",
                "dom",
                "xml"
            ],
            "time": "2015-06-29 22:18:41"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}