You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							1040 lines
						
					
					
						
							36 KiB
						
					
					
				
			
		
		
	
	
							1040 lines
						
					
					
						
							36 KiB
						
					
					
				{
 | 
						|
    "_readme": [
 | 
						|
        "This file locks the dependencies of your project to a known state",
 | 
						|
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
						|
        "This file is @generated automatically"
 | 
						|
    ],
 | 
						|
    "hash": "1abe77cf0b8752805b4ac0e3cde352b0",
 | 
						|
    "packages": [
 | 
						|
        {
 | 
						|
            "name": "alchemy/binary-driver",
 | 
						|
            "version": "1.5.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/alchemy-fr/BinaryDriver.git",
 | 
						|
                "reference": "b32c03d4b56ce29f783051eac55887adae654b41"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/b32c03d4b56ce29f783051eac55887adae654b41",
 | 
						|
                "reference": "b32c03d4b56ce29f783051eac55887adae654b41",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "evenement/evenement": "~1.0",
 | 
						|
                "monolog/monolog": "~1.3",
 | 
						|
                "php": ">=5.3.3",
 | 
						|
                "psr/log": "~1.0",
 | 
						|
                "symfony/process": "~2.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~3.7"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Alchemy": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Romain Neutron",
 | 
						|
                    "email": "imprec@gmail.com",
 | 
						|
                    "homepage": "http://www.lickmychip.com/"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Nicolas Le Goff",
 | 
						|
                    "email": "legoff.n@gmail.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Phraseanet Team",
 | 
						|
                    "email": "info@alchemy.fr",
 | 
						|
                    "homepage": "http://www.phraseanet.com/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "A set of tools to build binary drivers",
 | 
						|
            "keywords": [
 | 
						|
                "binary",
 | 
						|
                "driver"
 | 
						|
            ],
 | 
						|
            "time": "2013-06-21 15:51:20"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "doctrine/cache",
 | 
						|
            "version": "v1.3.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/doctrine/cache.git",
 | 
						|
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
 | 
						|
                "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.2"
 | 
						|
            },
 | 
						|
            "conflict": {
 | 
						|
                "doctrine/common": ">2.2,<2.4"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": ">=3.7",
 | 
						|
                "satooshi/php-coveralls": "~0.6"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.4.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Doctrine\\Common\\Cache\\": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Roman Borschel",
 | 
						|
                    "email": "roman@code-factory.org"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Benjamin Eberlei",
 | 
						|
                    "email": "kontakt@beberlei.de"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Guilherme Blanco",
 | 
						|
                    "email": "guilhermeblanco@gmail.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Jonathan Wage",
 | 
						|
                    "email": "jonwage@gmail.com"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Johannes Schmitt",
 | 
						|
                    "email": "schmittjoh@gmail.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Caching library offering an object-oriented API for many cache backends",
 | 
						|
            "homepage": "http://www.doctrine-project.org",
 | 
						|
            "keywords": [
 | 
						|
                "cache",
 | 
						|
                "caching"
 | 
						|
            ],
 | 
						|
            "time": "2014-09-17 14:24:04"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "emojione/emojione",
 | 
						|
            "version": "v1.3.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/Ranks/emojione.git",
 | 
						|
                "reference": "2a34acf3771a219045e133063aa759035d4f842c"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/Ranks/emojione/zipball/2a34acf3771a219045e133063aa759035d4f842c",
 | 
						|
                "reference": "2a34acf3771a219045e133063aa759035d4f842c",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "Emojione\\": "lib/php/src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "description": "Emoji One is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG and SVG formats provided for the emoji images.",
 | 
						|
            "homepage": "http://www.emojione.com",
 | 
						|
            "keywords": [
 | 
						|
                "Emoji One",
 | 
						|
                "emoji",
 | 
						|
                "emojione",
 | 
						|
                "emojis",
 | 
						|
                "emoticons",
 | 
						|
                "smileys",
 | 
						|
                "smilies",
 | 
						|
                "unicode"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-31 19:31:57"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "evenement/evenement",
 | 
						|
            "version": "v1.0.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/igorw/evenement.git",
 | 
						|
                "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
 | 
						|
                "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Evenement": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Igor Wiedler",
 | 
						|
                    "email": "igor@wiedler.ch",
 | 
						|
                    "homepage": "http://wiedler.ch/igor/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Événement is a very simple event dispatching library for PHP 5.3",
 | 
						|
            "keywords": [
 | 
						|
                "event-dispatcher"
 | 
						|
            ],
 | 
						|
            "time": "2012-05-30 15:01:08"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "michelf/php-markdown",
 | 
						|
            "version": "1.4.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/michelf/php-markdown.git",
 | 
						|
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
 | 
						|
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-lib": "1.4.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Michelf": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Michel Fortin",
 | 
						|
                    "email": "michel.fortin@michelf.ca",
 | 
						|
                    "homepage": "http://michelf.ca/",
 | 
						|
                    "role": "Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "John Gruber",
 | 
						|
                    "homepage": "http://daringfireball.net/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "PHP Markdown",
 | 
						|
            "homepage": "http://michelf.ca/projects/php-markdown/",
 | 
						|
            "keywords": [
 | 
						|
                "markdown"
 | 
						|
            ],
 | 
						|
            "time": "2014-05-05 02:43:50"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "monolog/monolog",
 | 
						|
            "version": "1.11.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/Seldaek/monolog.git",
 | 
						|
                "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
 | 
						|
                "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0",
 | 
						|
                "psr/log": "~1.0"
 | 
						|
            },
 | 
						|
            "provide": {
 | 
						|
                "psr/log-implementation": "1.0.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "aws/aws-sdk-php": "~2.4, >2.4.8",
 | 
						|
                "doctrine/couchdb": "~1.0@dev",
 | 
						|
                "graylog2/gelf-php": "~1.0",
 | 
						|
                "phpunit/phpunit": "~3.7.0",
 | 
						|
                "raven/raven": "~0.5",
 | 
						|
                "ruflin/elastica": "0.90.*",
 | 
						|
                "videlalvaro/php-amqplib": "~2.4"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
 | 
						|
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
 | 
						|
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
 | 
						|
                "ext-mongo": "Allow sending log messages to a MongoDB server",
 | 
						|
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
 | 
						|
                "raven/raven": "Allow sending log messages to a Sentry server",
 | 
						|
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
 | 
						|
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
 | 
						|
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.11.x-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-4": {
 | 
						|
                    "Monolog\\": "src/Monolog"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Jordi Boggiano",
 | 
						|
                    "email": "j.boggiano@seld.be",
 | 
						|
                    "homepage": "http://seld.be"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
 | 
						|
            "homepage": "http://github.com/Seldaek/monolog",
 | 
						|
            "keywords": [
 | 
						|
                "log",
 | 
						|
                "logging",
 | 
						|
                "psr-3"
 | 
						|
            ],
 | 
						|
            "time": "2014-09-30 13:30:58"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "neutron/temporary-filesystem",
 | 
						|
            "version": "2.1.1",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
 | 
						|
                "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
 | 
						|
                "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "symfony/filesystem": "~2.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~3.7"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Neutron": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Romain Neutron",
 | 
						|
                    "email": "imprec@gmail.com",
 | 
						|
                    "homepage": "http://www.lickmychip.com/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony filesystem extension to handle temporary files",
 | 
						|
            "time": "2013-10-10 10:58:09"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "php-ffmpeg/php-ffmpeg",
 | 
						|
            "version": "0.3.x-dev",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
 | 
						|
                "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
 | 
						|
                "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "alchemy/binary-driver": "~1.5",
 | 
						|
                "doctrine/cache": "~1.0",
 | 
						|
                "evenement/evenement": "~1.0",
 | 
						|
                "neutron/temporary-filesystem": "~2.1, >=2.1.1",
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "phpunit/phpunit": "~3.7",
 | 
						|
                "sami/sami": "~1.0",
 | 
						|
                "silex/silex": "~1.0"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "0.4-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "FFMpeg": "src"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Romain Neutron",
 | 
						|
                    "email": "imprec@gmail.com",
 | 
						|
                    "homepage": "http://www.lickmychip.com/"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Phraseanet Team",
 | 
						|
                    "email": "info@alchemy.fr",
 | 
						|
                    "homepage": "http://www.phraseanet.com/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
 | 
						|
            "keywords": [
 | 
						|
                "audio",
 | 
						|
                "audio processing",
 | 
						|
                "avconv",
 | 
						|
                "avprobe",
 | 
						|
                "ffmpeg",
 | 
						|
                "ffprobe",
 | 
						|
                "video",
 | 
						|
                "video processing"
 | 
						|
            ],
 | 
						|
            "time": "2013-10-21 12:13:46"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "psr/log",
 | 
						|
            "version": "1.0.0",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/php-fig/log.git",
 | 
						|
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
 | 
						|
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Psr\\Log\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "PHP-FIG",
 | 
						|
                    "homepage": "http://www.php-fig.org/"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Common interface for logging libraries",
 | 
						|
            "keywords": [
 | 
						|
                "log",
 | 
						|
                "psr",
 | 
						|
                "psr-3"
 | 
						|
            ],
 | 
						|
            "time": "2012-12-21 11:40:51"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "sabre/vobject",
 | 
						|
            "version": "3.3.4",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/fruux/sabre-vobject.git",
 | 
						|
                "reference": "e7cbc59a7a77325dfa32924865e1802c9216a3e0"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/e7cbc59a7a77325dfa32924865e1802c9216a3e0",
 | 
						|
                "reference": "e7cbc59a7a77325dfa32924865e1802c9216a3e0",
 | 
						|
                "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-11-19 22:15:24"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/console",
 | 
						|
            "version": "v2.6.1",
 | 
						|
            "target-dir": "Symfony/Component/Console",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Console.git",
 | 
						|
                "reference": "ef825fd9f809d275926547c9e57cbf14968793e8"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Console/zipball/ef825fd9f809d275926547c9e57cbf14968793e8",
 | 
						|
                "reference": "ef825fd9f809d275926547c9e57cbf14968793e8",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "psr/log": "~1.0",
 | 
						|
                "symfony/event-dispatcher": "~2.1",
 | 
						|
                "symfony/process": "~2.1"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "psr/log": "For using the console logger",
 | 
						|
                "symfony/event-dispatcher": "",
 | 
						|
                "symfony/process": ""
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Console\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Symfony Community",
 | 
						|
                    "homepage": "http://symfony.com/contributors"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony Console Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-12-02 20:19:20"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/filesystem",
 | 
						|
            "version": "v2.6.1",
 | 
						|
            "target-dir": "Symfony/Component/Filesystem",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Filesystem.git",
 | 
						|
                "reference": "ff6efc95256cb33031933729e68b01d720b5436b"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/ff6efc95256cb33031933729e68b01d720b5436b",
 | 
						|
                "reference": "ff6efc95256cb33031933729e68b01d720b5436b",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Filesystem\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Symfony Community",
 | 
						|
                    "homepage": "http://symfony.com/contributors"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony Filesystem Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-12-02 20:19:20"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/process",
 | 
						|
            "version": "v2.6.1",
 | 
						|
            "target-dir": "Symfony/Component/Process",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Process.git",
 | 
						|
                "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Process/zipball/bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
 | 
						|
                "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Process\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Symfony Community",
 | 
						|
                    "homepage": "http://symfony.com/contributors"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony Process Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-12-02 20:19:20"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "symfony/yaml",
 | 
						|
            "version": "v2.6.1",
 | 
						|
            "target-dir": "Symfony/Component/Yaml",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/symfony/Yaml.git",
 | 
						|
                "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/3346fc090a3eb6b53d408db2903b241af51dcb20",
 | 
						|
                "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.3"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.6-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Symfony\\Component\\Yaml\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Symfony Community",
 | 
						|
                    "homepage": "http://symfony.com/contributors"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Symfony Yaml Component",
 | 
						|
            "homepage": "http://symfony.com",
 | 
						|
            "time": "2014-12-02 20:19:20"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "toin0u/digitalocean",
 | 
						|
            "version": "1.4.2",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/toin0u/DigitalOcean.git",
 | 
						|
                "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
 | 
						|
                "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.0",
 | 
						|
                "symfony/console": "~2.3",
 | 
						|
                "symfony/yaml": "~2.3",
 | 
						|
                "toin0u/http-adapter": "~1.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "satooshi/php-coveralls": "~0.6"
 | 
						|
            },
 | 
						|
            "bin": [
 | 
						|
                "digitalocean"
 | 
						|
            ],
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.4-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "DigitalOcean": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Antoine Corcy",
 | 
						|
                    "email": "contact@sbin.dk",
 | 
						|
                    "homepage": "http://sbin.dk",
 | 
						|
                    "role": "Developer"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "DigitalOcean API PHP 5.3+ library",
 | 
						|
            "homepage": "https://github.com/toin0u/DigitalOcean",
 | 
						|
            "keywords": [
 | 
						|
                "Cloud Hosting",
 | 
						|
                "SSD",
 | 
						|
                "api",
 | 
						|
                "digitalocean",
 | 
						|
                "vps"
 | 
						|
            ],
 | 
						|
            "time": "2014-01-14 22:20:56"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "toin0u/http-adapter",
 | 
						|
            "version": "1.0.3",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/toin0u/HttpAdapter.git",
 | 
						|
                "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
 | 
						|
                "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "ext-curl": "*",
 | 
						|
                "php": ">=5.3.0"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "guzzle/guzzle": "@stable",
 | 
						|
                "kriswallsmith/buzz": "@stable",
 | 
						|
                "satooshi/php-coveralls": "~0.6",
 | 
						|
                "zendframework/zendframework": "~2.1"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
 | 
						|
                "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
 | 
						|
                "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.0-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "HttpAdapter": "src/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "MIT"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Antoine Corcy",
 | 
						|
                    "email": "contact@sbin.dk",
 | 
						|
                    "homepage": "http://sbin.dk",
 | 
						|
                    "role": "Developer"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "HttpAdapter PHP 5.3+ library",
 | 
						|
            "homepage": "https://github.com/toin0u/HttpAdapter",
 | 
						|
            "keywords": [
 | 
						|
                "adapter",
 | 
						|
                "http"
 | 
						|
            ],
 | 
						|
            "time": "2013-05-26 18:18:11"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "twig/twig",
 | 
						|
            "version": "v1.16.2",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/fabpot/Twig.git",
 | 
						|
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
 | 
						|
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.2.4"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "1.16-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Twig_": "lib/"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "authors": [
 | 
						|
                {
 | 
						|
                    "name": "Fabien Potencier",
 | 
						|
                    "email": "fabien@symfony.com",
 | 
						|
                    "homepage": "http://fabien.potencier.org",
 | 
						|
                    "role": "Lead Developer"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Armin Ronacher",
 | 
						|
                    "email": "armin.ronacher@active-4.com",
 | 
						|
                    "role": "Project Founder"
 | 
						|
                },
 | 
						|
                {
 | 
						|
                    "name": "Twig Team",
 | 
						|
                    "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
 | 
						|
                    "role": "Contributors"
 | 
						|
                }
 | 
						|
            ],
 | 
						|
            "description": "Twig, the flexible, fast, and secure template language for PHP",
 | 
						|
            "homepage": "http://twig.sensiolabs.org",
 | 
						|
            "keywords": [
 | 
						|
                "templating"
 | 
						|
            ],
 | 
						|
            "time": "2014-10-17 12:53:44"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "zendframework/zend-config",
 | 
						|
            "version": "2.3.3",
 | 
						|
            "target-dir": "Zend/Config",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/zendframework/Component_ZendConfig.git",
 | 
						|
                "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
 | 
						|
                "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.23",
 | 
						|
                "zendframework/zend-stdlib": "self.version"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "zendframework/zend-filter": "self.version",
 | 
						|
                "zendframework/zend-i18n": "self.version",
 | 
						|
                "zendframework/zend-json": "self.version",
 | 
						|
                "zendframework/zend-servicemanager": "self.version"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "zendframework/zend-filter": "Zend\\Filter component",
 | 
						|
                "zendframework/zend-i18n": "Zend\\I18n component",
 | 
						|
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
 | 
						|
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.3-dev",
 | 
						|
                    "dev-develop": "2.4-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Zend\\Config\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
 | 
						|
            "homepage": "https://github.com/zendframework/zf2",
 | 
						|
            "keywords": [
 | 
						|
                "config",
 | 
						|
                "zf2"
 | 
						|
            ],
 | 
						|
            "time": "2014-09-16 22:58:11"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "zendframework/zend-stdlib",
 | 
						|
            "version": "2.3.3",
 | 
						|
            "target-dir": "Zend/Stdlib",
 | 
						|
            "source": {
 | 
						|
                "type": "git",
 | 
						|
                "url": "https://github.com/zendframework/Component_ZendStdlib.git",
 | 
						|
                "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
 | 
						|
            },
 | 
						|
            "dist": {
 | 
						|
                "type": "zip",
 | 
						|
                "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
 | 
						|
                "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
 | 
						|
                "shasum": ""
 | 
						|
            },
 | 
						|
            "require": {
 | 
						|
                "php": ">=5.3.23"
 | 
						|
            },
 | 
						|
            "require-dev": {
 | 
						|
                "zendframework/zend-eventmanager": "self.version",
 | 
						|
                "zendframework/zend-serializer": "self.version",
 | 
						|
                "zendframework/zend-servicemanager": "self.version"
 | 
						|
            },
 | 
						|
            "suggest": {
 | 
						|
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
 | 
						|
                "zendframework/zend-serializer": "Zend\\Serializer component",
 | 
						|
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
 | 
						|
            },
 | 
						|
            "type": "library",
 | 
						|
            "extra": {
 | 
						|
                "branch-alias": {
 | 
						|
                    "dev-master": "2.3-dev",
 | 
						|
                    "dev-develop": "2.4-dev"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "autoload": {
 | 
						|
                "psr-0": {
 | 
						|
                    "Zend\\Stdlib\\": ""
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "notification-url": "https://packagist.org/downloads/",
 | 
						|
            "license": [
 | 
						|
                "BSD-3-Clause"
 | 
						|
            ],
 | 
						|
            "homepage": "https://github.com/zendframework/zf2",
 | 
						|
            "keywords": [
 | 
						|
                "stdlib",
 | 
						|
                "zf2"
 | 
						|
            ],
 | 
						|
            "time": "2014-09-16 22:58:11"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "packages-dev": [],
 | 
						|
    "aliases": [],
 | 
						|
    "minimum-stability": "stable",
 | 
						|
    "stability-flags": {
 | 
						|
        "php-ffmpeg/php-ffmpeg": 20
 | 
						|
    },
 | 
						|
    "prefer-stable": false,
 | 
						|
    "platform": [],
 | 
						|
    "platform-dev": []
 | 
						|
}
 | 
						|
 |