{ "_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": "c878f5ed68a7d6d88c4089aa1ec64b32", "content-hash": "1e778f2bf682cbbd5f53a98aa5068994", "packages": [ { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/803a2ed9fea02f9ca47cd45395089fe78769a392", "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "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": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2016-05-12 17:23:41" }, { "name": "getherbert/framework", "version": "0.9.13", "source": { "type": "git", "url": "https://github.com/getherbert/framework.git", "reference": "c68ef048c15b376ba7c652cec3915d3b9bfa0edb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getherbert/framework/zipball/c68ef048c15b376ba7c652cec3915d3b9bfa0edb", "reference": "c68ef048c15b376ba7c652cec3915d3b9bfa0edb", "shasum": "" }, "require": { "illuminate/database": "~5.0", "illuminate/http": "~5.0", "symfony/var-dumper": "~3.0", "twig/twig": "~1.16", "vierbergenlars/php-semver": "~3.0" }, "type": "library", "autoload": { "psr-4": { "Herbert\\Framework\\": "Herbert/Framework/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Herbert", "time": "2015-07-28 18:15:01" }, { "name": "guzzlehttp/guzzle", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "0118099daf4afd2ab648efedf8790645315aa6c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0118099daf4afd2ab648efedf8790645315aa6c4", "reference": "0118099daf4afd2ab648efedf8790645315aa6c4", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.3.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0", "psr/log": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-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": "2016-10-28 00:09:06" }, { "name": "guzzlehttp/promises", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", "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-05-18 16:56:05" }, { "name": "guzzlehttp/psr7", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "64862e854f876bc5aee2996cab2f552db8586065" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/64862e854f876bc5aee2996cab2f552db8586065", "reference": "64862e854f876bc5aee2996cab2f552db8586065", "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.4-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" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "request", "response", "stream", "uri", "url" ], "time": "2016-08-03 09:33:34" }, { "name": "illuminate/container", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "e4c0e7450e42c93459cb1eeecf1f0905656bec7a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/e4c0e7450e42c93459cb1eeecf1f0905656bec7a", "reference": "e4c0e7450e42c93459cb1eeecf1f0905656bec7a", "shasum": "" }, "require": { "illuminate/contracts": "5.4.*", "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", "time": "2016-10-05 19:36:01" }, { "name": "illuminate/contracts", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "0c5741a1b9b7b1ed75d0694bbf91ede5656be03b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/0c5741a1b9b7b1ed75d0694bbf91ede5656be03b", "reference": "0c5741a1b9b7b1ed75d0694bbf91ede5656be03b", "shasum": "" }, "require": { "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", "time": "2016-10-28 14:27:40" }, { "name": "illuminate/database", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "fd0791fef69f237bd4781f482606bbd1850be90f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/fd0791fef69f237bd4781f482606bbd1850be90f", "reference": "fd0791fef69f237bd4781f482606bbd1850be90f", "shasum": "" }, "require": { "illuminate/container": "5.4.*", "illuminate/contracts": "5.4.*", "illuminate/support": "5.4.*", "nesbot/carbon": "~1.20", "php": ">=5.6.4" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", "illuminate/console": "Required to use the database commands (5.4.*).", "illuminate/events": "Required to use the observers with Eloquent (5.4.*).", "illuminate/filesystem": "Required to use the migrations (5.4.*).", "illuminate/pagination": "Required to paginate the result set (5.4.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Database package.", "homepage": "https://laravel.com", "keywords": [ "database", "laravel", "orm", "sql" ], "time": "2016-10-28 14:27:40" }, { "name": "illuminate/http", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/http.git", "reference": "b532989dc4d2d4a6f930b9c9e7da5a66805c8653" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/http/zipball/b532989dc4d2d4a6f930b9c9e7da5a66805c8653", "reference": "b532989dc4d2d4a6f930b9c9e7da5a66805c8653", "shasum": "" }, "require": { "illuminate/session": "5.4.*", "illuminate/support": "5.4.*", "php": ">=5.6.4", "symfony/http-foundation": "3.2.*", "symfony/http-kernel": "3.2.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Http\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Http package.", "homepage": "https://laravel.com", "time": "2016-10-05 19:36:01" }, { "name": "illuminate/session", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/session.git", "reference": "09365409be6f9ec909576f2cce38bb7e231d1001" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/session/zipball/09365409be6f9ec909576f2cce38bb7e231d1001", "reference": "09365409be6f9ec909576f2cce38bb7e231d1001", "shasum": "" }, "require": { "illuminate/contracts": "5.4.*", "illuminate/support": "5.4.*", "nesbot/carbon": "~1.20", "php": ">=5.6.4", "symfony/finder": "3.2.*", "symfony/http-foundation": "3.2.*" }, "suggest": { "illuminate/console": "Required to use the session:table command (5.4.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Session\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Session package.", "homepage": "https://laravel.com", "time": "2016-10-26 13:26:49" }, { "name": "illuminate/support", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "06e2d14d3bc50293c5799638029497266706f28f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/06e2d14d3bc50293c5799638029497266706f28f", "reference": "06e2d14d3bc50293c5799638029497266706f28f", "shasum": "" }, "require": { "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.4.*", "paragonie/random_compat": "~1.4|~2.0", "php": ">=5.6.4" }, "replace": { "tightenco/collect": "self.version" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "symfony/process": "Required to use the composer class (3.2.*).", "symfony/var-dumper": "Required to use the dd function (3.2.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", "time": "2016-10-26 13:26:49" }, { "name": "nesbot/carbon", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "7a026991092624a245d300685ce09ff5b4d110e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7a026991092624a245d300685ce09ff5b4d110e0", "reference": "7a026991092624a245d300685ce09ff5b4d110e0", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6|~3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.11", "phpunit/phpunit": "~4.0|~5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.22-dev" } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2016-07-22 14:20:35" }, { "name": "paragonie/random_compat", "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "c0125896dbb151380ab47e96c621741e79623beb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c0125896dbb151380ab47e96c621741e79623beb", "reference": "c0125896dbb151380ab47e96c621741e79623beb", "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-10-17 15:23:22" }, { "name": "paypal/rest-api-sdk-php", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/paypal/PayPal-PHP-SDK.git", "reference": "f87c4306cccf31be9acea71a55c4978a7f77afcf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/f87c4306cccf31be9acea71a55c4978a7f77afcf", "reference": "f87c4306cccf31be9acea71a55c4978a7f77afcf", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "php": ">=5.3.0", "psr/log": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "psr-0": { "PayPal": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "PayPal", "homepage": "https://github.com/paypal/rest-api-sdk-php/contributors" } ], "description": "PayPal's PHP SDK for REST APIs", "homepage": "http://paypal.github.io/PayPal-PHP-SDK/", "keywords": [ "payments", "paypal", "rest", "sdk" ], "time": "2016-10-27 21:14:38" }, { "name": "psr/http-message", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "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", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06 14:39:51" }, { "name": "psr/log", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "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", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10 12:19:37" }, { "name": "symfony/debug", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "e6688db8d93472b5fce48b05fadf566a2520da5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/e6688db8d93472b5fce48b05fadf566a2520da5e", "reference": "e6688db8d93472b5fce48b05fadf566a2520da5e", "shasum": "" }, "require": { "php": ">=5.5.9", "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.8|~3.0", "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com", "time": "2016-10-25 13:27:26" }, { "name": "symfony/event-dispatcher", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e8f47a327c2f0fd5aa04fa60af2b693006ed7283", "reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/dependency-injection": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-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-10-13 06:29:04" }, { "name": "symfony/finder", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "df6823821a90eec42c3040b4b06ba8b2af89ae30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/df6823821a90eec42c3040b4b06ba8b2af89ae30", "reference": "df6823821a90eec42c3040b4b06ba8b2af89ae30", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-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-09-28 00:11:20" }, { "name": "symfony/http-foundation", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "1457a889ff1ba1531853cddb3244539c81921efe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1457a889ff1ba1531853cddb3244539c81921efe", "reference": "1457a889ff1ba1531853cddb3244539c81921efe", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "symfony/expression-language": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2016-10-24 15:52:51" }, { "name": "symfony/http-kernel", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "67992ddbd632f1d0f4497814f6182c07b250c5e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/67992ddbd632f1d0f4497814f6182c07b250c5e8", "reference": "67992ddbd632f1d0f4497814f6182c07b250c5e8", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0", "symfony/debug": "~2.8|~3.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "symfony/browser-kit": "~2.8|~3.0", "symfony/class-loader": "~2.8|~3.0", "symfony/config": "~2.8|~3.0", "symfony/console": "~2.8|~3.0", "symfony/css-selector": "~2.8|~3.0", "symfony/dependency-injection": "~2.8|~3.0", "symfony/dom-crawler": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0", "symfony/process": "~2.8|~3.0", "symfony/routing": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0", "symfony/templating": "~2.8|~3.0", "symfony/translation": "~2.8|~3.0", "symfony/var-dumper": "~3.2" }, "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": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 HttpKernel Component", "homepage": "https://symfony.com", "time": "2016-10-27 04:11:23" }, { "name": "symfony/polyfill-mbstring", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c", "reference": "53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-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-08-30 17:06:17" }, { "name": "symfony/translation", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "7f401e7c2a499dfb6bbfac25c76f614e3ed4904b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/7f401e7c2a499dfb6bbfac25c76f614e3ed4904b", "reference": "7f401e7c2a499dfb6bbfac25c76f614e3ed4904b", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/intl": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 Translation Component", "homepage": "https://symfony.com", "time": "2016-10-18 04:30:21" }, { "name": "symfony/var-dumper", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "9fb6cf9a3cbe0e9dc1419b7306766ba3e6d6adac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9fb6cf9a3cbe0e9dc1419b7306766ba3e6d6adac", "reference": "9fb6cf9a3cbe0e9dc1419b7306766ba3e6d6adac", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "twig/twig": "~1.20|~2.0" }, "suggest": { "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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": "2016-10-27 11:47:11" }, { "name": "twig/twig", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "eeeb1c35f8ace746949ebb469d548d60582c23d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/eeeb1c35f8ace746949ebb469d548d60582c23d2", "reference": "eeeb1c35f8ace746949ebb469d548d60582c23d2", "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.27-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-10-28 14:39:51" }, { "name": "vierbergenlars/php-semver", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/vierbergenlars/php-semver.git", "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1", "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "simpletest/simpletest": "1.1.*" }, "bin": [ "bin/semver", "bin/update-versions" ], "type": "library", "autoload": { "psr-0": { "vierbergenlars\\SemVer\\": "src/", "vierbergenlars\\LibJs\\": "src/" }, "classmap": [ "src/vierbergenlars/SemVer/internal.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Vierbergen", "email": "vierbergenlars@gmail.com" } ], "description": "The Semantic Versioner for PHP", "keywords": [ "semantic", "semver", "versioning" ], "time": "2015-05-02 19:28:54" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }