{ "_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" ], "content-hash": "131ab83ecb1ea3d1a431cc70b5092448", "packages": [ { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "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.)", "homepage": "https://github.com/container-interop/container-interop", "time": "2017-02-14T19:40:03+00:00" }, { "name": "doctrine/inflector", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "5527a48b7313d15261292c149e55e26eae771b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", "reference": "5527a48b7313d15261292c149e55e26eae771b0a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "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": "2018-01-09T20:05:19+00:00" }, { "name": "http-interop/http-factory", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/http-interop/http-factory.git", "reference": "c2587cc0a6f74987fefb5b8074acfd32c69a4b0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/http-interop/http-factory/zipball/c2587cc0a6f74987fefb5b8074acfd32c69a4b0f", "reference": "c2587cc0a6f74987fefb5b8074acfd32c69a4b0f", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Interop\\Http\\Factory\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "time": "2017-03-24T14:48:51+00:00" }, { "name": "illuminate/container", "version": "v5.6.27", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "1f0757cae8749400aeda730f6438a081fc3c082d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/1f0757cae8749400aeda730f6438a081fc3c082d", "reference": "1f0757cae8749400aeda730f6438a081fc3c082d", "shasum": "" }, "require": { "illuminate/contracts": "5.6.*", "php": "^7.1.3", "psr/container": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.6-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": "2018-05-24T13:16:56+00:00" }, { "name": "illuminate/contracts", "version": "v5.6.27", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "3dc639feabe0f302f574157a782ede323881a944" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/3dc639feabe0f302f574157a782ede323881a944", "reference": "3dc639feabe0f302f574157a782ede323881a944", "shasum": "" }, "require": { "php": "^7.1.3", "psr/container": "~1.0", "psr/simple-cache": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.6-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": "2018-05-11T23:38:58+00:00" }, { "name": "illuminate/events", "version": "v5.6.27", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/b6e73ed40478cef2ef98d5ddb27f333291606cea", "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea", "shasum": "" }, "require": { "illuminate/container": "5.6.*", "illuminate/contracts": "5.6.*", "illuminate/support": "5.6.*", "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.6-dev" } }, "autoload": { "psr-4": { "Illuminate\\Events\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Events package.", "homepage": "https://laravel.com", "time": "2018-02-26T19:00:55+00:00" }, { "name": "illuminate/filesystem", "version": "v5.6.27", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "2677365f61c66fad13ff12a37cd4fa8aaeb048d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/2677365f61c66fad13ff12a37cd4fa8aaeb048d2", "reference": "2677365f61c66fad13ff12a37cd4fa8aaeb048d2", "shasum": "" }, "require": { "illuminate/contracts": "5.6.*", "illuminate/support": "5.6.*", "php": "^7.1.3", "symfony/finder": "~4.0" }, "suggest": { "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.6-dev" } }, "autoload": { "psr-4": { "Illuminate\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Filesystem package.", "homepage": "https://laravel.com", "time": "2018-07-07T14:54:27+00:00" }, { "name": "illuminate/support", "version": "v5.6.27", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "97ca44c95392ce0a41749fa47b953734d88b94b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/97ca44c95392ce0a41749fa47b953734d88b94b1", "reference": "97ca44c95392ce0a41749fa47b953734d88b94b1", "shasum": "" }, "require": { "doctrine/inflector": "~1.1", "ext-mbstring": "*", "illuminate/contracts": "5.6.*", "nesbot/carbon": "^1.24.1", "php": "^7.1.3" }, "conflict": { "tightenco/collect": "<5.5.33" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.6.*).", "ramsey/uuid": "Required to use Str::uuid() (^3.7).", "symfony/process": "Required to use the composer class (~4.0).", "symfony/var-dumper": "Required to use the dd function (~4.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.6-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": "2018-07-04T01:23:57+00:00" }, { "name": "illuminate/view", "version": "v5.6.27", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", "reference": "625c35e8942f0ecd467acb8db8daf8449390d559" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/view/zipball/625c35e8942f0ecd467acb8db8daf8449390d559", "reference": "625c35e8942f0ecd467acb8db8daf8449390d559", "shasum": "" }, "require": { "illuminate/container": "5.6.*", "illuminate/contracts": "5.6.*", "illuminate/events": "5.6.*", "illuminate/filesystem": "5.6.*", "illuminate/support": "5.6.*", "php": "^7.1.3", "symfony/debug": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.6-dev" } }, "autoload": { "psr-4": { "Illuminate\\View\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate View package.", "homepage": "https://laravel.com", "time": "2018-07-06T14:55:12+00:00" }, { "name": "morris/lessql", "version": "v0.3.5", "source": { "type": "git", "url": "https://github.com/morris/lessql.git", "reference": "338966185fc052e7ee769360d19950cf90c0fd42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/morris/lessql/zipball/338966185fc052e7ee769360d19950cf90c0fd42", "reference": "338966185fc052e7ee769360d19950cf90c0fd42", "shasum": "" }, "require": { "php": ">=5.3.4" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "phpunit/phpunit": "~4.6" }, "type": "library", "autoload": { "psr-0": { "": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Morris Brodersen", "homepage": "https://morrisbrodersen.de" } ], "description": "LessQL: The agile PHP ORM alternative", "homepage": "https://github.com/morris/lessql", "keywords": [ "database", "notorm", "orm", "pdo", "sql" ], "time": "2018-01-27T13:18:21+00:00" }, { "name": "neomerx/cors-psr7", "version": "v1.0.13", "source": { "type": "git", "url": "https://github.com/neomerx/cors-psr7.git", "reference": "2556e2013f16a55532c95928455257d5b6bbc6e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/neomerx/cors-psr7/zipball/2556e2013f16a55532c95928455257d5b6bbc6e2", "reference": "2556e2013f16a55532c95928455257d5b6bbc6e2", "shasum": "" }, "require": { "php": ">=5.6.0", "psr/http-message": "^1.0", "psr/log": "^1.0" }, "require-dev": { "mockery/mockery": "^1.0", "phpunit/phpunit": "^5.7", "scrutinizer/ocular": "^1.1", "squizlabs/php_codesniffer": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Neomerx\\Cors\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "neomerx", "email": "info@neomerx.com" } ], "description": "Framework agnostic (PSR-7) CORS implementation (www.w3.org/TR/cors/)", "homepage": "https://github.com/neomerx/cors-psr7", "keywords": [ "Cross Origin Resource Sharing", "Cross-Origin Resource Sharing", "cors", "neomerx", "psr-7", "psr7", "w3.org", "www.w3.org" ], "time": "2018-05-23T16:10:11+00:00" }, { "name": "nesbot/carbon", "version": "1.32.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/64563e2b9f69e4db1b82a60e81efa327a30ff343", "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/translation": "~2.6 || ~3.0 || ~4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2", "phpunit/phpunit": "^4.8.35 || ^5.7" }, "type": "library", "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } }, "autoload": { "psr-4": { "": "src/" } }, "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": "2018-07-05T06:59:26+00:00" }, { "name": "nikic/fast-route", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "181d480e08d9476e61381e04a71b34dc0432e812" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", "reference": "181d480e08d9476e61381e04a71b34dc0432e812", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35|~5.7" }, "type": "library", "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "time": "2018-02-13T20:26:39+00:00" }, { "name": "pavlakis/slim-cli", "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/pavlakis/slim-cli.git", "reference": "603933a54e391b3c70c573206cce543b75d8b1db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pavlakis/slim-cli/zipball/603933a54e391b3c70c573206cce543b75d8b1db", "reference": "603933a54e391b3c70c573206cce543b75d8b1db", "shasum": "" }, "require": { "php": "^5.5|^5.6|^7.0|^7.1" }, "require-dev": { "phpunit/phpunit": "^4.0", "slim/slim": "^3.0" }, "type": "library", "autoload": { "psr-4": { "pavlakis\\cli\\tests\\": "tests/phpunit", "pavlakis\\cli\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Antonis Pavlakis", "email": "adoni@pavlakis.info", "homepage": "http://pavlakis.info" } ], "description": "Making a mock GET request through the CLI and enabling the same application entry point on CLI scripts.", "homepage": "http://github.com/pavlakis/slim-cli", "keywords": [ "cli", "framework", "middleware", "slim" ], "time": "2017-01-30T22:50:06+00:00" }, { "name": "philo/laravel-blade", "version": "v3.1", "source": { "type": "git", "url": "https://github.com/PhiloNL/Laravel-Blade.git", "reference": "3f0ce2ee198604c53c25188110e6d7b5e887527a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhiloNL/Laravel-Blade/zipball/3f0ce2ee198604c53c25188110e6d7b5e887527a", "reference": "3f0ce2ee198604c53c25188110e6d7b5e887527a", "shasum": "" }, "require": { "illuminate/events": "~5", "illuminate/view": "~5" }, "type": "library", "autoload": { "psr-4": { "Philo\\Blade\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Philo Hermans", "email": "me@philohermans.com" } ], "description": "Use the simple and yet powerful Laravel Blade templating engine as a standalone component.", "keywords": [ "blade", "laravel" ], "time": "2015-12-04T09:42:42+00:00" }, { "name": "pimple/pimple", "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/container": "^1.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2018-01-21T07:42:36+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "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-06T14:39:51+00:00" }, { "name": "psr/http-server-handler", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-server-handler.git", "reference": "439d92054dc06097f2406ec074a2627839955a02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/439d92054dc06097f2406ec074a2627839955a02", "reference": "439d92054dc06097f2406ec074a2627839955a02", "shasum": "" }, "require": { "php": ">=7.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP server-side request handler", "keywords": [ "handler", "http", "http-interop", "psr", "psr-15", "psr-7", "request", "response", "server" ], "time": "2018-01-22T17:04:15+00:00" }, { "name": "psr/http-server-middleware", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-server-middleware.git", "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/ea17eb1fb2c8df6db919cc578451a8013c6a0ae5", "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5", "shasum": "" }, "require": { "php": ">=7.0", "psr/http-message": "^1.0", "psr/http-server-handler": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP server-side middleware", "keywords": [ "http", "http-interop", "middleware", "psr", "psr-15", "psr-7", "request", "response" ], "time": "2018-01-22T17:08:31+00:00" }, { "name": "psr/log", "version": "1.0.2", "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-10T12:19:37+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "time": "2017-10-23T01:57:42+00:00" }, { "name": "rubellum/slim-blade-view", "version": "0.1.1", "source": { "type": "git", "url": "https://github.com/rubellum/Slim-Blade-View.git", "reference": "9cdea69285acbf712463b38a9bb0b5ce23c4c98c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rubellum/Slim-Blade-View/zipball/9cdea69285acbf712463b38a9bb0b5ce23c4c98c", "reference": "9cdea69285acbf712463b38a9bb0b5ce23c4c98c", "shasum": "" }, "require": { "illuminate/view": "5.*", "philo/laravel-blade": "3.*", "psr/http-message": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.0", "slim/slim": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Slim\\Views\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Hiroaki Matsuura", "email": "hiropeke.jp@gmail.com" } ], "description": "Slim Framework 3 view helper built on the Blade component", "keywords": [ "blade", "framework", "renderer", "slim", "template", "view" ], "time": "2016-03-11T02:32:00+00:00" }, { "name": "slim/slim", "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "nikic/fast-route": "^1.0", "php": ">=5.5.0", "pimple/pimple": "^3.0", "psr/container": "^1.0", "psr/http-message": "^1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^2.5" }, "type": "library", "autoload": { "psr-4": { "Slim\\": "Slim" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Allen", "email": "rob@akrabat.com", "homepage": "http://akrabat.com" }, { "name": "Josh Lockhart", "email": "hello@joshlockhart.com", "homepage": "https://joshlockhart.com" }, { "name": "Gabriel Manricks", "email": "gmanricks@me.com", "homepage": "http://gabrielmanricks.com" }, { "name": "Andrew Smith", "email": "a.smith@silentworks.co.uk", "homepage": "http://silentworks.co.uk" } ], "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", "homepage": "https://slimframework.com", "keywords": [ "api", "framework", "micro", "router" ], "time": "2018-04-19T19:29:08+00:00" }, { "name": "symfony/debug", "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d", "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d", "shasum": "" }, "require": { "php": "^7.1.3", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": "<3.4" }, "require-dev": { "symfony/http-kernel": "~3.4|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-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": "2018-06-08T09:39:36+00:00" }, { "name": "symfony/finder", "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb", "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-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": "2018-06-19T21:38:16+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "3296adf6a6454a050679cde90f95350ad604b171" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", "reference": "3296adf6a6454a050679cde90f95350ad604b171", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-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": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/translation", "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/b6d8164085ee0b6debcd1b7a131fd6f63bb04854", "reference": "b6d8164085ee0b6debcd1b7a131fd6f63bb04854", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<3.4", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.4|~4.0", "symfony/console": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/intl": "~3.4|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-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": "2018-06-22T08:59:39+00:00" }, { "name": "tuupola/callable-handler", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/tuupola/callable-handler.git", "reference": "5141efa1e974687a3fa53338811a988198f50662" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tuupola/callable-handler/zipball/5141efa1e974687a3fa53338811a988198f50662", "reference": "5141efa1e974687a3fa53338811a988198f50662", "shasum": "" }, "require": { "php": "^7.0", "psr/http-server-middleware": "^1.0" }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.4.4", "overtrue/phplint": "^1.0", "phpunit/phpunit": "^6.5", "squizlabs/php_codesniffer": "^3.2", "tuupola/http-factory": "^0.3.0", "zendframework/zend-diactoros": "^1.6" }, "type": "library", "autoload": { "psr-4": { "Tuupola\\Middleware\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mika Tuupola", "email": "tuupola@appelsiini.net", "homepage": "https://appelsiini.net/", "role": "Developer" } ], "description": "Compatibility layer for PSR-7 double pass and PSR-15 middlewares.", "homepage": "https://github.com/tuupola/callable-handler", "keywords": [ "middleware", "psr-15", "psr-7" ], "time": "2018-01-23T04:07:25+00:00" }, { "name": "tuupola/cors-middleware", "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/tuupola/cors-middleware.git", "reference": "b0e2b7acacf22acae6ba029ee424fd6c073bb443" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/b0e2b7acacf22acae6ba029ee424fd6c073bb443", "reference": "b0e2b7acacf22acae6ba029ee424fd6c073bb443", "shasum": "" }, "require": { "neomerx/cors-psr7": "^1.0", "php": "^7.1", "psr/http-server-middleware": "^1.0", "tuupola/callable-handler": "^0.3.0", "tuupola/http-factory": "^0.3.0" }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.4.4", "equip/dispatch": "dev-approved-psr15 as 1.0.x-dev", "overtrue/phplint": "^1.0", "phpunit/phpunit": "^6.5", "squizlabs/php_codesniffer": "^3.2", "zendframework/zend-diactoros": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Tuupola\\Middleware\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mika Tuupola", "email": "tuupola@appelsiini.net", "homepage": "http://www.appelsiini.net/", "role": "Developer" } ], "description": "PSR-7 and PSR-15 CORS middleware", "homepage": "https://github.com/tuupola/cors-middleware", "keywords": [ "cors", "middleware", "psr-15", "psr-7" ], "time": "2018-01-25T02:29:07+00:00" }, { "name": "tuupola/http-factory", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/tuupola/http-factory.git", "reference": "57b2e19ff3f4af0bbee4e31fd282689be351f1ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tuupola/http-factory/zipball/57b2e19ff3f4af0bbee4e31fd282689be351f1ad", "reference": "57b2e19ff3f4af0bbee4e31fd282689be351f1ad", "shasum": "" }, "require": { "http-interop/http-factory": "^0.3.0" }, "require-dev": { "http-interop/http-factory-tests": "^0.3.0", "overtrue/phplint": "^0.2.1", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Tuupola\\Http\\Factory\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mika Tuupola", "email": "tuupola@appelsiini.net", "homepage": "http://www.appelsiini.net/", "role": "Developer" } ], "description": "Lightweight autodiscovering PSR-17 HTTP factories", "homepage": "https://github.com/tuupola/http-factory", "keywords": [ "http", "psr-17", "psr-7" ], "time": "2017-07-15T22:03:15+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.2" }, "platform-dev": [] }