diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 94521f68..00000000 --- a/composer.lock +++ /dev/null @@ -1,8188 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "a84d55249f4bf29de7526ac66e2ff91c", - "content-hash": "432efccb87e81136248a5f4227513bde", - "packages": [ - { - "name": "container-interop/container-interop", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "time": "2014-12-30 15:22:37" - }, - { - "name": "everon/collection", - "version": "v1.0.3", - "source": { - "type": "git", - "url": "https://github.com/oliwierptak/everon-collection.git", - "reference": "aea807d7bdf592b85e75658d03519267ac2a95cf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oliwierptak/everon-collection/zipball/aea807d7bdf592b85e75658d03519267ac2a95cf", - "reference": "aea807d7bdf592b85e75658d03519267ac2a95cf", - "shasum": "" - }, - "require": { - "everon/utils": "~1.0", - "php": ">=5.6" - }, - "require-dev": { - "mockery/mockery": "dev-master", - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Everon\\Component\\Collection\\": "src/", - "Everon\\Component\\Collection\\Tests\\Unit\\": "tests/unit/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliwier Ptak", - "email": "everonphp@gmail.com" - } - ], - "description": "Everon Collection Component", - "time": "2016-03-13 23:30:28" - }, - { - "name": "everon/criteria-builder", - "version": "v1.1.5", - "source": { - "type": "git", - "url": "https://github.com/oliwierptak/everon-criteria-builder.git", - "reference": "b841624421ab0fadbf7a9d36ae9f9d5ebbbe7112" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oliwierptak/everon-criteria-builder/zipball/b841624421ab0fadbf7a9d36ae9f9d5ebbbe7112", - "reference": "b841624421ab0fadbf7a9d36ae9f9d5ebbbe7112", - "shasum": "" - }, - "require": { - "everon/collection": "^1.0.0", - "everon/factory": "^1.1.0", - "everon/utils": "^1.0.0", - "php": ">=5.6" - }, - "require-dev": { - "mockery/mockery": "dev-master", - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Everon\\Component\\CriteriaBuilder\\": "src/", - "Everon\\Component\\CriteriaBuilder\\Tests\\Unit\\": "tests/unit/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliwier Ptak", - "email": "everonphp@gmail.com" - } - ], - "description": "Everon Criteria Builder Component", - "time": "2016-03-20 14:50:11" - }, - { - "name": "everon/factory", - "version": "v1.1.4", - "source": { - "type": "git", - "url": "https://github.com/oliwierptak/everon-factory.git", - "reference": "443313f5b3a7ecfcdaee849288c1ae299cf2a99b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oliwierptak/everon-factory/zipball/443313f5b3a7ecfcdaee849288c1ae299cf2a99b", - "reference": "443313f5b3a7ecfcdaee849288c1ae299cf2a99b", - "shasum": "" - }, - "require": { - "everon/collection": "^1.0.0", - "everon/utils": "^1.0.0", - "php": ">=5.6" - }, - "require-dev": { - "mockery/mockery": "dev-master", - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Everon\\Component\\Factory\\": "src/", - "Everon\\Component\\Factory\\Tests\\Unit\\": "tests/unit/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliwier Ptak", - "email": "everonphp@gmail.com" - } - ], - "description": "Everon Factory Component", - "time": "2016-03-20 14:52:02" - }, - { - "name": "everon/utils", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/oliwierptak/everon-utils.git", - "reference": "fbdc50b6cc069229f778b720ae304e70c9e5dab5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/oliwierptak/everon-utils/zipball/fbdc50b6cc069229f778b720ae304e70c9e5dab5", - "reference": "fbdc50b6cc069229f778b720ae304e70c9e5dab5", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "mockery/mockery": "dev-master", - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Everon\\Component\\Utils\\": "src/", - "Everon\\Component\\Utils\\Tests\\Unit\\": "tests/unit/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oliwier Ptak", - "email": "everonphp@gmail.com" - } - ], - "description": "Everon Utils Component", - "time": "2016-03-20 14:52:54" - }, - { - "name": "guzzle/guzzle", - "version": "v3.8.1", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", - "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", - "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": "*", - "monolog/monolog": "1.*", - "phpunit/phpunit": "3.7.*", - "psr/log": "1.0.*", - "symfony/class-loader": "*", - "zendframework/zend-cache": "<2.3", - "zendframework/zend-log": "<2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.8-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": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "time": "2014-01-28 22:29:15" - }, - { - "name": "guzzlehttp/guzzle", - "version": "6.1.1", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c", - "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c", - "shasum": "" - }, - "require": { - "guzzlehttp/promises": "~1.0", - "guzzlehttp/psr7": "~1.1", - "php": ">=5.5.0" - }, - "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "~4.0", - "psr/log": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.1-dev" - } - }, - "autoload": { - "files": [ - "src/functions_include.php" - ], - "psr-4": { - "GuzzleHttp\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "time": "2015-11-23 00:47:50" - }, - { - "name": "guzzlehttp/promises", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8", - "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8", - "shasum": "" - }, - "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Guzzle promises library", - "keywords": [ - "promise" - ], - "time": "2016-03-08 01:15:46" - }, - { - "name": "guzzlehttp/psr7", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "31382fef2889136415751badebbd1cb022a4ed72" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72", - "reference": "31382fef2889136415751badebbd1cb022a4ed72", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "PSR-7 message implementation", - "keywords": [ - "http", - "message", - "stream", - "uri" - ], - "time": "2016-04-13 19:56:01" - }, - { - "name": "league/csv", - "version": "8.0.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/csv.git", - "reference": "0a1b535df48507f58ed3c7ab44e72272b11163ac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/0a1b535df48507f58ed3c7ab44e72272b11163ac", - "reference": "0a1b535df48507f58ed3c7ab44e72272b11163ac", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.5.0" - }, - "require-dev": { - "fabpot/php-cs-fixer": "^1.9", - "phpunit/phpunit": "^4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "8.0-dev" - } - }, - "autoload": { - "psr-4": { - "League\\Csv\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ignace Nyamagana Butera", - "email": "nyamsprod@gmail.com", - "homepage": "https://github.com/nyamsprod/", - "role": "Developer" - } - ], - "description": "Csv data manipulation made easy in PHP", - "homepage": "http://csv.thephpleague.com", - "keywords": [ - "csv", - "export", - "filter", - "import", - "read", - "write" - ], - "time": "2015-12-11 09:28:14" - }, - { - "name": "monolog/monolog", - "version": "1.17.2", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", - "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" - }, - "provide": { - "psr/log-implementation": "1.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^2.4.9", - "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "jakub-onderka/php-parallel-lint": "0.9", - "php-console/php-console": "^3.1.3", - "phpunit/phpunit": "~4.5", - "phpunit/phpunit-mock-objects": "2.3.0", - "raven/raven": "^0.13", - "ruflin/elastica": ">=0.90 <3.0", - "swiftmailer/swiftmailer": "~5.3", - "videlalvaro/php-amqplib": "~2.4" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "php-console/php-console": "Allow sending log messages to Google Chrome", - "raven/raven": "Allow sending log messages to a Sentry server", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.16.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "time": "2015-10-14 12:51:02" - }, - { - "name": "paragonie/random_compat", - "version": "v1.2.3", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "0b441c047be7a1e829fb106687284b0f8cf77db7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0b441c047be7a1e829fb106687284b0f8cf77db7", - "reference": "0b441c047be7a1e829fb106687284b0f8cf77db7", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "autoload": { - "files": [ - "lib/random.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "pseudorandom", - "random" - ], - "time": "2016-03-18 15:55:46" - }, - { - "name": "phpdocumentor/graphviz", - "version": "1.0.4", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/GraphViz.git", - "reference": "a906a90a9f230535f25ea31caf81b2323956283f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f", - "reference": "a906a90a9f230535f25ea31caf81b2323956283f", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "time": "2016-02-02 13:00:08" - }, - { - "name": "pimple/pimple", - "version": "v1.1.1", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", - "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", - "homepage": "http://pimple.sensiolabs.org", - "keywords": [ - "container", - "dependency injection" - ], - "time": "2013-11-22 08:30:29" - }, - { - "name": "predis/predis", - "version": "v1.0.3", - "source": { - "type": "git", - "url": "https://github.com/nrk/predis.git", - "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nrk/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-30 18:34:15" - }, - { - "name": "propel/propel", - "version": "2.0.0-alpha5", - "source": { - "type": "git", - "url": "https://github.com/propelorm/Propel2.git", - "reference": "75f775cf6de41595d1240885eea5fa5d475d228d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/propelorm/Propel2/zipball/75f775cf6de41595d1240885eea5fa5d475d228d", - "reference": "75f775cf6de41595d1240885eea5fa5d475d228d", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/log": "~1.0", - "symfony/config": "~2.3", - "symfony/console": "~2.3", - "symfony/filesystem": "~2.3", - "symfony/finder": "~2.3", - "symfony/validator": "~2.3", - "symfony/yaml": "~2.3" - }, - "require-dev": { - "behat/behat": "~2.4", - "monolog/monolog": "~1.3", - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "monolog/monolog": "The recommended logging library to use with Propel." - }, - "bin": [ - "bin/propel" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "psr-0": { - "Propel": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "William Durand", - "email": "william.durand1@gmail.com" - } - ], - "description": "Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.4", - "homepage": "http://www.propelorm.org/", - "keywords": [ - "Active Record", - "orm", - "persistence" - ], - "time": "2015-06-27 11:58:48" - }, - { - "name": "psr/http-message", - "version": "1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "time": "2015-05-04 20:22:00" - }, - { - "name": "psr/log", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-0": { - "Psr\\Log\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2012-12-21 11:40:51" - }, - { - "name": "ruflin/elastica", - "version": "v1.3.4.0", - "source": { - "type": "git", - "url": "https://github.com/ruflin/Elastica.git", - "reference": "ffbfa5dd391bd097434e1c8262d7a1df1d2555f8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ruflin/Elastica/zipball/ffbfa5dd391bd097434e1c8262d7a1df1d2555f8", - "reference": "ffbfa5dd391bd097434e1c8262d7a1df1d2555f8", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "munkie/elasticsearch-thrift-php": "1.4.*", - "phpunit/phpunit": "4.1.*", - "psr/log": "~1.0", - "satooshi/php-coveralls": "dev-master" - }, - "suggest": { - "guzzlehttp/guzzle": "Allow using guzzle 4.x as the http transport (requires php 5.4)", - "monolog/monolog": "Logging request", - "munkie/elasticsearch-thrift-php": "Allow using thrift transport", - "psr/log": "for logging" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "psr-0": { - "Elastica": "lib/", - "Elastica\\Test": "test/lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Ruflin", - "homepage": "http://ruflin.com/" - } - ], - "description": "Elasticsearch Client", - "homepage": "http://elastica.io/", - "keywords": [ - "client", - "search" - ], - "time": "2014-10-04 20:15:58" - }, - { - "name": "silex/silex", - "version": "v1.3.5", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Silex.git", - "reference": "374c7e04040a6f781c90f7d746726a5daa78e783" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Silex/zipball/374c7e04040a6f781c90f7d746726a5daa78e783", - "reference": "374c7e04040a6f781c90f7d746726a5daa78e783", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "pimple/pimple": "~1.0", - "symfony/event-dispatcher": "~2.3|3.0.*", - "symfony/http-foundation": "~2.3|3.0.*", - "symfony/http-kernel": "~2.3|3.0.*", - "symfony/routing": "~2.3|3.0.*" - }, - "require-dev": { - "doctrine/dbal": "~2.2", - "monolog/monolog": "^1.4.1", - "swiftmailer/swiftmailer": "~5", - "symfony/browser-kit": "~2.3|3.0.*", - "symfony/config": "~2.3|3.0.*", - "symfony/css-selector": "~2.3|3.0.*", - "symfony/debug": "~2.3|3.0.*", - "symfony/dom-crawler": "~2.3|3.0.*", - "symfony/finder": "~2.3|3.0.*", - "symfony/form": "~2.3|3.0.*", - "symfony/locale": "~2.3|3.0.*", - "symfony/monolog-bridge": "~2.3|3.0.*", - "symfony/options-resolver": "~2.3|3.0.*", - "symfony/phpunit-bridge": "~2.7", - "symfony/process": "~2.3|3.0.*", - "symfony/security": "~2.3|3.0.*", - "symfony/serializer": "~2.3|3.0.*", - "symfony/translation": "~2.3|3.0.*", - "symfony/twig-bridge": "~2.3|3.0.*", - "symfony/validator": "~2.3|3.0.*", - "twig/twig": "~1.8|~2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Silex\\": "src/Silex" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "The PHP micro-framework based on the Symfony Components", - "homepage": "http://silex.sensiolabs.org", - "keywords": [ - "microframework" - ], - "time": "2016-01-06 14:59:35" - }, - { - "name": "spryker/acl", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Acl.git", - "reference": "1867286563a7066424933b47fda2177978854152" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Acl/zipball/1867286563a7066424933b47fda2177978854152", - "reference": "1867286563a7066424933b47fda2177978854152", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/url": "^2.0.0", - "spryker/user": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "acl bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/application", - "version": "2.0.1", - "source": { - "type": "git", - "url": "git@github.com:spryker/Application.git", - "reference": "6843c027e510e6cf719c3468b9dcc7ad4482817b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Application/zipball/6843c027e510e6cf719c3468b9dcc7ad4482817b", - "reference": "6843c027e510e6cf719c3468b9dcc7ad4482817b", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/acl": "^2.0.0", - "spryker/assertion": "^2.0.0", - "spryker/auth": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/log": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/monolog": "^2.0.0", - "spryker/new-relic": "^2.0.0", - "spryker/price": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/session": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/twig": "^2.0.0", - "spryker/url": "^2.0.0", - "spryker/user": "^2.0.0", - "spryker/zed-request": "^2.0.0", - "spryker/zend": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Unit": "tests/" - }, - "psr-4": { - "Application\\Module\\": "tests/_support/Module" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "application bundle", - "time": "2016-04-14 13:27:07" - }, - { - "name": "spryker/assertion", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Assertion.git", - "reference": "445cf1b98d7beeb899a4c1165c4b15c0f6023921" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Assertion/zipball/445cf1b98d7beeb899a4c1165c4b15c0f6023921", - "reference": "445cf1b98d7beeb899a4c1165c4b15c0f6023921", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0", - "spryker/silex": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Unit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "assertion bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/auth", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Auth.git", - "reference": "7eb2bbdfb09a37b8eda8e8d994314f6463963ff2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Auth/zipball/7eb2bbdfb09a37b8eda8e8d994314f6463963ff2", - "reference": "7eb2bbdfb09a37b8eda8e8d994314f6463963ff2", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/session": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/user": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "ClientUnit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "auth bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/availability", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Availability.git", - "reference": "91e358ae7d6215ff00e21bcc86eba91927bc97e9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Availability/zipball/91e358ae7d6215ff00e21bcc86eba91927bc97e9", - "reference": "91e358ae7d6215ff00e21bcc86eba91927bc97e9", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/checkout": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/oms": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/stock": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "availability bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/calculation", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Calculation.git", - "reference": "29bc31fb7c525169884c4215808ecaefbe540e5a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Calculation/zipball/29bc31fb7c525169884c4215808ecaefbe540e5a", - "reference": "29bc31fb7c525169884c4215808ecaefbe540e5a", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/checkout": "^2.0.0", - "spryker/discount-calculation-connector": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/transfer": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "calculation bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/cart", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Cart.git", - "reference": "9b1981074b28d9135a6cdbd92fd20c8e1fe5330c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Cart/zipball/9b1981074b28d9135a6cdbd92fd20c8e1fe5330c", - "reference": "9b1981074b28d9135a6cdbd92fd20c8e1fe5330c", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/calculation": "^2.0.0", - "spryker/item-grouper": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/log": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/price": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/transfer": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/", - "ClientUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "cart bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/category", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Category.git", - "reference": "785ebf0a27467f0e7ccef7f929924d3c4c624d66" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Category/zipball/785ebf0a27467f0e7ccef7f929924d3c4c624d66", - "reference": "785ebf0a27467f0e7ccef7f929924d3c4c624d66", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/graph": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "category bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/checkout", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Checkout.git", - "reference": "be38777cda8c735a1acbdd54f57557e797bb5b44" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Checkout/zipball/be38777cda8c735a1acbdd54f57557e797bb5b44", - "reference": "be38777cda8c735a1acbdd54f57557e797bb5b44", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/availability": "^2.0.0", - "spryker/calculation": "^2.0.0", - "spryker/country": "^2.0.0", - "spryker/customer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/oms": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/sequence-number": "^2.0.0", - "spryker/stock": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "checkout bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/cms", - "version": "2.0.1", - "source": { - "type": "git", - "url": "git@github.com:spryker/Cms.git", - "reference": "5167eac55a46a23ed13949b3aaf981f8a7826152" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Cms/zipball/5167eac55a46a23ed13949b3aaf981f8a7826152", - "reference": "5167eac55a46a23ed13949b3aaf981f8a7826152", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/category": "^2.0.0", - "spryker/collector": "^2.0.0", - "spryker/glossary": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/storage": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "cms bundle", - "time": "2016-04-06 16:26:05" - }, - { - "name": "spryker/collector", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Collector.git", - "reference": "04c167af0864f7383fbd8b4b35f77fea5cacc644" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Collector/zipball/04c167af0864f7383fbd8b4b35f77fea5cacc644", - "reference": "04c167af0864f7383fbd8b4b35f77fea5cacc644", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/elastica": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/storage": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "collector bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/config", - "version": "2.1.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Config.git", - "reference": "83cac076191ca344820277c4362bbd4838a3fade" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Config/zipball/83cac076191ca344820277c4362bbd4838a3fade", - "reference": "83cac076191ca344820277c4362bbd4838a3fade", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Unit": "tests/" - }, - "psr-4": { - "Config\\Module\\": "tests/_support/Module" - }, - "files": [ - "src/Spryker/Shared/Config.php" - ] - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "config bundle", - "time": "2016-04-14 12:53:40" - }, - { - "name": "spryker/console", - "version": "2.0.1", - "source": { - "type": "git", - "url": "git@github.com:spryker/Console.git", - "reference": "bbaa2e00784ea37efb4b68abc46afbfc370ea81c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Console/zipball/bbaa2e00784ea37efb4b68abc46afbfc370ea81c", - "reference": "bbaa2e00784ea37efb4b68abc46afbfc370ea81c", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/new-relic": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "bin": [ - "bin/console" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "console bundle", - "time": "2016-04-14 12:53:40" - }, - { - "name": "spryker/country", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Country.git", - "reference": "c2b5776fc07113635f9fe3ba067925a60269566d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Country/zipball/c2b5776fc07113635f9fe3ba067925a60269566d", - "reference": "c2b5776fc07113635f9fe3ba067925a60269566d", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/log": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/user": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "country bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/csv", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Csv.git", - "reference": "8cb90a168a9dd3d574e3dfed8e7bac68e6a68d6b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Csv/zipball/8cb90a168a9dd3d574e3dfed8e7bac68e6a68d6b", - "reference": "8cb90a168a9dd3d574e3dfed8e7bac68e6a68d6b", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "league/csv": "~8.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "csv bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/discount", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Discount.git", - "reference": "7393354e443d557f6e94b3b177dad9c6bb4521e8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Discount/zipball/7393354e443d557f6e94b3b177dad9c6bb4521e8", - "reference": "7393354e443d557f6e94b3b177dad9c6bb4521e8", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/calculation": "^2.0.0", - "spryker/cart": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/tax": "^2.0.0", - "spryker/transfer": "^2.0.0", - "spryker/url": "^2.0.0", - "spryker/zend": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "discount bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/discount-calculation-connector", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/DiscountCalculationConnector.git", - "reference": "9741ac40f37a8b2da0c85132a2f910a1e1bae083" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/DiscountCalculationConnector/zipball/9741ac40f37a8b2da0c85132a2f910a1e1bae083", - "reference": "9741ac40f37a8b2da0c85132a2f910a1e1bae083", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/calculation": "^2.0.0", - "spryker/discount": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/sales": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "discount calculation connector bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/elastica", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Elastica.git", - "reference": "c2c17f6aa454d4c7434fac0f78073040597ac5d1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Elastica/zipball/c2c17f6aa454d4c7434fac0f78073040597ac5d1", - "reference": "c2c17f6aa454d4c7434fac0f78073040597ac5d1", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "ruflin/elastica": "~1.3.4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "elastica bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/event-journal", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/EventJournal.git", - "reference": "2c21bb9af3e22c94ce0dca324342be889255029b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/EventJournal/zipball/2c21bb9af3e22c94ce0dca324342be889255029b", - "reference": "2c21bb9af3e22c94ce0dca324342be889255029b", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/config": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/new-relic": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "event journal bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/glossary", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Glossary.git", - "reference": "7c0cb91bd22b3c5c1eeb6ae044ca98877d04fe90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Glossary/zipball/7c0cb91bd22b3c5c1eeb6ae044ca98877d04fe90", - "reference": "7c0cb91bd22b3c5c1eeb6ae044ca98877d04fe90", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/collector": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/storage": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "glossary bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/graph", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Graph.git", - "reference": "b66f3df972b1406fdc127661010d7ce5049b155f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Graph/zipball/b66f3df972b1406fdc127661010d7ce5049b155f", - "reference": "b66f3df972b1406fdc127661010d7ce5049b155f", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/graphviz": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Function": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "graph bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/graphviz", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Graphviz.git", - "reference": "d55068c88baf0649801f0abb4ad10ad350a55c79" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Graphviz/zipball/d55068c88baf0649801f0abb4ad10ad350a55c79", - "reference": "d55068c88baf0649801f0abb4ad10ad350a55c79", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "phpdocumentor/graphviz": "~1.0.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "graphviz bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/gui", - "version": "2.0.1", - "source": { - "type": "git", - "url": "git@github.com:spryker/Gui.git", - "reference": "98aafbfba751f5825f00affc0540d89b721625f0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Gui/zipball/98aafbfba751f5825f00affc0540d89b721625f0", - "reference": "98aafbfba751f5825f00affc0540d89b721625f0", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/transfer": "^2.0.0", - "spryker/twig": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "gui bundle", - "time": "2016-04-06 16:26:05" - }, - { - "name": "spryker/guzzle", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Guzzle.git", - "reference": "cda5c5b7404fa39c874617568055ec95ccd1c743" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Guzzle/zipball/cda5c5b7404fa39c874617568055ec95ccd1c743", - "reference": "cda5c5b7404fa39c874617568055ec95ccd1c743", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "guzzle/guzzle": "~3.8.0", - "guzzlehttp/guzzle": "~6.1.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "guzzle bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/installer", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Installer.git", - "reference": "80caf6b7c49c4f2686ecdfc7246e7e6787c661c8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Installer/zipball/80caf6b7c49c4f2686ecdfc7246e7e6787c661c8", - "reference": "80caf6b7c49c4f2686ecdfc7246e7e6787c661c8", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/acl": "^2.0.0", - "spryker/application": "^2.0.0", - "spryker/collector": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/country": "^2.0.0", - "spryker/glossary": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/log": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/newsletter": "^2.0.0", - "spryker/price": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/product-search": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/user": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "installer bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/item-grouper", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/ItemGrouper.git", - "reference": "00a09a172d9cdd3c86a8aac24d22fc6a2e25096c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/ItemGrouper/zipball/00a09a172d9cdd3c86a8aac24d22fc6a2e25096c", - "reference": "00a09a172d9cdd3c86a8aac24d22fc6a2e25096c", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "item grouper bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/kernel", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Kernel.git", - "reference": "de73c2e5267b1271ff525862ffbdf6a2ab447957" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Kernel/zipball/de73c2e5267b1271ff525862ffbdf6a2ab447957", - "reference": "de73c2e5267b1271ff525862ffbdf6a2ab447957", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": "~5.6.0", - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/new-relic": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/search": "^2.0.0", - "spryker/session": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/storage": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/transfer": "^2.0.0", - "spryker/zed-request": "^2.0.0", - "spryker/zend": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Functional": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "kernel bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/library", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Library.git", - "reference": "f663929971aca31aaaff46bdc5708b42b3ecc59b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Library/zipball/f663929971aca31aaaff46bdc5708b42b3ecc59b", - "reference": "f663929971aca31aaaff46bdc5708b42b3ecc59b", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "paragonie/random_compat": "~1.2.1", - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/elastica": "^2.0.0", - "spryker/event-journal": "^2.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/monolog": "^2.0.0", - "spryker/new-relic": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/redis": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/symfony": "^2.0.0", - "spryker/transfer": "^2.0.0", - "spryker/twig": "^2.0.0", - "spryker/zend": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "library bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/locale", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Locale.git", - "reference": "cf35f2b3da88375eb954e175f1f59952c8e7d36d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Locale/zipball/cf35f2b3da88375eb954e175f1f59952c8e7d36d", - "reference": "cf35f2b3da88375eb954e175f1f59952c8e7d36d", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/messenger": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "locale bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/log", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Log.git", - "reference": "6f4e7d79905bfffc5d28b18179909c2858324682" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Log/zipball/6f4e7d79905bfffc5d28b18179909c2858324682", - "reference": "6f4e7d79905bfffc5d28b18179909c2858324682", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "psr/log": "~1.0.0", - "spryker/config": "^2.0.0", - "spryker/monolog": "^2.0.0", - "spryker/silex": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Unit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "log bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/mail", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Mail.git", - "reference": "366fd3126a248c4c9d45aa22c0f2bdb2c6f96809" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Mail/zipball/366fd3126a248c4c9d45aa22c0f2bdb2c6f96809", - "reference": "366fd3126a248c4c9d45aa22c0f2bdb2c6f96809", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "mail bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/messenger", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Messenger.git", - "reference": "31d7e0e5f1f0d3982a4a3fd20325460561473de2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Messenger/zipball/31d7e0e5f1f0d3982a4a3fd20325460561473de2", - "reference": "31d7e0e5f1f0d3982a4a3fd20325460561473de2", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/glossary": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/log": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "messenger bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/monolog", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Monolog.git", - "reference": "2d0666d61c0ab9c7080b1940be49ac2b0579e74c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Monolog/zipball/2d0666d61c0ab9c7080b1940be49ac2b0579e74c", - "reference": "2d0666d61c0ab9c7080b1940be49ac2b0579e74c", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "monolog/monolog": "~1.17.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "monolog bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/new-relic", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/NewRelic.git", - "reference": "8a4a1869bfb2b41c52e7b5ac595d31f940787771" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/NewRelic/zipball/8a4a1869bfb2b41c52e7b5ac595d31f940787771", - "reference": "8a4a1869bfb2b41c52e7b5ac595d31f940787771", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/config": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Function": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "new relic bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/newsletter", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Newsletter.git", - "reference": "302c260cb8df74314d84293c719bce75da1240cc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Newsletter/zipball/302c260cb8df74314d84293c719bce75da1240cc", - "reference": "302c260cb8df74314d84293c719bce75da1240cc", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/glossary": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/mail": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Function": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "newsletter bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/oms", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Oms.git", - "reference": "c32bcc3cb4a757314bb7494a87c57a63a5ec1ee6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Oms/zipball/c32bcc3cb4a757314bb7494a87c57a63a5ec1ee6", - "reference": "c32bcc3cb4a757314bb7494a87c57a63a5ec1ee6", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/country": "^2.0.0", - "spryker/customer": "^2.0.0", - "spryker/graph": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "oms bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/payone", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Payone.git", - "reference": "cd129847513f9fa38e38eea8eeebb5ddf3d58722" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Payone/zipball/cd129847513f9fa38e38eea8eeebb5ddf3d58722", - "reference": "cd129847513f9fa38e38eea8eeebb5ddf3d58722", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/oms": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/refund": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Function": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "payone bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/price", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Price.git", - "reference": "802af1c4c88360868328989fa24e8f31bc9184f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Price/zipball/802af1c4c88360868328989fa24e8f31bc9184f6", - "reference": "802af1c4c88360868328989fa24e8f31bc9184f6", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/touch": "^2.0.0", - "spryker/twig": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "price bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/product", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Product.git", - "reference": "d3c82999d74d806d89fb60f2e3372991b152186d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Product/zipball/d3c82999d74d806d89fb60f2e3372991b152186d", - "reference": "d3c82999d74d806d89fb60f2e3372991b152186d", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/collector": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/csv": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/product-category": "^2.0.0", - "spryker/product-option": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/storage": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/tax": "^2.0.0", - "spryker/touch": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "product bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/product-category", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/ProductCategory.git", - "reference": "0e83fcd7bf7b78908ffd30c74d9abc31ab058b5c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/ProductCategory/zipball/0e83fcd7bf7b78908ffd30c74d9abc31ab058b5c", - "reference": "0e83fcd7bf7b78908ffd30c74d9abc31ab058b5c", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/category": "^2.0.0", - "spryker/cms": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "product category bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/product-option", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/ProductOption.git", - "reference": "699718b724ff055e00dc933621a4bb164dc11168" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/ProductOption/zipball/699718b724ff055e00dc933621a4bb164dc11168", - "reference": "699718b724ff055e00dc933621a4bb164dc11168", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/tax": "^2.0.0", - "spryker/touch": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "product option bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/product-search", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/ProductSearch.git", - "reference": "154925789de669a310dff5eb1f8c265d8fd32fd7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/ProductSearch/zipball/154925789de669a310dff5eb1f8c265d8fd32fd7", - "reference": "154925789de669a310dff5eb1f8c265d8fd32fd7", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/collector": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/elastica": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "product search bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/propel", - "version": "2.1.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Propel.git", - "reference": "bc18e5bf08c5994a0bcc4e9f3a50594bead13443" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Propel/zipball/bc18e5bf08c5994a0bcc4e9f3a50594bead13443", - "reference": "bc18e5bf08c5994a0bcc4e9f3a50594bead13443", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "propel/propel": "~2.0@dev", - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/monolog": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Function": "tests/", - "Unit": "tests/" - }, - "psr-4": { - "Propel\\Module\\": "tests/_support/Module" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "propel bundle", - "time": "2016-04-25 13:18:47" - }, - { - "name": "spryker/redis", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Redis.git", - "reference": "a1e88ed48eba4aa4990031d3c5fc66e7216e3268" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Redis/zipball/a1e88ed48eba4aa4990031d3c5fc66e7216e3268", - "reference": "a1e88ed48eba4aa4990031d3c5fc66e7216e3268", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "predis/predis": "~1.0.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "redis bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/refund", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Refund.git", - "reference": "7c575335bf97b43318347f795a431a02b0566875" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Refund/zipball/7c575335bf97b43318347f795a431a02b0566875", - "reference": "7c575335bf97b43318347f795a431a02b0566875", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/oms": "^2.0.0", - "spryker/payone": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/sales-split": "^1.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/symfony": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "refund bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/sales", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Sales.git", - "reference": "500a5b6fe55dac8d908722d88b2c17a06c7451da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Sales/zipball/500a5b6fe55dac8d908722d88b2c17a06c7451da", - "reference": "500a5b6fe55dac8d908722d88b2c17a06c7451da", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/calculation": "^2.0.0", - "spryker/cart": "^2.0.0", - "spryker/country": "^2.0.0", - "spryker/customer": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/oms": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/refund": "^2.0.0", - "spryker/sales-aggregator": "^1.0.0", - "spryker/sequence-number": "^2.0.0", - "spryker/shipment": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/url": "^2.0.0", - "spryker/user": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "sales bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/sales-aggregator", - "version": "1.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/SalesAggregator.git", - "reference": "1774e059e83d8cf34ef6affddae3802bf9c1ae1a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/SalesAggregator/zipball/1774e059e83d8cf34ef6affddae3802bf9c1ae1a", - "reference": "1774e059e83d8cf34ef6affddae3802bf9c1ae1a", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0-RC1", - "spryker/kernel": "^2.0.0-RC1", - "spryker/propel": "^2.0.0-RC1", - "spryker/sales": "^2.0.0-RC1", - "spryker/symfony": "^2.0.0-RC1", - "spryker/tax": "^2.0.0-RC1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "sales aggregator bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/sales-split", - "version": "1.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/SalesSplit.git", - "reference": "8385b97687bbcf7a41e8b5fd976cdd2a4248b19f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/SalesSplit/zipball/8385b97687bbcf7a41e8b5fd976cdd2a4248b19f", - "reference": "8385b97687bbcf7a41e8b5fd976cdd2a4248b19f", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0-RC1", - "spryker/kernel": "^2.0.0-RC1", - "spryker/propel": "^2.0.0-RC1", - "spryker/sales": "^2.0.0-RC1", - "spryker/symfony": "^2.0.0-RC1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "sales split bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/search", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Search.git", - "reference": "b5e67fcf49c7a7c88e1a64d0818ffd2285c5818e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Search/zipball/b5e67fcf49c7a7c88e1a64d0818ffd2285c5818e", - "reference": "b5e67fcf49c7a7c88e1a64d0818ffd2285c5818e", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/collector": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/elastica": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/product-search": "^2.0.0", - "spryker/storage": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "search bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/sequence-number", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/SequenceNumber.git", - "reference": "f503c090bc7fe1fd7248440907d93480d69cccf7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/SequenceNumber/zipball/f503c090bc7fe1fd7248440907d93480d69cccf7", - "reference": "f503c090bc7fe1fd7248440907d93480d69cccf7", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0", - "spryker/propel": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "sequence number bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/session", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Session.git", - "reference": "2b5e0575bdf4a2f87eb78a6172ddb31232757f21" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Session/zipball/2b5e0575bdf4a2f87eb78a6172ddb31232757f21", - "reference": "2b5e0575bdf4a2f87eb78a6172ddb31232757f21", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/new-relic": "^2.0.0", - "spryker/redis": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "ClientUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "session bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/shipment", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Shipment.git", - "reference": "a80f81228d9086fe020ac02ad13cb98c2485b45d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Shipment/zipball/a80f81228d9086fe020ac02ad13cb98c2485b45d", - "reference": "a80f81228d9086fe020ac02ad13cb98c2485b45d", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/sales": "^2.0.0", - "spryker/session": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/url": "^2.0.0", - "spryker/zed-request": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "shipment bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/silex", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Silex.git", - "reference": "404721b89ec3d2ea782d5d346e744c617efd6245" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Silex/zipball/404721b89ec3d2ea782d5d346e744c617efd6245", - "reference": "404721b89ec3d2ea782d5d346e744c617efd6245", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "silex/silex": "~1.3.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "silex bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/sql-criteria-builder", - "version": "1.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/SqlCriteriaBuilder.git", - "reference": "eb13a52833f2badaaa2847446fb4a4e15464f743" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/SqlCriteriaBuilder/zipball/eb13a52833f2badaaa2847446fb4a4e15464f743", - "reference": "eb13a52833f2badaaa2847446fb4a4e15464f743", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "everon/collection": "~1.0.3", - "everon/criteria-builder": "~1.1.5", - "everon/factory": "~1.1.4", - "everon/utils": "~1.0.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "sql criteria builder bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/stock", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Stock.git", - "reference": "053a469942eae575d5b968a7aae7a5accbc7d733" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Stock/zipball/053a469942eae575d5b968a7aae7a5accbc7d733", - "reference": "053a469942eae575d5b968a7aae7a5accbc7d733", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/product": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/touch": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "stock bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/storage", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Storage.git", - "reference": "caba05092840cbe5a570af8dde2ff4ab11c12a22" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Storage/zipball/caba05092840cbe5a570af8dde2ff4ab11c12a22", - "reference": "caba05092840cbe5a570af8dde2ff4ab11c12a22", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/collector": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/redis": "^2.0.0", - "spryker/symfony": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "storage bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/symfony", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Symfony.git", - "reference": "e30b49348abb887efeef664d3231d4c2068f73b7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Symfony/zipball/e30b49348abb887efeef664d3231d4c2068f73b7", - "reference": "e30b49348abb887efeef664d3231d4c2068f73b7", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "symfony-cmf/routing": "~1.3.0", - "symfony/console": "~2.6.13", - "symfony/debug": "~2.6.13", - "symfony/filesystem": "~2.6.13", - "symfony/finder": "~2.6.13", - "symfony/form": "~2.6.13", - "symfony/http-foundation": "~2.6.13", - "symfony/http-kernel": "~2.6.13", - "symfony/options-resolver": "~2.6.13", - "symfony/process": "~2.6.13", - "symfony/property-access": "~2.6.13", - "symfony/routing": "~2.6.13", - "symfony/security": "~2.6.13", - "symfony/serializer": "~2.6.13", - "symfony/translation": "~2.6.13", - "symfony/twig-bridge": "~2.6.13", - "symfony/validator": "~2.6.13", - "symfony/var-dumper": "~2.6.13", - "symfony/yaml": "~2.6.13" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "symfony bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/tax", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/spryker/Tax.git", - "reference": "97bc4935315eda9ca62bb51db896495a0230dcb7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Tax/zipball/97bc4935315eda9ca62bb51db896495a0230dcb7", - "reference": "97bc4935315eda9ca62bb51db896495a0230dcb7", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/kernel": "^2.0.0", - "spryker/propel": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "tax bundle", - "support": { - "source": "https://github.com/spryker/Tax/tree/master" - }, - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/touch", - "version": "2.1.1", - "source": { - "type": "git", - "url": "git@github.com:spryker/Touch.git", - "reference": "755ee2ea755f605e214b6f3d6881b88e29314b68" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Touch/zipball/755ee2ea755f605e214b6f3d6881b88e29314b68", - "reference": "755ee2ea755f605e214b6f3d6881b88e29314b68", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/collector": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/propel": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "touch bundle", - "time": "2016-04-20 04:54:18" - }, - { - "name": "spryker/transfer", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Transfer.git", - "reference": "39a0fe6703b5c70e924991b6a4af87cbd2676ecf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Transfer/zipball/39a0fe6703b5c70e924991b6a4af87cbd2676ecf", - "reference": "39a0fe6703b5c70e924991b6a4af87cbd2676ecf", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/console": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/log": "^2.0.0", - "spryker/messenger": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/twig": "^2.0.0", - "spryker/zend": "^2.0.0", - "twig/twig": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Functional": "tests/", - "Unit": "tests/" - }, - "psr-4": { - "Transfer\\Module\\": "tests/_support/Module" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "transfer bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/twig", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Twig.git", - "reference": "2cb5cbf41d43f79ab1914a7f2cae499566af0557" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Twig/zipball/2cb5cbf41d43f79ab1914a7f2cae499566af0557", - "reference": "2cb5cbf41d43f79ab1914a7f2cae499566af0557", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "twig/twig": "~1.20.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "twig bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "spryker/url", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Url.git", - "reference": "822818f3beeb0aafae07f331a4d7598431050d04" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Url/zipball/822818f3beeb0aafae07f331a4d7598431050d04", - "reference": "822818f3beeb0aafae07f331a4d7598431050d04", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/locale": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/touch": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "url bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/user", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/User.git", - "reference": "dfa40547229f54ae481e32d1ceffabb1f21e5088" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/User/zipball/dfa40547229f54ae481e32d1ceffabb1f21e5088", - "reference": "dfa40547229f54ae481e32d1ceffabb1f21e5088", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/acl": "^2.0.0", - "spryker/application": "^2.0.0", - "spryker/gui": "^2.0.0", - "spryker/installer": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/propel": "^2.0.0", - "spryker/session": "^2.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^2.0.0", - "spryker/url": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "user bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/zed-request", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/ZedRequest.git", - "reference": "2656aec16ae825d0e4a685bb3965d2701c54c0ac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/ZedRequest/zipball/2656aec16ae825d0e4a685bb3965d2701c54c0ac", - "reference": "2656aec16ae825d0e4a685bb3965d2701c54c0ac", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "spryker/application": "^2.0.0", - "spryker/auth": "^2.0.0", - "spryker/config": "^2.0.0", - "spryker/event-journal": "^2.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/kernel": "^2.0.0", - "spryker/library": "^2.0.0", - "spryker/transfer": "^2.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Spryker": "src/", - "Acceptance": "tests/", - "Functional": "tests/", - "Integration": "tests/", - "Unit": "tests/", - "YvesUnit": "tests/" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "zed request bundle", - "time": "2016-04-04 15:24:01" - }, - { - "name": "spryker/zend", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Zend.git", - "reference": "f97684e3762d402132a0bc21cc3d9edc27175cf0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Zend/zipball/f97684e3762d402132a0bc21cc3d9edc27175cf0", - "reference": "f97684e3762d402132a0bc21cc3d9edc27175cf0", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "zendframework/zend-code": "~2.6.2", - "zendframework/zend-config": "~2.5.1", - "zendframework/zend-eventmanager": "~2.6.2", - "zendframework/zend-filter": "~2.5.1", - "zendframework/zend-http": "~2.5.3", - "zendframework/zend-servicemanager": "~2.7.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "zend bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "symfony-cmf/routing", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/8e87981d72c6930a27585dcd3119f3199f6cb2a6", - "reference": "8e87981d72c6930a27585dcd3119f3199f6cb2a6", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "psr/log": "~1.0", - "symfony/http-kernel": "~2.2", - "symfony/routing": "~2.2" - }, - "require-dev": { - "symfony/config": "~2.2", - "symfony/dependency-injection": "~2.0@stable", - "symfony/event-dispatcher": "~2.1" - }, - "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ~2.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" - } - ], - "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", - "keywords": [ - "database", - "routing" - ], - "time": "2014-10-20 20:55:17" - }, - { - "name": "symfony/config", - "version": "v2.8.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "5273f4724dc5288fe7a33cb08077ab9852621f2c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/5273f4724dc5288fe7a33cb08077ab9852621f2c", - "reference": "5273f4724dc5288fe7a33cb08077ab9852621f2c", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/filesystem": "~2.3|~3.0.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "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 Config Component", - "homepage": "https://symfony.com", - "time": "2016-03-04 07:54:35" - }, - { - "name": "symfony/console", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Console", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359", - "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1", - "symfony/phpunit-bridge": "~2.7", - "symfony/process": "~2.1" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Console\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2015-07-26 09:08:40" - }, - { - "name": "symfony/debug", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Debug", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/fca5696e0c9787722baa8f2ad6940dfd7a6a6941", - "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" - }, - "require-dev": { - "symfony/class-loader": "~2.2", - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", - "symfony/phpunit-bridge": "~2.7" - }, - "suggest": { - "symfony/http-foundation": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Debug\\": "" - } - }, - "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 Debug Component", - "homepage": "https://symfony.com", - "time": "2015-07-08 05:59:48" - }, - { - "name": "symfony/event-dispatcher", - "version": "v2.8.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87", - "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.0,>=2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.6|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "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 EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2016-03-07 14:04:32" - }, - { - "name": "symfony/filesystem", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Filesystem", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "823c035b1a5c13a4924e324d016eb07e70f94735" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735", - "reference": "823c035b1a5c13a4924e324d016eb07e70f94735", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Filesystem\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Filesystem Component", - "homepage": "https://symfony.com", - "time": "2015-07-08 05:59:48" - }, - { - "name": "symfony/finder", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Finder", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "203a10f928ae30176deeba33512999233181dd28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/203a10f928ae30176deeba33512999233181dd28", - "reference": "203a10f928ae30176deeba33512999233181dd28", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Finder\\": "" - } - }, - "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 Finder Component", - "homepage": "https://symfony.com", - "time": "2015-07-09 16:02:48" - }, - { - "name": "symfony/form", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Form", - "source": { - "type": "git", - "url": "https://github.com/symfony/form.git", - "reference": "23394a60d49d2aa904dacda6e5eb29d88251f9da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/23394a60d49d2aa904dacda6e5eb29d88251f9da", - "reference": "23394a60d49d2aa904dacda6e5eb29d88251f9da", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/event-dispatcher": "~2.1", - "symfony/intl": "~2.3", - "symfony/options-resolver": "~2.6", - "symfony/property-access": "~2.3" - }, - "require-dev": { - "doctrine/collections": "~1.0", - "symfony/http-foundation": "~2.2", - "symfony/http-kernel": "~2.4", - "symfony/phpunit-bridge": "~2.7", - "symfony/security-csrf": "~2.4", - "symfony/translation": "~2.0,>=2.0.5", - "symfony/validator": "~2.6,>=2.6.8" - }, - "suggest": { - "symfony/framework-bundle": "For templating with PHP.", - "symfony/security-csrf": "For protecting forms against CSRF attacks.", - "symfony/twig-bridge": "For templating with Twig.", - "symfony/validator": "For form validation." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Form\\": "" - } - }, - "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 Form Component", - "homepage": "https://symfony.com", - "time": "2015-11-23 10:27:01" - }, - { - "name": "symfony/http-foundation", - "version": "v2.6.13", - "target-dir": "Symfony/Component/HttpFoundation", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c", - "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/expression-language": "~2.4", - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\HttpFoundation\\": "" - }, - "classmap": [ - "Symfony/Component/HttpFoundation/Resources/stubs" - ] - }, - "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 HttpFoundation Component", - "homepage": "https://symfony.com", - "time": "2015-07-22 10:08:40" - }, - { - "name": "symfony/http-kernel", - "version": "v2.6.13", - "target-dir": "Symfony/Component/HttpKernel", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cdd991d304fed833514dc44d6aafcf19397c26cb", - "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "psr/log": "~1.0", - "symfony/debug": "~2.6,>=2.6.2", - "symfony/event-dispatcher": "~2.6,>=2.6.7", - "symfony/http-foundation": "~2.5,>=2.5.4" - }, - "require-dev": { - "symfony/browser-kit": "~2.3", - "symfony/class-loader": "~2.1", - "symfony/config": "~2.0,>=2.0.5", - "symfony/console": "~2.3", - "symfony/css-selector": "~2.0,>=2.0.5", - "symfony/dependency-injection": "~2.2", - "symfony/dom-crawler": "~2.0,>=2.0.5", - "symfony/expression-language": "~2.4", - "symfony/finder": "~2.0,>=2.0.5", - "symfony/phpunit-bridge": "~2.7", - "symfony/process": "~2.0,>=2.0.5", - "symfony/routing": "~2.2", - "symfony/stopwatch": "~2.3", - "symfony/templating": "~2.2", - "symfony/translation": "~2.0,>=2.0.5", - "symfony/var-dumper": "~2.6" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/class-loader": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/finder": "", - "symfony/var-dumper": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\HttpKernel\\": "" - } - }, - "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 HttpKernel Component", - "homepage": "https://symfony.com", - "time": "2016-01-14 10:11:16" - }, - { - "name": "symfony/intl", - "version": "v2.8.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "0ca1089d64b929fa999d709423f74d858bec11d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/0ca1089d64b929fa999d709423f74d858bec11d4", - "reference": "0ca1089d64b929fa999d709423f74d858bec11d4", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/polyfill-intl-icu": "~1.0", - "symfony/polyfill-php54": "~1.0" - }, - "require-dev": { - "symfony/filesystem": "~2.1|~3.0.0" - }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Intl\\": "" - }, - "classmap": [ - "Resources/stubs" - ], - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", - "homepage": "https://symfony.com", - "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" - ], - "time": "2016-03-23 13:11:46" - }, - { - "name": "symfony/options-resolver", - "version": "v2.6.13", - "target-dir": "Symfony/Component/OptionsResolver", - "source": { - "type": "git", - "url": "https://github.com/symfony/options-resolver.git", - "reference": "31e56594cee489e9a235b852228b0598b52101c1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/31e56594cee489e9a235b852228b0598b52101c1", - "reference": "31e56594cee489e9a235b852228b0598b52101c1", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\OptionsResolver\\": "" - } - }, - "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 OptionsResolver Component", - "homepage": "https://symfony.com", - "keywords": [ - "config", - "configuration", - "options" - ], - "time": "2015-05-13 11:33:56" - }, - { - "name": "symfony/polyfill-intl-icu", - "version": "v1.1.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942", - "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's ICU-related data and classes", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "icu", - "intl", - "polyfill", - "portable", - "shim" - ], - "time": "2016-02-26 16:18:12" - }, - { - "name": "symfony/polyfill-php54", - "version": "v1.1.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php54.git", - "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb", - "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php54\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2016-01-25 19:13:00" - }, - { - "name": "symfony/process", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Process", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9", - "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Process\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2015-06-30 16:10:16" - }, - { - "name": "symfony/property-access", - "version": "v2.6.13", - "target-dir": "Symfony/Component/PropertyAccess", - "source": { - "type": "git", - "url": "https://github.com/symfony/property-access.git", - "reference": "4fc7a0e50d131d8c59ef839da3ae03c50108a3bb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/4fc7a0e50d131d8c59ef839da3ae03c50108a3bb", - "reference": "4fc7a0e50d131d8c59ef839da3ae03c50108a3bb", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\PropertyAccess\\": "" - } - }, - "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 PropertyAccess Component", - "homepage": "https://symfony.com", - "keywords": [ - "access", - "array", - "extraction", - "index", - "injection", - "object", - "property", - "property path", - "reflection" - ], - "time": "2015-07-10 04:45:33" - }, - { - "name": "symfony/routing", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Routing", - "source": { - "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "0a1764d41bbb54f3864808c50569ac382b44d128" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/0a1764d41bbb54f3864808c50569ac382b44d128", - "reference": "0a1764d41bbb54f3864808c50569ac382b44d128", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/common": "~2.2", - "psr/log": "~1.0", - "symfony/config": "~2.2", - "symfony/expression-language": "~2.4", - "symfony/http-foundation": "~2.3", - "symfony/phpunit-bridge": "~2.7", - "symfony/yaml": "~2.0,>=2.0.5" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/yaml": "For using the YAML loader" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Routing\\": "" - } - }, - "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 Routing Component", - "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], - "time": "2015-07-09 16:02:48" - }, - { - "name": "symfony/security", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Security", - "source": { - "type": "git", - "url": "https://github.com/symfony/security.git", - "reference": "722b5b4c34885aa589887f4620fd9ff7e3b931c3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/security/zipball/722b5b4c34885aa589887f4620fd9ff7e3b931c3", - "reference": "722b5b4c34885aa589887f4620fd9ff7e3b931c3", - "shasum": "" - }, - "require": { - "paragonie/random_compat": "~1.0", - "php": ">=5.3.3", - "symfony/event-dispatcher": "~2.2", - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.4" - }, - "replace": { - "symfony/security-acl": "self.version", - "symfony/security-core": "self.version", - "symfony/security-csrf": "self.version", - "symfony/security-http": "self.version" - }, - "require-dev": { - "doctrine/common": "~2.2", - "doctrine/dbal": "~2.2", - "ircmaxell/password-compat": "~1.0", - "psr/log": "~1.0", - "symfony/expression-language": "~2.6", - "symfony/intl": "~2.3", - "symfony/phpunit-bridge": "~2.7", - "symfony/routing": "~2.2", - "symfony/translation": "~2.0,>=2.0.5", - "symfony/validator": "~2.5,>=2.5.5" - }, - "suggest": { - "doctrine/dbal": "For using the built-in ACL implementation", - "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", - "symfony/class-loader": "For using the ACL generateSql script", - "symfony/expression-language": "For using the expression voter", - "symfony/finder": "For using the ACL generateSql script", - "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", - "symfony/validator": "For using the user password constraint" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Security\\": "" - } - }, - "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 Security Component", - "homepage": "https://symfony.com", - "time": "2016-01-14 09:04:34" - }, - { - "name": "symfony/serializer", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Serializer", - "source": { - "type": "git", - "url": "https://github.com/symfony/serializer.git", - "reference": "fd74fe82807c3c8a0d6fcd7c6ba1831b6b716fd5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/fd74fe82807c3c8a0d6fcd7c6ba1831b6b716fd5", - "reference": "fd74fe82807c3c8a0d6fcd7c6ba1831b6b716fd5", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Serializer\\": "" - } - }, - "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 Serializer Component", - "homepage": "https://symfony.com", - "time": "2015-05-26 21:19:30" - }, - { - "name": "symfony/translation", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Translation", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "d84291215b5892834dd8ca8ee52f9cbdb8274904" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/d84291215b5892834dd8ca8ee52f9cbdb8274904", - "reference": "d84291215b5892834dd8ca8ee52f9cbdb8274904", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.3,>=2.3.12", - "symfony/intl": "~2.3", - "symfony/phpunit-bridge": "~2.7", - "symfony/yaml": "~2.2" - }, - "suggest": { - "psr/log": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Translation\\": "" - } - }, - "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 Translation Component", - "homepage": "https://symfony.com", - "time": "2015-07-08 05:59:48" - }, - { - "name": "symfony/twig-bridge", - "version": "v2.6.13", - "target-dir": "Symfony/Bridge/Twig", - "source": { - "type": "git", - "url": "https://github.com/symfony/twig-bridge.git", - "reference": "272b9dc0af1e70b77975c543d1917dd340c7201a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/272b9dc0af1e70b77975c543d1917dd340c7201a", - "reference": "272b9dc0af1e70b77975c543d1917dd340c7201a", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "twig/twig": "~1.13,>=1.13.1" - }, - "require-dev": { - "symfony/console": "~2.4", - "symfony/expression-language": "~2.4", - "symfony/finder": "~2.3", - "symfony/form": "~2.6,>=2.6.10", - "symfony/http-kernel": "~2.3", - "symfony/intl": "~2.3", - "symfony/phpunit-bridge": "~2.7", - "symfony/routing": "~2.2", - "symfony/security": "~2.4", - "symfony/stopwatch": "~2.2", - "symfony/templating": "~2.1", - "symfony/translation": "~2.2", - "symfony/var-dumper": "~2.6", - "symfony/yaml": "~2.0,>=2.0.5" - }, - "suggest": { - "symfony/expression-language": "For using the ExpressionExtension", - "symfony/finder": "", - "symfony/form": "For using the FormExtension", - "symfony/http-kernel": "For using the HttpKernelExtension", - "symfony/routing": "For using the RoutingExtension", - "symfony/security": "For using the SecurityExtension", - "symfony/stopwatch": "For using the StopwatchExtension", - "symfony/templating": "For using the TwigEngine", - "symfony/translation": "For using the TranslationExtension", - "symfony/var-dumper": "For using the DumpExtension", - "symfony/yaml": "For using the YamlExtension" - }, - "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Bridge\\Twig\\": "" - } - }, - "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 Twig Bridge", - "homepage": "https://symfony.com", - "time": "2015-07-22 10:08:40" - }, - { - "name": "symfony/validator", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Validator", - "source": { - "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "fccfab79928e612eedca96dcf3a9e8efd2ee495f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/fccfab79928e612eedca96dcf3a9e8efd2ee495f", - "reference": "fccfab79928e612eedca96dcf3a9e8efd2ee495f", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/translation": "~2.0,>=2.0.5" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "doctrine/common": "~2.3", - "egulias/email-validator": "~1.2,>=1.2.1", - "symfony/config": "~2.2", - "symfony/expression-language": "~2.4", - "symfony/http-foundation": "~2.1", - "symfony/intl": "~2.3", - "symfony/phpunit-bridge": "~2.7", - "symfony/property-access": "~2.3", - "symfony/yaml": "~2.0,>=2.0.5" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "symfony/config": "", - "symfony/expression-language": "For using the 2.4 Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For using the 2.4 Validator API", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Validator\\": "" - } - }, - "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 Validator Component", - "homepage": "https://symfony.com", - "time": "2015-07-01 19:58:06" - }, - { - "name": "symfony/var-dumper", - "version": "v2.6.13", - "target-dir": "Symfony/Component/VarDumper", - "source": { - "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "5fba957a30161d8724aade093593cd22f815bea2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5fba957a30161d8724aade093593cd22f815bea2", - "reference": "5fba957a30161d8724aade093593cd22f815bea2", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "suggest": { - "ext-symfony_debug": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "files": [ - "Resources/functions/dump.php" - ], - "psr-0": { - "Symfony\\Component\\VarDumper\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony mechanism for exploring and dumping PHP variables", - "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], - "time": "2015-07-01 10:03:42" - }, - { - "name": "symfony/yaml", - "version": "v2.6.13", - "target-dir": "Symfony/Component/Yaml", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/c044d1744b8e91aaaa0d9bac683ab87ec7cbf359", - "reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Yaml\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2015-07-26 08:59:42" - }, - { - "name": "twig/twig", - "version": "v1.20.0", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "1ea4e5f81c6d005fe84d0b38e1c4f1955eb86844" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/1ea4e5f81c6d005fe84d0b38e1c4f1955eb86844", - "reference": "1ea4e5f81c6d005fe84d0b38e1c4f1955eb86844", - "shasum": "" - }, - "require": { - "php": ">=5.2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.20-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", - "keywords": [ - "templating" - ], - "time": "2015-08-12 15:56:39" - }, - { - "name": "zendframework/zend-code", - "version": "2.6.3", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-code.git", - "reference": "95033f061b083e16cdee60530ec260d7d628b887" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887", - "reference": "95033f061b083e16cdee60530ec260d7d628b887", - "shasum": "" - }, - "require": { - "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6", - "zendframework/zend-eventmanager": "^2.6 || ^3.0" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.8.21", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "suggest": { - "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", - "zendframework/zend-stdlib": "Zend\\Stdlib component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev", - "dev-develop": "2.7-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Code\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides facilities to generate arbitrary code using an object oriented interface", - "homepage": "https://github.com/zendframework/zend-code", - "keywords": [ - "code", - "zf2" - ], - "time": "2016-04-20 17:26:42" - }, - { - "name": "zendframework/zend-config", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-config.git", - "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-config/zipball/ec49b1df1bdd9772df09dc2f612fbfc279bf4c27", - "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-filter": "~2.5", - "zendframework/zend-i18n": "~2.5", - "zendframework/zend-json": "~2.5", - "zendframework/zend-mvc": "~2.5", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "zendframework/zend-filter": "Zend\\Filter component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", - "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Config\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a nested object property based user interface for accessing this configuration data within application code", - "homepage": "https://github.com/zendframework/zend-config", - "keywords": [ - "config", - "zf2" - ], - "time": "2015-06-03 15:32:00" - }, - { - "name": "zendframework/zend-escaper", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-escaper.git", - "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", - "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", - "shasum": "" - }, - "require": { - "php": ">=5.3.23" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Escaper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-escaper", - "keywords": [ - "escaper", - "zf2" - ], - "time": "2015-06-03 14:05:37" - }, - { - "name": "zendframework/zend-eventmanager", - "version": "2.6.3", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-eventmanager.git", - "reference": "3d41b6129fb4916d483671cea9f77e4f90ae85d3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/3d41b6129fb4916d483671cea9f77e4f90ae85d3", - "reference": "3d41b6129fb4916d483671cea9f77e4f90ae85d3", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-stdlib": "^2.7" - }, - "require-dev": { - "athletic/athletic": "dev-master", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-release-2.6": "2.6-dev", - "dev-master": "3.0-dev", - "dev-develop": "3.1-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\EventManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-eventmanager", - "keywords": [ - "eventmanager", - "zf2" - ], - "time": "2016-02-18 20:49:05" - }, - { - "name": "zendframework/zend-filter", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-filter.git", - "reference": "93e6990a198e6cdd811064083acac4693f4b29ae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/93e6990a198e6cdd811064083acac4693f4b29ae", - "reference": "93e6990a198e6cdd811064083acac4693f4b29ae", - "shasum": "" - }, - "require": { - "php": ">=5.3.23", - "zendframework/zend-stdlib": "~2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-config": "~2.5", - "zendframework/zend-crypt": "~2.5", - "zendframework/zend-i18n": "~2.5", - "zendframework/zend-loader": "~2.5", - "zendframework/zend-servicemanager": "~2.5", - "zendframework/zend-uri": "~2.5" - }, - "suggest": { - "zendframework/zend-crypt": "Zend\\Crypt component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component", - "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Filter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a set of commonly needed data filters", - "homepage": "https://github.com/zendframework/zend-filter", - "keywords": [ - "filter", - "zf2" - ], - "time": "2015-06-03 15:32:01" - }, - { - "name": "zendframework/zend-http", - "version": "2.5.4", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-http.git", - "reference": "7b920b4ec34b5ee58f76eb4e8c408b083121953c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-http/zipball/7b920b4ec34b5ee58f76eb4e8c408b083121953c", - "reference": "7b920b4ec34b5ee58f76eb4e8c408b083121953c", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-loader": "^2.5", - "zendframework/zend-stdlib": "^2.5 || ^3.0", - "zendframework/zend-uri": "^2.5", - "zendframework/zend-validator": "^2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.0", - "zendframework/zend-config": "^2.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Http\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", - "homepage": "https://github.com/zendframework/zend-http", - "keywords": [ - "http", - "zf2" - ], - "time": "2016-02-04 20:36:48" - }, - { - "name": "zendframework/zend-hydrator", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-hydrator.git", - "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65", - "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "^2.0@dev", - "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", - "zendframework/zend-filter": "^2.6", - "zendframework/zend-inputfilter": "^2.6", - "zendframework/zend-serializer": "^2.6.1", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" - }, - "suggest": { - "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", - "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", - "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-release-1.0": "1.0-dev", - "dev-release-1.1": "1.1-dev", - "dev-master": "2.0-dev", - "dev-develop": "2.1-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Hydrator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-hydrator", - "keywords": [ - "hydrator", - "zf2" - ], - "time": "2016-02-18 22:38:26" - }, - { - "name": "zendframework/zend-loader", - "version": "2.5.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-loader.git", - "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c", - "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c", - "shasum": "" - }, - "require": { - "php": ">=5.3.23" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Loader\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-loader", - "keywords": [ - "loader", - "zf2" - ], - "time": "2015-06-03 14:05:47" - }, - { - "name": "zendframework/zend-servicemanager", - "version": "2.7.5", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-servicemanager.git", - "reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/fb5b54db5ead533b38e311f14e9c01a79218bf2b", - "reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b", - "shasum": "" - }, - "require": { - "container-interop/container-interop": "~1.0", - "php": "^5.5 || ^7.0" - }, - "require-dev": { - "athletic/athletic": "dev-master", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-di": "~2.5", - "zendframework/zend-mvc": "~2.5" - }, - "suggest": { - "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", - "zendframework/zend-di": "Zend\\Di component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev", - "dev-develop": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\ServiceManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-servicemanager", - "keywords": [ - "servicemanager", - "zf2" - ], - "time": "2016-02-02 14:11:46" - }, - { - "name": "zendframework/zend-stdlib", - "version": "2.7.7", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f", - "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-hydrator": "~1.1" - }, - "require-dev": { - "athletic/athletic": "~0.1", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-config": "~2.5", - "zendframework/zend-eventmanager": "~2.5", - "zendframework/zend-filter": "~2.5", - "zendframework/zend-inputfilter": "~2.5", - "zendframework/zend-serializer": "~2.5", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "zendframework/zend-eventmanager": "To support aggregate hydrator usage", - "zendframework/zend-filter": "To support naming strategy hydrator usage", - "zendframework/zend-serializer": "Zend\\Serializer component", - "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-release-2.7": "2.7-dev", - "dev-master": "3.0-dev", - "dev-develop": "3.1-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-stdlib", - "keywords": [ - "stdlib", - "zf2" - ], - "time": "2016-04-12 21:17:31" - }, - { - "name": "zendframework/zend-uri", - "version": "2.5.2", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-uri.git", - "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed", - "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-escaper": "^2.5", - "zendframework/zend-validator": "^2.5" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev", - "dev-develop": "2.6-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Uri\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", - "homepage": "https://github.com/zendframework/zend-uri", - "keywords": [ - "uri", - "zf2" - ], - "time": "2016-02-17 22:38:51" - }, - { - "name": "zendframework/zend-validator", - "version": "2.7.2", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-validator.git", - "reference": "063694d3c781f284ab8f846b8af64c45d94aaf51" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/063694d3c781f284ab8f846b8af64c45d94aaf51", - "reference": "063694d3c781f284ab8f846b8af64c45d94aaf51", - "shasum": "" - }, - "require": { - "container-interop/container-interop": "^1.1", - "php": "^5.5 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "^4.0", - "zendframework/zend-cache": "^2.6.1", - "zendframework/zend-config": "^2.6", - "zendframework/zend-db": "^2.7", - "zendframework/zend-filter": "^2.6", - "zendframework/zend-http": "^2.5.4", - "zendframework/zend-i18n": "^2.6", - "zendframework/zend-math": "^2.6", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", - "zendframework/zend-session": "^2.6.2", - "zendframework/zend-uri": "^2.5" - }, - "suggest": { - "zendframework/zend-db": "Zend\\Db component", - "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", - "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators", - "zendframework/zend-i18n-resources": "Translations of validator messages", - "zendframework/zend-math": "Zend\\Math component", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", - "zendframework/zend-session": "Zend\\Session component", - "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev", - "dev-develop": "2.8-dev" - }, - "zf": { - "component": "Zend\\Validator", - "config-provider": "Zend\\Validator\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Zend\\Validator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a set of commonly needed validators", - "homepage": "https://github.com/zendframework/zend-validator", - "keywords": [ - "validator", - "zf2" - ], - "time": "2016-04-18 17:28:37" - } - ], - "packages-dev": [ - { - "name": "codeception/codeception", - "version": "2.1.8", - "source": { - "type": "git", - "url": "https://github.com/Codeception/Codeception.git", - "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f3daa61f0f11c531b33eb3623ab0daa599d88a79", - "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-mbstring": "*", - "facebook/webdriver": ">=1.0.1 <2.0", - "guzzlehttp/guzzle": ">=4.1.4 <7.0", - "guzzlehttp/psr7": "~1.0", - "php": ">=5.4.0 <8.0", - "phpunit/php-code-coverage": ">=2.1.3", - "phpunit/phpunit": ">4.8.20 <6.0", - "symfony/browser-kit": ">=2.5 <3.1", - "symfony/console": ">=2.5 <3.1", - "symfony/css-selector": ">=2.5 <3.1", - "symfony/dom-crawler": ">=2.5 <3.1", - "symfony/event-dispatcher": ">=2.5 <3.1", - "symfony/finder": ">=2.5 <3.1", - "symfony/yaml": ">=2.5 <3.1" - }, - "require-dev": { - "codeception/specify": "~0.3", - "facebook/php-sdk-v4": "~5.0", - "flow/jsonpath": "~0.2", - "monolog/monolog": "~1.8", - "pda/pheanstalk": "~2.0", - "php-amqplib/php-amqplib": "~2.4" - }, - "suggest": { - "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests", - "codeception/specify": "BDD-style code blocks", - "codeception/verify": "BDD-style assertions", - "monolog/monolog": "Log test steps", - "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module." - }, - "bin": [ - "codecept" - ], - "type": "library", - "extra": { - "branch-alias": [] - }, - "autoload": { - "psr-4": { - "Codeception\\": "src\\Codeception", - "Codeception\\Extension\\": "ext" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Bodnarchuk", - "email": "davert@mail.ua", - "homepage": "http://codegyre.com" - } - ], - "description": "BDD-style testing framework", - "homepage": "http://codeception.com/", - "keywords": [ - "BDD", - "TDD", - "acceptance testing", - "functional testing", - "unit testing" - ], - "time": "2016-04-15 02:56:43" - }, - { - "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-14 21:17:01" - }, - { - "name": "facebook/webdriver", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/facebook/php-webdriver.git", - "reference": "1c98108ba3eb435b681655764de11502a0653705" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705", - "reference": "1c98108ba3eb435b681655764de11502a0653705", - "shasum": "" - }, - "require": { - "php": ">=5.3.19" - }, - "require-dev": { - "phpunit/phpunit": "4.6.*" - }, - "suggest": { - "phpdocumentor/phpdocumentor": "2.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Facebook\\WebDriver\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "description": "A PHP client for WebDriver", - "homepage": "https://github.com/facebook/php-webdriver", - "keywords": [ - "facebook", - "php", - "selenium", - "webdriver" - ], - "time": "2015-12-31 15:58:49" - }, - { - "name": "myclabs/deep-copy", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc", - "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "doctrine/collections": "1.*", - "phpunit/phpunit": "~4.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "homepage": "https://github.com/myclabs/DeepCopy", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "time": "2015-11-07 22:20:37" - }, - { - "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-03 12:10:50" - }, - { - "name": "phpspec/prophecy", - "version": "v1.6.0", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", - "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "~2.0", - "sebastian/comparator": "~1.1", - "sebastian/recursion-context": "~1.0" - }, - "require-dev": { - "phpspec/phpspec": "~2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5.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-02-15 07:46:21" - }, - { - "name": "phpunit/php-code-coverage", - "version": "3.3.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86", - "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "phpunit/php-file-iterator": "~1.3", - "phpunit/php-text-template": "~1.2", - "phpunit/php-token-stream": "^1.4.2", - "sebastian/code-unit-reverse-lookup": "~1.0", - "sebastian/environment": "^1.3.2", - "sebastian/version": "~1.0|~2.0" - }, - "require-dev": { - "ext-xdebug": ">=2.1.4", - "phpunit/phpunit": "~5" - }, - "suggest": { - "ext-dom": "*", - "ext-xdebug": ">=2.4.0", - "ext-xmlwriter": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.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": "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": "2016-04-08 08:14:53" - }, - { - "name": "phpunit/php-file-iterator", - "version": "1.4.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", - "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": "2015-06-21 13:08:43" - }, - { - "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-21 13:50:34" - }, - { - "name": "phpunit/php-timer", - "version": "1.0.7", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", - "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", - "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": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Utility class for timing", - "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], - "time": "2015-06-21 08:01:12" - }, - { - "name": "phpunit/php-token-stream", - "version": "1.4.8", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", - "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": "2015-09-15 10:49:45" - }, - { - "name": "phpunit/phpunit", - "version": "5.3.2", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3", - "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-json": "*", - "ext-pcre": "*", - "ext-reflection": "*", - "ext-spl": "*", - "myclabs/deep-copy": "~1.3", - "php": "^5.6 || ^7.0", - "phpspec/prophecy": "^1.3.1", - "phpunit/php-code-coverage": "^3.3.0", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "^3.1", - "sebastian/comparator": "~1.1", - "sebastian/diff": "~1.2", - "sebastian/environment": "~1.3", - "sebastian/exporter": "~1.2", - "sebastian/global-state": "~1.0", - "sebastian/object-enumerator": "~1.0", - "sebastian/resource-operations": "~1.0", - "sebastian/version": "~1.0|~2.0", - "symfony/yaml": "~2.1|~3.0" - }, - "suggest": { - "phpunit/php-invoker": "~1.1" - }, - "bin": [ - "phpunit" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.3.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": "2016-04-12 16:20:08" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "3.1.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "151c96874bff6fe61a25039df60e776613a61489" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489", - "reference": "151c96874bff6fe61a25039df60e776613a61489", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": ">=5.6", - "phpunit/php-text-template": "~1.2", - "sebastian/exporter": "~1.2" - }, - "require-dev": { - "phpunit/phpunit": "~5" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1.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" - ], - "time": "2016-04-20 14:39:26" - }, - { - "name": "sebastian/code-unit-reverse-lookup", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "phpunit/phpunit": "~5" - }, - "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": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Looks up which function or method a line of code belongs to", - "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2016-02-13 06:45:14" - }, - { - "name": "sebastian/comparator", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2" - }, - "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": "2015-07-26 15:48:44" - }, - { - "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-08 07:14:41" - }, - { - "name": "sebastian/environment", - "version": "1.3.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", - "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "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": "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-02-26 18:40:46" - }, - { - "name": "sebastian/exporter", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "7ae5513327cb536431847bcc0c10edba2701064e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", - "reference": "7ae5513327cb536431847bcc0c10edba2701064e", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~1.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" - }, - { - "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": "2015-06-21 07:55:53" - }, - { - "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-12 03:26:01" - }, - { - "name": "sebastian/object-enumerator", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", - "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", - "shasum": "" - }, - "require": { - "php": ">=5.6", - "sebastian/recursion-context": "~1.0" - }, - "require-dev": { - "phpunit/phpunit": "~5" - }, - "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": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Traverses array structures and object graphs to enumerate all referenced objects", - "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2016-01-28 13:25:10" - }, - { - "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-11 19:50:13" - }, - { - "name": "sebastian/resource-operations", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "shasum": "" - }, - "require": { - "php": ">=5.6.0" - }, - "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": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28 20:34:47" - }, - { - "name": "sebastian/version", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", - "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "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": "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": "2016-02-04 12:56:52" - }, - { - "name": "spryker/code-sniffer", - "version": "0.3.1", - "source": { - "type": "git", - "url": "https://github.com/spryker/code-sniffer.git", - "reference": "940915a9b69fe27ff9a0abfae395576d66dbdb2f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/code-sniffer/zipball/940915a9b69fe27ff9a0abfae395576d66dbdb2f", - "reference": "940915a9b69fe27ff9a0abfae395576d66dbdb2f", - "shasum": "" - }, - "require": { - "php": ">=5.4.16", - "squizlabs/php_codesniffer": "~2.5" - }, - "require-dev": { - "phpunit/phpunit": "~5.2" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Spryker", - "homepage": "http://spryker.com" - } - ], - "description": "Spryker Code Sniffer Standards", - "homepage": "http://spryker.com", - "keywords": [ - "codesniffer", - "framework", - "phpcs", - "standards" - ], - "time": "2016-04-13 14:03:59" - }, - { - "name": "spryker/testify", - "version": "2.0.0", - "source": { - "type": "git", - "url": "git@github.com:spryker/Testify.git", - "reference": "1ea56560532d681e91b4bc83ed2a190b1ce42405" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/Testify/zipball/1ea56560532d681e91b4bc83ed2a190b1ce42405", - "reference": "1ea56560532d681e91b4bc83ed2a190b1ce42405", - "shasum": "", - "mirrors": [ - { - "url": "https://code.spryker.com/repo/private/dists/%package%/%version%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "codeception/codeception": "~2.1.5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Generated": "src/", - "Orm": "src/" - }, - "psr-4": { - "Testify\\Module\\": "tests/_support/Module" - } - }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", - "license": [ - "proprietary" - ], - "description": "testify bundle", - "time": "2016-04-01 13:06:05" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "2.6.0", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1bcdf03b068a530ac1962ce671dead356eeba43b", - "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b", - "shasum": "" - }, - "require": { - "ext-simplexml": "*", - "ext-tokenizer": "*", - "ext-xmlwriter": "*", - "php": ">=5.1.2" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "bin": [ - "scripts/phpcs", - "scripts/phpcbf" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "classmap": [ - "CodeSniffer.php", - "CodeSniffer/CLI.php", - "CodeSniffer/Exception.php", - "CodeSniffer/File.php", - "CodeSniffer/Fixer.php", - "CodeSniffer/Report.php", - "CodeSniffer/Reporting.php", - "CodeSniffer/Sniff.php", - "CodeSniffer/Tokens.php", - "CodeSniffer/Reports/", - "CodeSniffer/Tokenizers/", - "CodeSniffer/DocGenerators/", - "CodeSniffer/Standards/AbstractPatternSniff.php", - "CodeSniffer/Standards/AbstractScopeSniff.php", - "CodeSniffer/Standards/AbstractVariableSniff.php", - "CodeSniffer/Standards/IncorrectPatternException.php", - "CodeSniffer/Standards/Generic/Sniffs/", - "CodeSniffer/Standards/MySource/Sniffs/", - "CodeSniffer/Standards/PEAR/Sniffs/", - "CodeSniffer/Standards/PSR1/Sniffs/", - "CodeSniffer/Standards/PSR2/Sniffs/", - "CodeSniffer/Standards/Squiz/Sniffs/", - "CodeSniffer/Standards/Zend/Sniffs/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", - "keywords": [ - "phpcs", - "standards" - ], - "time": "2016-04-03 22:58:34" - }, - { - "name": "symfony/browser-kit", - "version": "v3.0.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/browser-kit.git", - "reference": "e07127ac31230b30887c2dddf3708d883d239b14" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e07127ac31230b30887c2dddf3708d883d239b14", - "reference": "e07127ac31230b30887c2dddf3708d883d239b14", - "shasum": "" - }, - "require": { - "php": ">=5.5.9", - "symfony/dom-crawler": "~2.8|~3.0" - }, - "require-dev": { - "symfony/css-selector": "~2.8|~3.0", - "symfony/process": "~2.8|~3.0" - }, - "suggest": { - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\BrowserKit\\": "" - }, - "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 BrowserKit Component", - "homepage": "https://symfony.com", - "time": "2016-03-04 07:55:57" - }, - { - "name": "symfony/css-selector", - "version": "v3.0.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0", - "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0", - "shasum": "" - }, - "require": { - "php": ">=5.5.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony CssSelector Component", - "homepage": "https://symfony.com", - "time": "2016-03-04 07:55:57" - }, - { - "name": "symfony/dom-crawler", - "version": "v3.0.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "18a06d7a9af41718c20764a674a0ebba3bc40d1f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/18a06d7a9af41718c20764a674a0ebba3bc40d1f", - "reference": "18a06d7a9af41718c20764a674a0ebba3bc40d1f", - "shasum": "" - }, - "require": { - "php": ">=5.5.9", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "symfony/css-selector": "~2.8|~3.0" - }, - "suggest": { - "symfony/css-selector": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" - }, - "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 DomCrawler Component", - "homepage": "https://symfony.com", - "time": "2016-03-23 13:23:25" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.1.1", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "1289d16209491b584839022f29257ad859b8532d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", - "reference": "1289d16209491b584839022f29257ad859b8532d", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "time": "2016-01-20 09:13:37" - } - ], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": [], - "prefer-stable": true, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -}