{ "_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": "fc60ca82b7b88a8d18a9ed19ec0a7f02", "content-hash": "ef8a56cfa34f3f89e18d26f5e92adaf2", "packages": [ { "name": "aura/router", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/auraphp/Aura.Router.git", "reference": "aeb49c8903cb07561022e2b65ef16c68fd2c01da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/aeb49c8903cb07561022e2b65ef16c68fd2c01da", "reference": "aeb49c8903cb07561022e2b65ef16c68fd2c01da", "shasum": "" }, "require": { "php": ">=5.5.0", "psr/http-message": "~1.0", "psr/log": "~1.0" }, "require-dev": { "zendframework/zend-diactoros": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Aura\\Router\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aura.Router Contributors", "homepage": "https://github.com/auraphp/Aura.Router/contributors" } ], "description": "Powerful, flexible web routing for PSR-7 requests.", "homepage": "https://github.com/auraphp/Aura.Router", "keywords": [ "psr-7", "route", "router", "routing" ], "time": "2015-12-01 15:31:40" }, { "name": "badges/poser", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/badges/poser.git", "reference": "2fdcba62e1e873bf47decea04022f26d8b05cda4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/badges/poser/zipball/2fdcba62e1e873bf47decea04022f26d8b05cda4", "reference": "2fdcba62e1e873bf47decea04022f26d8b05cda4", "shasum": "" }, "require": { "symfony/console": "~2" }, "require-dev": { "behat/behat": "dev-master", "phpspec/phpspec": "dev-master" }, "bin": [ "bin/poser" ], "type": "lib", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "PUGX\\Poser\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PUGX Community", "homepage": "https://github.com/PUGX/badge-poser/contributors" }, { "name": "Shields Community", "homepage": "https://github.com/badges/poser/contributors" }, { "name": "Giulio De Donato", "email": "liuggio@gmail.com" } ], "description": "Poser, add badges on your readme..", "homepage": "https://github.com/PUGX", "keywords": [ "badge", "composer", "packagist", "pin" ], "time": "2016-02-03 18:33:10" }, { "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": "doctrine/annotations", "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Annotations\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2015-08-31 12:32:49" }, { "name": "doctrine/cache", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", "shasum": "" }, "require": { "php": "~5.5|~7.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.0", "predis/predis": "~1.0", "satooshi/php-coveralls": "~0.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2015-12-31 16:37:02" }, { "name": "doctrine/lexer", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2014-09-09 13:34:57" }, { "name": "filp/whoops", "version": "1.1.10", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "72538eeb70bbfb11964412a3d098d109efd012f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7", "reference": "72538eeb70bbfb11964412a3d098d109efd012f7", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.9.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-0": { "Whoops": "src/" }, "classmap": [ "src/deprecated" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://github.com/filp/whoops", "keywords": [ "error", "exception", "handling", "library", "silex-provider", "whoops", "zf2" ], "time": "2015-06-29 05:42:04" }, { "name": "guzzle/guzzle", "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2015-03-18 18:23:50" }, { "name": "justinrainbow/json-schema", "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", "shasum": "" }, "require": { "php": ">=5.3.29" }, "require-dev": { "json-schema/json-schema-test-suite": "1.1.0", "phpdocumentor/phpdocumentor": "~2", "phpunit/phpunit": "~3.7" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2016-01-25 15:43:01" }, { "name": "knplabs/github-api", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/KnpLabs/php-github-api.git", "reference": "832b7be695ed2733741cd5c79166b4a88fb50786" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/832b7be695ed2733741cd5c79166b4a88fb50786", "reference": "832b7be695ed2733741cd5c79166b4a88fb50786", "shasum": "" }, "require": { "ext-curl": "*", "guzzle/guzzle": "~3.7", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "knplabs/gaufrette": "Needed for optional Gaufrette cache" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "Github\\": "lib/Github/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com", "homepage": "http://ornicar.github.com" }, { "name": "KnpLabs Team", "homepage": "http://knplabs.com" } ], "description": "GitHub API v3 client", "homepage": "https://github.com/KnpLabs/php-github-api", "keywords": [ "api", "gh", "gist", "github" ], "time": "2015-10-11 02:38:28" }, { "name": "mnapoli/blackbox", "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/mnapoli/BlackBox.git", "reference": "e71402579d567c64886a57780c6e3b775df8ca62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mnapoli/BlackBox/zipball/e71402579d567c64886a57780c6e3b775df8ca62", "reference": "e71402579d567c64886a57780c6e3b775df8ca62", "shasum": "" }, "require": { "php": ">=5.4", "symfony/finder": "~2.5" }, "require-dev": { "doctrine/dbal": "~2.4", "phpseclib/phpseclib": "*", "phpunit/phpunit": "~4.0", "symfony/filesystem": "~2.6", "symfony/yaml": "~2.6" }, "type": "library", "autoload": { "psr-4": { "BlackBox\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "time": "2015-01-07 08:42:09" }, { "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": "php-di/invoker", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/PHP-DI/Invoker.git", "reference": "9949fff87fcf14e8f2ccfbe36dac1e5921944c48" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/9949fff87fcf14e8f2ccfbe36dac1e5921944c48", "reference": "9949fff87fcf14e8f2ccfbe36dac1e5921944c48", "shasum": "" }, "require": { "container-interop/container-interop": "~1.1" }, "require-dev": { "athletic/athletic": "~0.1.8", "phpunit/phpunit": "~4.5" }, "type": "library", "autoload": { "psr-4": { "Invoker\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Generic and extensible callable invoker", "homepage": "https://github.com/PHP-DI/Invoker", "keywords": [ "callable", "dependency", "dependency-injection", "injection", "invoke", "invoker" ], "time": "2015-10-22 19:49:23" }, { "name": "php-di/php-di", "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/PHP-DI/PHP-DI.git", "reference": "f574bcc841201ab04587b1c6da1234d4044f67d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/f574bcc841201ab04587b1c6da1234d4044f67d8", "reference": "f574bcc841201ab04587b1c6da1234d4044f67d8", "shasum": "" }, "require": { "container-interop/container-interop": "~1.0", "php": ">=5.4.0", "php-di/invoker": "^1.1.1", "php-di/phpdoc-reader": "^2.0.1" }, "replace": { "mnapoli/php-di": "*" }, "require-dev": { "doctrine/annotations": "~1.2", "doctrine/cache": "~1.4", "mnapoli/phpunit-easymock": "~0.2.0", "ocramius/proxy-manager": "~1.0", "phpunit/phpunit": "~4.5" }, "suggest": { "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", "doctrine/cache": "Install it if you want to use the cache (version ~1.4)", "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0)" }, "type": "library", "autoload": { "psr-4": { "DI\\": "src/DI/" }, "files": [ "src/DI/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "The dependency injection container for humans", "homepage": "http://php-di.org/", "keywords": [ "container", "dependency injection", "di" ], "time": "2016-02-09 22:00:00" }, { "name": "php-di/phpdoc-reader", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/PHP-DI/PhpDocReader.git", "reference": "83f5ead159defccfa8e7092e5b6c1c533b326d68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/83f5ead159defccfa8e7092e5b6c1c533b326d68", "reference": "83f5ead159defccfa8e7092e5b6c1c533b326d68", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.6" }, "type": "library", "autoload": { "psr-4": { "PhpDocReader\\": "src/PhpDocReader" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", "keywords": [ "phpdoc", "reflection" ], "time": "2015-11-29 10:34:25" }, { "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": "puli/composer-plugin", "version": "1.0.0-beta9", "source": { "type": "git", "url": "https://github.com/puli/composer-plugin.git", "reference": "a807314893420bd6c33402e7e9b01448748f3618" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/puli/composer-plugin/zipball/a807314893420bd6c33402e7e9b01448748f3618", "reference": "a807314893420bd6c33402e7e9b01448748f3618", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": "^5.3.9|^7.0", "puli/discovery": "^1.0-beta9", "puli/repository": "^1.0-beta9", "puli/url-generator": "^1.0-beta4", "symfony/process": "^2.3|^3.0", "webmozart/assert": "^1.0", "webmozart/json": "^1.2.2", "webmozart/path-util": "^2.2" }, "require-dev": { "composer/composer": "^1.0-alpha10", "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1", "symfony/filesystem": "^2.3", "webmozart/glob": "^4.0" }, "type": "composer-plugin", "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "class": "Puli\\ComposerPlugin\\PuliPlugin" }, "autoload": { "psr-4": { "Puli\\ComposerPlugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Integrates Composer into the Puli package manager.", "homepage": "http://puli.io", "time": "2016-01-14 12:40:31" }, { "name": "puli/discovery", "version": "1.0.0-beta9", "source": { "type": "git", "url": "https://github.com/puli/discovery.git", "reference": "3fcb42bbbf27e7baa6d978c93be966ee4c2f6085" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/puli/discovery/zipball/3fcb42bbbf27e7baa6d978c93be966ee4c2f6085", "reference": "3fcb42bbbf27e7baa6d978c93be966ee4c2f6085", "shasum": "" }, "require": { "php": "^5.3.9|^7.0", "ramsey/uuid": "^2.8", "webmozart/assert": "^1.0", "webmozart/expression": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "puli/repository": "^1.0-beta9", "sebastian/version": "^1.0.1", "webmozart/json": "^1.2", "webmozart/key-value-store": "^1.0-beta7" }, "suggest": { "puli/repository": "to bind and discover Puli resources", "webmozart/json": "to use the JSON discovery", "webmozart/key-value-store": "to use the key-value store discovery" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Puli\\Discovery\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Publishes and discovers artifacts across Puli packages.", "homepage": "http://puli.io", "time": "2016-01-14 10:18:41" }, { "name": "puli/repository", "version": "1.0.0-beta10", "source": { "type": "git", "url": "https://github.com/puli/repository.git", "reference": "2b3136f62c81bf1d6f0fbdbda62c199524eab65d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/puli/repository/zipball/2b3136f62c81bf1d6f0fbdbda62c199524eab65d", "reference": "2b3136f62c81bf1d6f0fbdbda62c199524eab65d", "shasum": "" }, "require": { "php": "^5.3.9|^7.0", "psr/log": "^1.0", "webmozart/assert": "^1.0", "webmozart/glob": "^4.1", "webmozart/path-util": "^2.2" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1", "symfony/filesystem": "^2.0|^3.0", "webmozart/json": "^1.2.1", "webmozart/key-value-store": "^1.0-beta7" }, "suggest": { "symfony/filesystem": "to use the filesystem repository", "webmozart/json": "to use the JSON repositories", "webmozart/key-value-store": "to use the key-value store change stream" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Puli\\Repository\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A filesystem-like repository for storing arbitrary resources.", "homepage": "http://puli.io", "time": "2016-02-05 10:12:35" }, { "name": "puli/twig-extension", "version": "1.0.0-beta8", "source": { "type": "git", "url": "https://github.com/puli/twig-extension.git", "reference": "41972f1b7330bec8481fd5ea2c30f52afa381730" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/puli/twig-extension/zipball/41972f1b7330bec8481fd5ea2c30f52afa381730", "reference": "41972f1b7330bec8481fd5ea2c30f52afa381730", "shasum": "" }, "require": { "php": "^5.3.9|^7.0", "puli/repository": "^1.0-beta9", "twig/twig": "^1.20|^2.0", "webmozart/path-util": "^2.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "puli/discovery": "^1.0-beta9", "puli/url-generator": "^1.0-beta4", "sebastian/version": "^1.0.1", "symfony/http-kernel": "^2.3" }, "suggest": { "puli/url-generator": "to use the resource_url() function" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Puli\\TwigExtension\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A Puli extension for the Twig templating system.", "homepage": "http://puli.io", "time": "2016-01-14 12:44:30" }, { "name": "puli/url-generator", "version": "1.0.0-beta4", "source": { "type": "git", "url": "https://github.com/puli/url-generator.git", "reference": "b6c0bfb678dde9a2f8ece661f894c9f39e62dcc2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/puli/url-generator/zipball/b6c0bfb678dde9a2f8ece661f894c9f39e62dcc2", "reference": "b6c0bfb678dde9a2f8ece661f894c9f39e62dcc2", "shasum": "" }, "require": { "php": "^5.3.9|^7.0", "puli/discovery": "^1.0-beta9", "puli/repository": "^1.0-beta9", "webmozart/glob": "^4.0", "webmozart/path-util": "^2.3" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Puli\\UrlGenerator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Generates URLs for public Puli resources.", "homepage": "http://puli.io", "keywords": [ "asset", "public", "puli", "resource", "url" ], "time": "2016-01-14 10:30:17" }, { "name": "ramsey/uuid", "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "805d8e1894c52e5b1582e75ca8803a8d85650df9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/805d8e1894c52e5b1582e75ca8803a8d85650df9", "reference": "805d8e1894c52e5b1582e75ca8803a8d85650df9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "doctrine/dbal": ">=2.3", "jakub-onderka/php-parallel-lint": "^0.9.0", "moontoast/math": "~1.1", "phpunit/phpunit": "~4.1|~5.0", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "^2.3", "symfony/console": "~2.3|~3.0" }, "suggest": { "doctrine/dbal": "Allow the use of a UUID as doctrine field type.", "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).", "symfony/console": "Support for use of the bin/uuid command line tool." }, "bin": [ "bin/uuid" ], "type": "library", "autoload": { "psr-4": { "Rhumsaa\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Ben Ramsey", "homepage": "http://benramsey.com" } ], "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "time": "2015-12-17 16:54:24" }, { "name": "seld/jsonlint", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "66834d3e3566bb5798db7294619388786ae99394" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/66834d3e3566bb5798db7294619388786ae99394", "reference": "66834d3e3566bb5798db7294619388786ae99394", "shasum": "" }, "require": { "php": "^5.3 || ^7.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2015-11-21 02:21:41" }, { "name": "stratify/error-handler-module", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/stratifyphp/error-handler-module.git", "reference": "6b6567bdd39459ff19e384c53bb52453e0986677" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stratifyphp/error-handler-module/zipball/6b6567bdd39459ff19e384c53bb52453e0986677", "reference": "6b6567bdd39459ff19e384c53bb52453e0986677", "shasum": "" }, "require": { "filp/whoops": "^1.1", "psr/http-message": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Stratify\\ErrorHandlerModule\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "time": "2015-12-06 11:04:56" }, { "name": "stratify/framework", "version": "0.1.3", "source": { "type": "git", "url": "https://github.com/stratifyphp/framework.git", "reference": "ea6099677e67c08e31835bfd3488418484586de1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stratifyphp/framework/zipball/ea6099677e67c08e31835bfd3488418484586de1", "reference": "ea6099677e67c08e31835bfd3488418484586de1", "shasum": "" }, "require": { "php-di/php-di": "^5.0", "puli/composer-plugin": "^1.0", "puli/discovery": "^1.0", "puli/repository": "^1.0", "puli/url-generator": "^1.0", "stratify/error-handler-module": "~0.1.0", "stratify/http": "~0.1.0", "stratify/router": "~0.1.0" }, "require-dev": { "phpunit/phpunit": "^5.0@dev", "symfony/filesystem": "*" }, "type": "library", "autoload": { "psr-4": { "Stratify\\Framework\\": "src" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "time": "2015-10-30 23:05:14" }, { "name": "stratify/http", "version": "0.1.0", "source": { "type": "git", "url": "https://github.com/stratifyphp/http.git", "reference": "4358876b42c04f4682d90114a687b9e11fa68f51" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stratifyphp/http/zipball/4358876b42c04f4682d90114a687b9e11fa68f51", "reference": "4358876b42c04f4682d90114a687b9e11fa68f51", "shasum": "" }, "require": { "zendframework/zend-diactoros": "^1.1" }, "require-dev": { "phpunit/phpunit": "^5.0@dev" }, "type": "library", "autoload": { "psr-4": { "Stratify\\Http\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "time": "2015-09-01 16:44:29" }, { "name": "stratify/router", "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/stratifyphp/router.git", "reference": "2f92e65e3740000d56dacaf32230734e6f3c276d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stratifyphp/router/zipball/2f92e65e3740000d56dacaf32230734e6f3c276d", "reference": "2f92e65e3740000d56dacaf32230734e6f3c276d", "shasum": "" }, "require": { "aura/router": "^3.0", "psr/http-message": "^1.0", "stratify/http": "~0.1.0" }, "require-dev": { "phpunit/phpunit": "^5.1" }, "type": "library", "autoload": { "psr-4": { "Stratify\\Router\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "time": "2016-02-05 22:31:11" }, { "name": "stratify/twig-module", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/stratifyphp/twig-module.git", "reference": "5648ab9255e9a9f4b3aec1cbb4d56dd96b21164a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stratifyphp/twig-module/zipball/5648ab9255e9a9f4b3aec1cbb4d56dd96b21164a", "reference": "5648ab9255e9a9f4b3aec1cbb4d56dd96b21164a", "shasum": "" }, "require": { "php-di/php-di": "^5.0", "puli/repository": "^1.0", "puli/twig-extension": "^1.0", "puli/url-generator": "^1.0", "stratify/router": "~0.1.0", "twig/twig": "^1.21" }, "require-dev": { "phpunit/phpunit": "^5.0@dev" }, "type": "library", "autoload": { "psr-4": { "Stratify\\TwigModule\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "time": "2015-09-10 11:33:43" }, { "name": "symfony/console", "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/d0239fb42f98dd02e7d342f793c5d2cdee0c478d", "reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/process": "~2.1|~3.0.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "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 Console Component", "homepage": "https://symfony.com", "time": "2016-01-14 08:33:16" }, { "name": "symfony/event-dispatcher", "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "ee278f7c851533e58ca307f66305ccb9188aceda" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda", "reference": "ee278f7c851533e58ca307f66305ccb9188aceda", "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-01-13 10:28:07" }, { "name": "symfony/filesystem", "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/637b64d0ee10f44ae98dbad651b1ecdf35a11e8c", "reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "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 Filesystem Component", "homepage": "https://symfony.com", "time": "2016-01-13 10:28:07" }, { "name": "symfony/finder", "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "c90fabdd97e431ee19b6383999cf35334dff27da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/c90fabdd97e431ee19b6383999cf35334dff27da", "reference": "c90fabdd97e431ee19b6383999cf35334dff27da", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "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 Finder Component", "homepage": "https://symfony.com", "time": "2016-01-14 08:26:52" }, { "name": "symfony/polyfill-mbstring", "version": "v1.1.0", "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" }, { "name": "symfony/process", "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "dfecef47506179db2501430e732adbf3793099c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/dfecef47506179db2501430e732adbf3793099c8", "reference": "dfecef47506179db2501430e732adbf3793099c8", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "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 Process Component", "homepage": "https://symfony.com", "time": "2016-02-02 13:44:19" }, { "name": "twig/twig", "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.24-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": "2016-01-25 21:22:18" }, { "name": "webmozart/assert", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2015-08-24 13:29:44" }, { "name": "webmozart/expression", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/webmozart/expression.git", "reference": "35c222fc49533894228e1240cc844ae91d6a9ef2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/expression/zipball/35c222fc49533894228e1240cc844ae91d6a9ef2", "reference": "35c222fc49533894228e1240cc844ae91d6a9ef2", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Webmozart\\Expression\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Formulate expressions and search criteria using PHP objects.", "keywords": [ "criteria", "expression", "filter", "formula" ], "time": "2015-12-17 10:43:13" }, { "name": "webmozart/glob", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/webmozart/glob.git", "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe", "shasum": "" }, "require": { "php": "^5.3.3|^7.0", "webmozart/path-util": "^2.2" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1", "symfony/filesystem": "^2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Webmozart\\Glob\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A PHP implementation of Ant's glob.", "time": "2015-12-29 11:14:33" }, { "name": "webmozart/json", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/webmozart/json.git", "reference": "a1fb3da904b8364e3db47eed68f76bfb6cd0031a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/json/zipball/a1fb3da904b8364e3db47eed68f76bfb6cd0031a", "reference": "a1fb3da904b8364e3db47eed68f76bfb6cd0031a", "shasum": "" }, "require": { "justinrainbow/json-schema": "^1.6", "php": "^5.3.3|^7.0", "seld/jsonlint": "^1.0", "webmozart/path-util": "^2.3" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1", "symfony/filesystem": "^2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Webmozart\\Json\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A robust JSON decoder/encoder with support for schema validation.", "time": "2016-01-14 12:11:46" }, { "name": "webmozart/path-util", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/path-util.git", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "shasum": "" }, "require": { "php": ">=5.3.3", "webmozart/assert": "~1.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\PathUtil\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", "time": "2015-12-17 08:42:14" }, { "name": "zendframework/zend-diactoros", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", "reference": "4d54fde709664562eb63356f0250d527824d05de" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/4d54fde709664562eb63356f0250d527824d05de", "reference": "4d54fde709664562eb63356f0250d527824d05de", "shasum": "" }, "require": { "php": ">=5.4", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "~1.0.0" }, "require-dev": { "phpunit/phpunit": "~4.6", "squizlabs/php_codesniffer": "^2.3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev", "dev-develop": "1.4-dev" } }, "autoload": { "psr-4": { "Zend\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://github.com/zendframework/zend-diactoros", "keywords": [ "http", "psr", "psr-7" ], "time": "2016-01-04 21:37:32" } ], "packages-dev": [], "aliases": [], "minimum-stability": "beta", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.0", "ext-gd": "*" }, "platform-dev": [] }