{
    "_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#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "d0492e2014ec7e958f566adbf53e070b",
    "packages": [
        {
            "name": "aws/aws-sdk-php",
            "version": "2.7.9",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "f39354df58eec97f0ef22ccf3caf753607a47dca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f39354df58eec97f0ef22ccf3caf753607a47dca",
                "reference": "f39354df58eec97f0ef22ccf3caf753607a47dca",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.7",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
                "ext-openssl": "*",
                "monolog/monolog": "~1.4",
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "doctrine/cache": "Adds support for caching of credentials and responses",
                "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "monolog/monolog": "Adds support for logging HTTP requests and responses",
                "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aws": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "time": "2014-12-08T21:56:46+00:00"
        },
        {
            "name": "composer/semver",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2016-08-30T16:08:34+00:00"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "abandoned": "guzzlehttp/guzzle",
            "time": "2015-03-18T18:23:50+00:00"
        },
        {
            "name": "james-heinrich/getid3",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/JamesHeinrich/getID3.git",
                "reference": "0723b77cafe9278618cfb6bc91b75e73705d3de8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/0723b77cafe9278618cfb6bc91b75e73705d3de8",
                "reference": "0723b77cafe9278618cfb6bc91b75e73705d3de8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "jakub-onderka/php-parallel-lint": "^0.9 || ^1.0"
            },
            "suggest": {
                "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
                "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
                "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
                "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
                "ext-exif": "EXIF extension is required for graphic modules.",
                "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
                "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
                "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
                "ext-mbstring": "mbstring extension is required to work with different character sets.",
                "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
                "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
                "ext-rar": "RAR extension is required for RAR archive module.",
                "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
                "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
                "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "getid3/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-1.0-or-later",
                "LGPL-3.0-only",
                "MPL-2.0"
            ],
            "description": "PHP script that extracts useful information from popular multimedia file formats",
            "homepage": "https://www.getid3.org/",
            "keywords": [
                "codecs",
                "php",
                "tags"
            ],
            "time": "2019-09-16T19:08:47+00:00"
        },
        {
            "name": "massivescale/celery-php",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/gjedeer/celery-php.git",
                "reference": "609720abe0683ffd3c5d2dfc8a898a79b687f599"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gjedeer/celery-php/zipball/609720abe0683ffd3c5d2dfc8a898a79b687f599",
                "reference": "609720abe0683ffd3c5d2dfc8a898a79b687f599",
                "shasum": ""
            },
            "require": {
                "predis/predis": ">=0.8.5",
                "videlalvaro/php-amqplib": ">=2.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "celery.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "GDR!",
                    "email": "info@massivescale.net",
                    "homepage": "http://massivescale.net/",
                    "role": "Developer"
                }
            ],
            "description": "PHP client for Celery task queue",
            "homepage": "https://github.com/gjedeer/celery-php/",
            "keywords": [
                "AMQP",
                "celery",
                "cron",
                "python",
                "queue",
                "task"
            ],
            "time": "2015-04-17T10:58:54+00:00"
        },
        {
            "name": "phing/phing",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phingofficial/phing.git",
                "reference": "63a495a1f619b60404687a0a059039c5046677df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/63a495a1f619b60404687a0a059039c5046677df",
                "reference": "63a495a1f619b60404687a0a059039c5046677df",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "lastcraft/simpletest": "@dev",
                "pdepend/pdepend": "2.x",
                "pear-pear.php.net/console_getopt": "~1.3.0",
                "pear-pear.php.net/http_request2": "2.2.x",
                "pear-pear.php.net/net_growl": "2.7.x",
                "pear-pear.php.net/pear_packagefilemanager": "1.7.x",
                "pear-pear.php.net/pear_packagefilemanager2": "1.0.x",
                "pear-pear.php.net/xml_serializer": "0.20.x",
                "pear/pear_exception": "~1.0",
                "pear/versioncontrol_git": "@dev",
                "pear/versioncontrol_svn": "~0.5",
                "phpdocumentor/phpdocumentor": "2.x",
                "phploc/phploc": "~2.0.6",
                "phpmd/phpmd": "~2.2",
                "phpunit/phpunit": ">=3.7",
                "sebastian/git": "~1.0",
                "sebastian/phpcpd": "2.x",
                "squizlabs/php_codesniffer": "~2.2"
            },
            "suggest": {
                "pdepend/pdepend": "PHP version of JDepend",
                "pear/archive_tar": "Tar file management class",
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
                "phpmd/phpmd": "PHP version of PMD tool",
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
                "phpunit/phpunit": "The PHP Unit Testing Framework",
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
                "tedivm/jshrink": "Javascript Minifier built in PHP"
            },
            "bin": [
                "bin/phing"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "classes/phing/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "classes"
            ],
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                },
                {
                    "name": "Phing Community",
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
                }
            ],
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
            "homepage": "https://www.phing.info/",
            "keywords": [
                "build",
                "phing",
                "task",
                "tool"
            ],
            "time": "2015-08-24T21:02:12+00:00"
        },
        {
            "name": "php-amqplib/php-amqplib",
            "version": "v2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-amqplib/php-amqplib.git",
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "replace": {
                "videlalvaro/php-amqplib": "self.version"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "scrutinizer/ocular": "^1.1",
                "squizlabs/php_codesniffer": "^2.5"
            },
            "suggest": {
                "ext-sockets": "Use AMQPSocketConnection"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpAmqpLib\\": "PhpAmqpLib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Alvaro Videla",
                    "role": "Original Maintainer"
                },
                {
                    "name": "John Kelly",
                    "email": "johnmkelly86@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Raúl Araya",
                    "email": "nubeiro@gmail.com",
                    "role": "Maintainer"
                }
            ],
            "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
            "homepage": "https://github.com/php-amqplib/php-amqplib/",
            "keywords": [
                "message",
                "queue",
                "rabbitmq"
            ],
            "time": "2016-04-11T14:30:01+00:00"
        },
        {
            "name": "predis/predis",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/predis/predis.git",
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/predis/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Predis\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniele Alessandri",
                    "email": "suppakilla@gmail.com",
                    "homepage": "http://clorophilla.net"
                }
            ],
            "description": "Flexible and feature-complete PHP client library for Redis",
            "homepage": "http://github.com/nrk/predis",
            "keywords": [
                "nosql",
                "predis",
                "redis"
            ],
            "time": "2015-07-30T18:34:15+00:00"
        },
        {
            "name": "propel/propel1",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/propelorm/Propel.git",
                "reference": "09058f1443bc287e550b9342a4379aac2e0a0b8f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/propelorm/Propel/zipball/09058f1443bc287e550b9342a4379aac2e0a0b8f",
                "reference": "09058f1443bc287e550b9342a4379aac2e0a0b8f",
                "shasum": ""
            },
            "require": {
                "phing/phing": "~2.4",
                "php": ">=5.2.4"
            },
            "require-dev": {
                "pear-pear.php.net/pear_packagefilemanager2": "@stable"
            },
            "bin": [
                "generator/bin/propel-gen",
                "generator/bin/propel-gen.bat"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "runtime/lib",
                    "generator/lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "runtime/lib",
                "generator/lib"
            ],
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                }
            ],
            "description": "Propel is an open-source Object-Relational Mapping (ORM) for PHP5.",
            "homepage": "http://www.propelorm.org/",
            "keywords": [
                "Active Record",
                "database",
                "mapping",
                "orm",
                "persistence"
            ],
            "time": "2013-10-21T12:52:56+00:00"
        },
        {
            "name": "raven/raven",
            "version": "0.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/getsentry/raven-php.git",
                "reference": "bd247ca2a8fd9ccfb99b60285c9b31286384a92b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/getsentry/raven-php/zipball/bd247ca2a8fd9ccfb99b60285c9b31286384a92b",
                "reference": "bd247ca2a8fd9ccfb99b60285c9b31286384a92b",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.2.4"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "^1.8.0",
                "phpunit/phpunit": "^4.6.6"
            },
            "bin": [
                "bin/raven"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.12.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Raven_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD"
            ],
            "authors": [
                {
                    "name": "David Cramer",
                    "email": "dcramer@gmail.com"
                }
            ],
            "description": "A PHP client for Sentry (http://getsentry.com)",
            "homepage": "http://getsentry.com",
            "keywords": [
                "log",
                "logging"
            ],
            "abandoned": "sentry/sentry",
            "time": "2015-05-19T20:20:08+00:00"
        },
        {
            "name": "simplepie/simplepie",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/simplepie/simplepie.git",
                "reference": "eb6dd2d578dd62a1eec68b60cdda8c4a38a8de49"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplepie/simplepie/zipball/eb6dd2d578dd62a1eec68b60cdda8c4a38a8de49",
                "reference": "eb6dd2d578dd62a1eec68b60cdda8c4a38a8de49",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4 || ~5"
            },
            "suggest": {
                "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SimplePie": "library"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Ryan Parman",
                    "homepage": "http://ryanparman.com/",
                    "role": "Creator, alumnus developer"
                },
                {
                    "name": "Geoffrey Sneddon",
                    "homepage": "http://gsnedders.com/",
                    "role": "Alumnus developer"
                },
                {
                    "name": "Ryan McCue",
                    "email": "me@ryanmccue.info",
                    "homepage": "http://ryanmccue.info/",
                    "role": "Developer"
                }
            ],
            "description": "A simple Atom/RSS parsing library for PHP",
            "homepage": "http://simplepie.org/",
            "keywords": [
                "atom",
                "feeds",
                "rss"
            ],
            "time": "2017-02-28T01:12:12+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v2.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b58c916f1db03a611b72dd702564f30ad8fe83fa",
                "reference": "b58c916f1db03a611b72dd702564f30ad8fe83fa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.0,>=2.0.5",
                "symfony/dependency-injection": "~2.6",
                "symfony/expression-language": "~2.6",
                "symfony/phpunit-bridge": "~2.7",
                "symfony/stopwatch": "~2.3"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony EventDispatcher Component",
            "homepage": "https://symfony.com",
            "time": "2015-08-24T07:13:45+00:00"
        },
        {
            "name": "zf1s/zend-acl",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-acl.git",
                "reference": "4621ae78c2ddf27782e3b5e830fc508a3e89d73d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-acl/zipball/4621ae78c2ddf27782e3b5e830fc508a3e89d73d",
                "reference": "4621ae78c2ddf27782e3b5e830fc508a3e89d73d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-acl": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Acl": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Acl package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "acl",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:56+00:00"
        },
        {
            "name": "zf1s/zend-application",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-application.git",
                "reference": "fee83db49953e7bbda14079b37749c836ba6f516"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-application/zipball/fee83db49953e7bbda14079b37749c836ba6f516",
                "reference": "fee83db49953e7bbda14079b37749c836ba6f516",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-controller": "^1.12",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-application": "^1.12"
            },
            "suggest": {
                "zf1s/zend-config": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Application": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Application package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "application",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:56+00:00"
        },
        {
            "name": "zf1s/zend-auth",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-auth.git",
                "reference": "7041ef3ceddb23bd5ba1541c3fc9c034e6f2acbe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-auth/zipball/7041ef3ceddb23bd5ba1541c3fc9c034e6f2acbe",
                "reference": "7041ef3ceddb23bd5ba1541c3fc9c034e6f2acbe",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-auth": "^1.12"
            },
            "suggest": {
                "zf1s/zend-db": "Used in special situations or with special adapters",
                "zf1s/zend-infocard": "Used in special situations or with special adapters",
                "zf1s/zend-ldap": "Used in special situations or with special adapters",
                "zf1s/zend-openid": "Used in special situations or with special adapters",
                "zf1s/zend-session": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Auth": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Auth package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "auth",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:57+00:00"
        },
        {
            "name": "zf1s/zend-cache",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-cache.git",
                "reference": "3284983138a3264a0c921bacbd548668a20f0056"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-cache/zipball/3284983138a3264a0c921bacbd548668a20f0056",
                "reference": "3284983138a3264a0c921bacbd548668a20f0056",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-cache": "^1.12"
            },
            "suggest": {
                "zf1s/zend-log": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Cache": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Cache package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "cache",
                "framework",
                "zend"
            ],
            "time": "2017-12-12T10:51:05+00:00"
        },
        {
            "name": "zf1s/zend-config",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-config.git",
                "reference": "2159b3f0cfc7dcd44ff276d6bbb5c5b083f1c810"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-config/zipball/2159b3f0cfc7dcd44ff276d6bbb5c5b083f1c810",
                "reference": "2159b3f0cfc7dcd44ff276d6bbb5c5b083f1c810",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-xml": "^1.12"
            },
            "replace": {
                "zf1/zend-config": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Config": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Config package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "config",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:58+00:00"
        },
        {
            "name": "zf1s/zend-controller",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-controller.git",
                "reference": "ab8244f3b919b7333c1e14729a0a50a0eccb33b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-controller/zipball/ab8244f3b919b7333c1e14729a0a50a0eccb33b8",
                "reference": "ab8244f3b919b7333c1e14729a0a50a0eccb33b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-config": "^1.12",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-registry": "^1.12",
                "zf1s/zend-uri": "^1.12",
                "zf1s/zend-view": "^1.12",
                "zf1s/zend-xml": "^1.12"
            },
            "replace": {
                "zf1/zend-controller": "^1.12"
            },
            "suggest": {
                "zf1s/zend-dojo": "Used in special situations or with special adapters",
                "zf1s/zend-filter": "Used in special situations or with special adapters",
                "zf1s/zend-json": "Used in special situations or with special adapters",
                "zf1s/zend-layout": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Controller": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Controller package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "controller",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:58+00:00"
        },
        {
            "name": "zf1s/zend-crypt",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-crypt.git",
                "reference": "a088caf86df8e75f8f59ac946172abb935cecd75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-crypt/zipball/a088caf86df8e75f8f59ac946172abb935cecd75",
                "reference": "a088caf86df8e75f8f59ac946172abb935cecd75",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-crypt": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Crypt": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Crypt package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "crypt",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:21:02+00:00"
        },
        {
            "name": "zf1s/zend-date",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-date.git",
                "reference": "ea91e9dca361a863b4bc72e64ef6b8d13b155479"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-date/zipball/ea91e9dca361a863b4bc72e64ef6b8d13b155479",
                "reference": "ea91e9dca361a863b4bc72e64ef6b8d13b155479",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-locale": "^1.12"
            },
            "replace": {
                "zf1/zend-date": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Date": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Date package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "date",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:59+00:00"
        },
        {
            "name": "zf1s/zend-db",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-db.git",
                "reference": "5e8123967ffc51531337a1d21c5c34305520f1d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-db/zipball/5e8123967ffc51531337a1d21c5c34305520f1d0",
                "reference": "5e8123967ffc51531337a1d21c5c34305520f1d0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12"
            },
            "replace": {
                "zf1/zend-db": "^1.12"
            },
            "suggest": {
                "zf1s/zend-registry": "Used in special situations or with special adapters",
                "zf1s/zend-wildfire": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Db": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Db package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "db",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:15:59+00:00"
        },
        {
            "name": "zf1s/zend-exception",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-exception.git",
                "reference": "988509ff6516efbe0f1531aeb6f0f76eaeab658c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-exception/zipball/988509ff6516efbe0f1531aeb6f0f76eaeab658c",
                "reference": "988509ff6516efbe0f1531aeb6f0f76eaeab658c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11"
            },
            "replace": {
                "zf1/zend-exception": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Exception": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Exception package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "exception",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:16:00+00:00"
        },
        {
            "name": "zf1s/zend-file",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-file.git",
                "reference": "5a8710904df02e9d4a6914551bf1ea93bc55e916"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-file/zipball/5a8710904df02e9d4a6914551bf1ea93bc55e916",
                "reference": "5a8710904df02e9d4a6914551bf1ea93bc55e916",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11"
            },
            "replace": {
                "zf1/zend-file": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_File": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 File package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "file",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:16:01+00:00"
        },
        {
            "name": "zf1s/zend-file-transfer",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-file-transfer.git",
                "reference": "6b9a7b98852f9a5365f3c47812ad91c014a07db3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-file-transfer/zipball/6b9a7b98852f9a5365f3c47812ad91c014a07db3",
                "reference": "6b9a7b98852f9a5365f3c47812ad91c014a07db3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-file-transfer": "^1.12"
            },
            "suggest": {
                "zf1s/zend-loader": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_File_Transfer": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 File Transfer package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "file",
                "framework",
                "transfer",
                "zend"
            ],
            "time": "2016-10-23T08:16:01+00:00"
        },
        {
            "name": "zf1s/zend-filter",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-filter.git",
                "reference": "6ddfb4558e8a9bfb11c32e9a847b6b536370a4c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-filter/zipball/6ddfb4558e8a9bfb11c32e9a847b6b536370a4c6",
                "reference": "6ddfb4558e8a9bfb11c32e9a847b6b536370a4c6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-crypt": "^1.12",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-validate": "^1.12"
            },
            "replace": {
                "zf1/zend-filter": "^1.12"
            },
            "suggest": {
                "zf1s/zend-locale": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Filter": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Filter package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "filter",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:16:01+00:00"
        },
        {
            "name": "zf1s/zend-form",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-form.git",
                "reference": "17a61041f0d6d7ccef781dea67311c8da8ca26ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-form/zipball/17a61041f0d6d7ccef781dea67311c8da8ca26ec",
                "reference": "17a61041f0d6d7ccef781dea67311c8da8ca26ec",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-filter": "^1.12",
                "zf1s/zend-validate": "^1.12"
            },
            "replace": {
                "zf1/zend-form": "^1.12"
            },
            "suggest": {
                "zf1s/zend-captcha": "Used in special situations or with special adapters",
                "zf1s/zend-controller": "Used in special situations or with special adapters",
                "zf1s/zend-json": "Used in special situations or with special adapters",
                "zf1s/zend-loader": "Used in special situations or with special adapters",
                "zf1s/zend-registry": "Used in special situations or with special adapters",
                "zf1s/zend-session": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Form": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Form package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "form",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T09:45:33+00:00"
        },
        {
            "name": "zf1s/zend-http",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-http.git",
                "reference": "2bfa8032682f3a0f7a0f5c1872b3378b290806f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-http/zipball/2bfa8032682f3a0f7a0f5c1872b3378b290806f1",
                "reference": "2bfa8032682f3a0f7a0f5c1872b3378b290806f1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-uri": "^1.12"
            },
            "replace": {
                "zf1/zend-http": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Http": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Http package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "http",
                "zend"
            ],
            "time": "2016-10-23T08:16:02+00:00"
        },
        {
            "name": "zf1s/zend-json",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-json.git",
                "reference": "f1da5ccf8ce182f56eb31fb0d702f977e5d51847"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-json/zipball/f1da5ccf8ce182f56eb31fb0d702f977e5d51847",
                "reference": "f1da5ccf8ce182f56eb31fb0d702f977e5d51847",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-server": "^1.12",
                "zf1s/zend-xml": "^1.12"
            },
            "replace": {
                "zf1/zend-json": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Json": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Json package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "json",
                "zend"
            ],
            "time": "2016-10-23T08:16:02+00:00"
        },
        {
            "name": "zf1s/zend-layout",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-layout.git",
                "reference": "8eb7214a3a84abc351842ff25d6d03bce7ed6cec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-layout/zipball/8eb7214a3a84abc351842ff25d6d03bce7ed6cec",
                "reference": "8eb7214a3a84abc351842ff25d6d03bce7ed6cec",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-layout": "^1.12"
            },
            "suggest": {
                "zf1s/zend-controller": "Used in special situations or with special adapters",
                "zf1s/zend-filter": "Used in special situations or with special adapters",
                "zf1s/zend-loader": "Used in special situations or with special adapters",
                "zf1s/zend-view": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Layout": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Layout package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "layout",
                "zend"
            ],
            "time": "2016-10-23T08:16:02+00:00"
        },
        {
            "name": "zf1s/zend-loader",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-loader.git",
                "reference": "549a24e1a2e251600fc031d498ca1d97be716408"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-loader/zipball/549a24e1a2e251600fc031d498ca1d97be716408",
                "reference": "549a24e1a2e251600fc031d498ca1d97be716408",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-loader": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Loader": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Loader package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "loader",
                "zend"
            ],
            "time": "2018-12-31T18:11:12+00:00"
        },
        {
            "name": "zf1s/zend-locale",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-locale.git",
                "reference": "3797bd7c6703d6ec5a4a987c58fb37b988aeec9c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-locale/zipball/3797bd7c6703d6ec5a4a987c58fb37b988aeec9c",
                "reference": "3797bd7c6703d6ec5a4a987c58fb37b988aeec9c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-cache": "^1.12",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-registry": "^1.12",
                "zf1s/zend-xml": "^1.12"
            },
            "replace": {
                "zf1/zend-locale": "^1.12"
            },
            "suggest": {
                "zf1s/zend-registry": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Locale": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Locale package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "locale",
                "zend"
            ],
            "time": "2016-10-23T09:44:57+00:00"
        },
        {
            "name": "zf1s/zend-log",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-log.git",
                "reference": "cfb2603c6f1ffc0def0caf222e57fe2b9a7d80aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-log/zipball/cfb2603c6f1ffc0def0caf222e57fe2b9a7d80aa",
                "reference": "cfb2603c6f1ffc0def0caf222e57fe2b9a7d80aa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-log": "^1.12"
            },
            "suggest": {
                "zf1s/zend-wildfire": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Log": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Log package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "log",
                "zend"
            ],
            "time": "2016-10-23T08:16:04+00:00"
        },
        {
            "name": "zf1s/zend-navigation",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-navigation.git",
                "reference": "6c315367a7cc96a03200d3dc5f759e7b20ee7d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-navigation/zipball/6c315367a7cc96a03200d3dc5f759e7b20ee7d71",
                "reference": "6c315367a7cc96a03200d3dc5f759e7b20ee7d71",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-controller": "^1.12",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-navigation": "^1.12"
            },
            "suggest": {
                "zf1s/zend-acl": "Used in special situations or with special adapters",
                "zf1s/zend-config": "Used in special situations or with special adapters",
                "zf1s/zend-view": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Navigation": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Navigation package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "navigation",
                "zend"
            ],
            "time": "2016-10-23T08:16:05+00:00"
        },
        {
            "name": "zf1s/zend-registry",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-registry.git",
                "reference": "f87628e99b84098483e06eb057f29831dc768a7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-registry/zipball/f87628e99b84098483e06eb057f29831dc768a7e",
                "reference": "f87628e99b84098483e06eb057f29831dc768a7e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-registry": "^1.12"
            },
            "suggest": {
                "zf1s/zend-loader": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Registry": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Registry package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "registry",
                "zend"
            ],
            "time": "2016-10-23T08:16:07+00:00"
        },
        {
            "name": "zf1s/zend-rest",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-rest.git",
                "reference": "f676341089db049f6e44fbb25b0790b9d174a508"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-rest/zipball/f676341089db049f6e44fbb25b0790b9d174a508",
                "reference": "f676341089db049f6e44fbb25b0790b9d174a508",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-server": "^1.12",
                "zf1s/zend-service": "^1.12",
                "zf1s/zend-uri": "^1.12",
                "zf1s/zend-xml": "^1.12"
            },
            "replace": {
                "zf1/zend-rest": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Rest": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Rest package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "rest",
                "zend"
            ],
            "time": "2018-12-27T09:35:07+00:00"
        },
        {
            "name": "zf1s/zend-server",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-server.git",
                "reference": "0440ff9b807a0444a297b7f573c32bd1ea10a923"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-server/zipball/0440ff9b807a0444a297b7f573c32bd1ea10a923",
                "reference": "0440ff9b807a0444a297b7f573c32bd1ea10a923",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-server": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Server": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Server package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "server",
                "zend"
            ],
            "time": "2016-10-23T08:16:08+00:00"
        },
        {
            "name": "zf1s/zend-service",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-service.git",
                "reference": "4ab6b2b1d1bbd2fedd2cd2cd77790d712a06a012"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-service/zipball/4ab6b2b1d1bbd2fedd2cd2cd77790d712a06a012",
                "reference": "4ab6b2b1d1bbd2fedd2cd2cd77790d712a06a012",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-http": "^1.12"
            },
            "replace": {
                "zf1/zend-service": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Service": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Service package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "service",
                "zend"
            ],
            "time": "2016-10-23T08:16:08+00:00"
        },
        {
            "name": "zf1s/zend-session",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-session.git",
                "reference": "c0e7357dab724ab18f0c20d159601deeaf624517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-session/zipball/c0e7357dab724ab18f0c20d159601deeaf624517",
                "reference": "c0e7357dab724ab18f0c20d159601deeaf624517",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-session": "^1.12"
            },
            "suggest": {
                "zf1s/zend-config": "Used in special situations or with special adapters",
                "zf1s/zend-db": "Used in special situations or with special adapters",
                "zf1s/zend-loader": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Session": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Session package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "session",
                "zend"
            ],
            "time": "2016-10-23T08:16:12+00:00"
        },
        {
            "name": "zf1s/zend-uri",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-uri.git",
                "reference": "81c0c536caeb261c7339bccdc8cc8ed6a23626f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-uri/zipball/81c0c536caeb261c7339bccdc8cc8ed6a23626f3",
                "reference": "81c0c536caeb261c7339bccdc8cc8ed6a23626f3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-locale": "^1.12",
                "zf1s/zend-validate": "^1.12"
            },
            "replace": {
                "zf1/zend-uri": "^1.12"
            },
            "suggest": {
                "zf1s/zend-date": "Used in special situations or with special adapters",
                "zf1s/zend-filter": "Used in special situations or with special adapters",
                "zf1s/zend-registry": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Uri": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Uri package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "uri",
                "zend"
            ],
            "time": "2016-10-23T08:16:14+00:00"
        },
        {
            "name": "zf1s/zend-validate",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-validate.git",
                "reference": "424607a11555d6d6fb0e826efa9f4a4fb235d360"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-validate/zipball/424607a11555d6d6fb0e826efa9f4a4fb235d360",
                "reference": "424607a11555d6d6fb0e826efa9f4a4fb235d360",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-locale": "^1.12"
            },
            "replace": {
                "zf1/zend-validate": "^1.12"
            },
            "suggest": {
                "zf1s/zend-date": "Used in special situations or with special adapters",
                "zf1s/zend-filter": "Used in special situations or with special adapters",
                "zf1s/zend-registry": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Validate": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Validate package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "validate",
                "zend"
            ],
            "time": "2019-02-15T20:19:12+00:00"
        },
        {
            "name": "zf1s/zend-version",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-version.git",
                "reference": "830599829428c1ce55fb2348b2d689e41b2c6765"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-version/zipball/830599829428c1ce55fb2348b2d689e41b2c6765",
                "reference": "830599829428c1ce55fb2348b2d689e41b2c6765",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11"
            },
            "replace": {
                "zf1/zend-version": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Version": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Version package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "version",
                "zend"
            ],
            "time": "2016-10-23T08:16:14+00:00"
        },
        {
            "name": "zf1s/zend-view",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-view.git",
                "reference": "89acaef8c2ef802862e97bbd124add2274a34857"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-view/zipball/89acaef8c2ef802862e97bbd124add2274a34857",
                "reference": "89acaef8c2ef802862e97bbd124add2274a34857",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-controller": "^1.12",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-loader": "^1.12",
                "zf1s/zend-locale": "^1.12",
                "zf1s/zend-registry": "^1.12"
            },
            "replace": {
                "zf1/zend-view": "^1.12"
            },
            "suggest": {
                "zf1s/zend-json": "Used in special situations or with special adapters",
                "zf1s/zend-layout": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_View": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 View package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "view",
                "zend"
            ],
            "time": "2019-01-23T17:16:56+00:00"
        },
        {
            "name": "zf1s/zend-xml",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-xml.git",
                "reference": "8759f1ed6016c918596ad00bbce1748efe9794ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-xml/zipball/8759f1ed6016c918596ad00bbce1748efe9794ec",
                "reference": "8759f1ed6016c918596ad00bbce1748efe9794ec",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12"
            },
            "replace": {
                "zf1/zend-xml": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Xml": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Xml package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "xml",
                "zend"
            ],
            "time": "2016-10-23T08:16:15+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2015-06-14T21:17:01+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "dflydev/markdown": "~1.0",
                "erusev/parsedown": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2015-02-03T12:10:50+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
                "sebastian/comparator": "^1.1",
                "sebastian/recursion-context": "^1.0|^2.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.0",
                "phpunit/phpunit": "^4.8 || ^5.6.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2016-11-21T14:58:47+00:00"
        },
        {
            "name": "phpunit/dbunit",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/dbunit.git",
                "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/5c35d74549c21ba55d0ea74ba89d191a51f8cf25",
                "reference": "5c35d74549c21ba55d0ea74ba89d191a51f8cf25",
                "shasum": ""
            },
            "require": {
                "ext-pdo": "*",
                "ext-simplexml": "*",
                "php": "^5.4 || ^7.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0",
                "symfony/yaml": "^2.1 || ^3.0"
            },
            "bin": [
                "dbunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
            "keywords": [
                "database",
                "testing",
                "xunit"
            ],
            "abandoned": true,
            "time": "2016-12-02T14:39:14+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "^1.3.2",
                "sebastian/version": "~1.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "~4"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2015-10-06T15:47:00+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2016-10-03T07:40:28+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2017-02-26T11:10:40+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.10",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/284fb0679dd25fb5ffb56dad92c72860c0a22f1b",
                "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2017-02-23T06:14:45+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.8.36",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.2.2",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.3",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.8.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2017-06-21T08:07:12+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "abandoned": true,
            "time": "2015-10-02T06:51:40+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2 || ~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2017-01-29T09:50:25+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-12-08T07:14:41+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2016-08-18T05:49:44+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2016-06-17T09:04:28+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2015-10-12T03:26:01+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2015-11-11T19:50:13+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2015-06-21T13:59:46+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v2.8.17",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/322a8c2dfbca15ad6b1b27e182899f98ec0e0153",
                "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "https://symfony.com",
            "time": "2017-01-21T16:40:50+00:00"
        },
        {
            "name": "zf1s/zend-dom",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-dom.git",
                "reference": "02ff3762cbc9b5bf5ceee288975314c1663ef02e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-dom/zipball/02ff3762cbc9b5bf5ceee288975314c1663ef02e",
                "reference": "02ff3762cbc9b5bf5ceee288975314c1663ef02e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-xml": "^1.12"
            },
            "replace": {
                "zf1/zend-dom": "^1.12"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Dom": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Dom package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "dom",
                "framework",
                "zend"
            ],
            "time": "2016-10-23T08:16:00+00:00"
        },
        {
            "name": "zf1s/zend-test",
            "version": "1.12.20",
            "source": {
                "type": "git",
                "url": "https://github.com/zf1s/zend-test.git",
                "reference": "8309e2364c74895211e9883deb5fb4c808a54aa6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf1s/zend-test/zipball/8309e2364c74895211e9883deb5fb4c808a54aa6",
                "reference": "8309e2364c74895211e9883deb5fb4c808a54aa6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.11",
                "zf1s/zend-controller": "^1.12",
                "zf1s/zend-dom": "^1.12",
                "zf1s/zend-exception": "^1.12",
                "zf1s/zend-layout": "^1.12",
                "zf1s/zend-registry": "^1.12",
                "zf1s/zend-session": "^1.12"
            },
            "replace": {
                "zf1/zend-test": "^1.12"
            },
            "suggest": {
                "zf1s/zend-loader": "Used in special situations or with special adapters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Zend_Test": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 1 Test package",
            "homepage": "http://framework.zend.com/",
            "keywords": [
                "ZF1",
                "framework",
                "test",
                "zend"
            ],
            "time": "2016-10-23T08:16:13+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "james-heinrich/getid3": 20,
        "massivescale/celery-php": 20,
        "simplepie/simplepie": 20,
        "zf1s/zend-rest": 20,
        "zf1s/zend-loader": 20,
        "zf1s/zend-view": 20,
        "zf1s/zend-validate": 20,
        "zf1s/zend-cache": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}