{ "_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": "be5b234e99be868bf64b95da68ff3768", "packages": [ { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "1cec3f8a6ecb1874257dff9bf9a6e03bcb34a390" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/1cec3f8a6ecb1874257dff9bf9a6e03bcb34a390", "reference": "1cec3f8a6ecb1874257dff9bf9a6e03bcb34a390", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^4.0", "phpstan/phpstan": "^0.9.2", "phpstan/phpstan-strict-rules": "^0.9", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.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-06-07 20:35:27" }, { "name": "guzzlehttp/guzzle", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "0773d442aa96baf19d7195f14ba6e9c2da11f8ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0773d442aa96baf19d7195f14ba6e9c2da11f8ed", "reference": "0773d442aa96baf19d7195f14ba6e9c2da11f8ed", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-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": "2018-04-23 13:18:18" }, { "name": "guzzlehttp/promises", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "136531aa4e42f9b1971a47fb0faf60da00d2fefa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/136531aa4e42f9b1971a47fb0faf60da00d2fefa", "reference": "136531aa4e42f9b1971a47fb0faf60da00d2fefa", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-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": "2018-03-25 01:26:01" }, { "name": "guzzlehttp/psr7", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "58f6e264ef0e4107c8b3d15a9c2e653b2bce0b4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/58f6e264ef0e4107c8b3d15a9c2e653b2bce0b4d", "reference": "58f6e264ef0e4107c8b3d15a9c2e653b2bce0b4d", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-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": "2018-06-08 08:55:26" }, { "name": "illuminate/container", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "b2adca648536dfdfc13c2b93a2d717149794b682" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/b2adca648536dfdfc13c2b93a2d717149794b682", "reference": "b2adca648536dfdfc13c2b93a2d717149794b682", "shasum": "" }, "require": { "illuminate/contracts": "5.7.*", "php": "^7.1.3", "psr/container": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.7-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-28 08:50:10" }, { "name": "illuminate/contracts", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "f91337318e3d34b80d7a0a1fd79618a9649a3b05" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/f91337318e3d34b80d7a0a1fd79618a9649a3b05", "reference": "f91337318e3d34b80d7a0a1fd79618a9649a3b05", "shasum": "" }, "require": { "php": "^7.1.3", "psr/container": "^1.0", "psr/simple-cache": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.7-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-22 14:50:29" }, { "name": "illuminate/database", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "aa3514cf721785b0523f8e5eb52d337517ab3d90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/aa3514cf721785b0523f8e5eb52d337517ab3d90", "reference": "aa3514cf721785b0523f8e5eb52d337517ab3d90", "shasum": "" }, "require": { "illuminate/container": "5.7.*", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", "php": "^7.1.3" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", "illuminate/console": "Required to use the database commands (5.7.*).", "illuminate/events": "Required to use the observers with Eloquent (5.7.*).", "illuminate/filesystem": "Required to use the migrations (5.7.*).", "illuminate/pagination": "Required to paginate the result set (5.7.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.7-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": "2018-06-12 15:08:43" }, { "name": "illuminate/filesystem", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "9fd818abe70e3be904602cdd6b9ee689077a6582" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/9fd818abe70e3be904602cdd6b9ee689077a6582", "reference": "9fd818abe70e3be904602cdd6b9ee689077a6582", "shasum": "" }, "require": { "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", "php": "^7.1.3", "symfony/finder": "^4.1" }, "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.7-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-06-12 14:27:49" }, { "name": "illuminate/http", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/http.git", "reference": "111dcc759276346028ebe64fe86ae9848c087a9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/http/zipball/111dcc759276346028ebe64fe86ae9848c087a9d", "reference": "111dcc759276346028ebe64fe86ae9848c087a9d", "shasum": "" }, "require": { "illuminate/session": "5.7.*", "illuminate/support": "5.7.*", "php": "^7.1.3", "symfony/http-foundation": "^4.1", "symfony/http-kernel": "^4.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.7-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": "2018-05-28 08:50:10" }, { "name": "illuminate/session", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/session.git", "reference": "cac8625b3fd2d5b5fde197c3213b69e3ffe9ac3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/session/zipball/cac8625b3fd2d5b5fde197c3213b69e3ffe9ac3d", "reference": "cac8625b3fd2d5b5fde197c3213b69e3ffe9ac3d", "shasum": "" }, "require": { "illuminate/contracts": "5.7.*", "illuminate/filesystem": "5.7.*", "illuminate/support": "5.7.*", "php": "^7.1.3", "symfony/finder": "^4.1", "symfony/http-foundation": "^4.1" }, "suggest": { "illuminate/console": "Required to use the session:table command (5.7.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.7-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": "2018-03-10 15:46:11" }, { "name": "illuminate/support", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "e31da6aa82dc5fa138ba338e6fe594407a8556b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/e31da6aa82dc5fa138ba338e6fe594407a8556b5", "reference": "e31da6aa82dc5fa138ba338e6fe594407a8556b5", "shasum": "" }, "require": { "doctrine/inflector": "^1.1", "ext-mbstring": "*", "illuminate/contracts": "5.7.*", "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.7.*).", "ramsey/uuid": "Required to use Str::uuid() (^3.7).", "symfony/process": "Required to use the composer class (^4.1).", "symfony/var-dumper": "Required to use the dd function (^4.1)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.7-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-06-12 15:08:43" }, { "name": "jenssegers/model", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/jenssegers/model.git", "reference": "2d8d7c813632b86734b3ff094333d500278e39e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jenssegers/model/zipball/2d8d7c813632b86734b3ff094333d500278e39e9", "reference": "2d8d7c813632b86734b3ff094333d500278e39e9", "shasum": "" }, "require": { "illuminate/contracts": "^5.0", "illuminate/support": "^4.0|^5.0", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0|^5.0", "satooshi/php-coveralls": "^0.6" }, "type": "library", "autoload": { "psr-4": { "Jenssegers\\Model\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jens Segers", "homepage": "https://jenssegers.com" } ], "description": "An Laravel eloquent-like model class, for Laravel and other frameworks", "homepage": "https://github.com/jenssegers/model", "keywords": [ "eloquent", "laravel", "model" ], "time": "2017-02-21T10:09:15+00:00" }, { "name": "jumpgate/database", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/JumpGateio/Database.git", "reference": "0d857a1fa85a66dfe380ab153feaa3b167339822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JumpGateio/Database/zipball/0d857a1fa85a66dfe380ab153feaa3b167339822", "reference": "0d857a1fa85a66dfe380ab153feaa3b167339822", "shasum": "" }, "require": { "illuminate/database": "^5.0", "illuminate/support": "^5.0" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", "orchestra/testbench": "~3.4", "phpunit/phpunit": "~5.7" }, "type": "library", "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "JumpGate\\Database\\": "src/JumpGate/Database" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brandon Hyde", "email": "hyde.brandon@gmail.com" }, { "name": "Travis Blasingame", "email": "tpblasingame@gmail.com" } ], "description": "Database helpers for Laravel sites.", "time": "2017-08-04 14:05:40" }, { "name": "laravel/socialite", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/laravel/socialite.git", "reference": "8cacb8dfeec369664b351c26aff3a50a42767a8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/socialite/zipball/8cacb8dfeec369664b351c26aff3a50a42767a8e", "reference": "8cacb8dfeec369664b351c26aff3a50a42767a8e", "shasum": "" }, "require": { "guzzlehttp/guzzle": "~6.0", "illuminate/contracts": "~5.4", "illuminate/http": "~5.4", "illuminate/support": "~5.4", "league/oauth1-client": "~1.0", "php": ">=7.0" }, "require-dev": { "mockery/mockery": "~1.0", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" }, "laravel": { "providers": [ "Laravel\\Socialite\\SocialiteServiceProvider" ], "aliases": { "Socialite": "Laravel\\Socialite\\Facades\\Socialite" } } }, "autoload": { "psr-4": { "Laravel\\Socialite\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.", "keywords": [ "laravel", "oauth" ], "time": "2017-12-12 14:50:17" }, { "name": "league/oauth1-client", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth1-client.git", "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647", "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", "php": ">=5.5.0" }, "require-dev": { "mockery/mockery": "^0.9", "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "League\\OAuth1\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Corlett", "email": "bencorlett@me.com", "homepage": "http://www.webcomm.com.au", "role": "Developer" } ], "description": "OAuth 1.0 Client Library", "keywords": [ "Authentication", "SSO", "authorization", "bitbucket", "identity", "idp", "oauth", "oauth1", "single sign on", "trello", "tumblr", "twitter" ], "time": "2016-08-17T00:36:58+00:00" }, { "name": "nesbot/carbon", "version": "1.29.2", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "ed6aa898982f441ccc9b2acdec51490f2bc5d337" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ed6aa898982f441ccc9b2acdec51490f2bc5d337", "reference": "ed6aa898982f441ccc9b2acdec51490f2bc5d337", "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", "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-05-29T15:23:46+00:00" }, { "name": "psr/container", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "2cc4a01788191489dc7459446ba832fa79a216a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/2cc4a01788191489dc7459446ba832fa79a216a7", "reference": "2cc4a01788191489dc7459446ba832fa79a216a7", "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-06-28 15:35:32" }, { "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": "3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda", "reference": "3490ba5925e6dcbe6de950c5c6b8dce9f6e96eda", "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": "2018-04-03 15:59:15" }, { "name": "psr/simple-cache", "version": "dev-master", "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-23 01:57:42" }, { "name": "ralouphie/getallheaders", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2016-02-11T07:05:27+00:00" }, { "name": "socialiteproviders/manager", "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/SocialiteProviders/Manager.git", "reference": "1de3f3d874392da6f1a4c0bf30d843e9cd903ea7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/1de3f3d874392da6f1a4c0bf30d843e9cd903ea7", "reference": "1de3f3d874392da6f1a4c0bf30d843e9cd903ea7", "shasum": "" }, "require": { "laravel/socialite": "~3.0", "php": "^5.6 || ^7.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^5.0" }, "type": "library", "extra": { "laravel": { "providers": [ "SocialiteProviders\\Manager\\ServiceProvider" ] } }, "autoload": { "psr-4": { "SocialiteProviders\\Manager\\": "src/", "SocialiteProviders\\Manager\\Test\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andy Wendt", "email": "andy@awendt.com" } ], "description": "Easily add new or override built-in providers in Laravel Socialite.", "time": "2017-11-20T08:42:57+00:00" }, { "name": "symfony/debug", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "ef8bd62973e1ab44f0bf5a6acde62f6969dbcd72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/ef8bd62973e1ab44f0bf5a6acde62f6969dbcd72", "reference": "ef8bd62973e1ab44f0bf5a6acde62f6969dbcd72", "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.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": "2018-06-08 09:40:00" }, { "name": "symfony/event-dispatcher", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "7edfcd9670ce9dd7450333f281d61f487f403aff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7edfcd9670ce9dd7450333f281d61f487f403aff", "reference": "7edfcd9670ce9dd7450333f281d61f487f403aff", "shasum": "" }, "require": { "php": "^7.1.3" }, "conflict": { "symfony/dependency-injection": "<3.4" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/expression-language": "~3.4|~4.0", "symfony/stopwatch": "~3.4|~4.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.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": "2018-05-07 14:51:25" }, { "name": "symfony/finder", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "d54a8fde8165936dbe9efc216c3feaa5c4c2bf0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/d54a8fde8165936dbe9efc216c3feaa5c4c2bf0f", "reference": "d54a8fde8165936dbe9efc216c3feaa5c4c2bf0f", "shasum": "" }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.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": "2018-05-30 04:00:02" }, { "name": "symfony/http-foundation", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "2f5b064ec8d46a1d8e530a40f47c9d81a8c05ac5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2f5b064ec8d46a1d8e530a40f47c9d81a8c05ac5", "reference": "2f5b064ec8d46a1d8e530a40f47c9d81a8c05ac5", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "predis/predis": "~1.0", "symfony/expression-language": "~3.4|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.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": "2018-05-31 10:18:23" }, { "name": "symfony/http-kernel", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "ad007487fc6b33ed63868702c8a96ac563ab19a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad007487fc6b33ed63868702c8a96ac563ab19a9", "reference": "ad007487fc6b33ed63868702c8a96ac563ab19a9", "shasum": "" }, "require": { "php": "^7.1.3", "psr/log": "~1.0", "symfony/debug": "~3.4|~4.0", "symfony/event-dispatcher": "~4.1", "symfony/http-foundation": "~4.1", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/config": "<3.4", "symfony/dependency-injection": "<4.2", "symfony/var-dumper": "<4.1", "twig/twig": "<1.34|<2.4,>=2" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/cache": "~1.0", "symfony/browser-kit": "~3.4|~4.0", "symfony/config": "~3.4|~4.0", "symfony/console": "~3.4|~4.0", "symfony/css-selector": "~3.4|~4.0", "symfony/dependency-injection": "^4.2", "symfony/dom-crawler": "~3.4|~4.0", "symfony/expression-language": "~3.4|~4.0", "symfony/finder": "~3.4|~4.0", "symfony/process": "~3.4|~4.0", "symfony/routing": "~3.4|~4.0", "symfony/stopwatch": "~3.4|~4.0", "symfony/templating": "~3.4|~4.0", "symfony/translation": "~3.4|~4.0", "symfony/var-dumper": "~4.1" }, "suggest": { "symfony/browser-kit": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/var-dumper": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.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": "2018-06-11 12:56:48" }, { "name": "symfony/polyfill-ctype", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "9d31bef82d2e9b033f335d60b96611757f98c605" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/9d31bef82d2e9b033f335d60b96611757f98c605", "reference": "9d31bef82d2e9b033f335d60b96611757f98c605", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2018-05-17 18:32:56" }, { "name": "symfony/polyfill-mbstring", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "25b83a5050c6607e2dfa814ffb15388caf7ce690" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/25b83a5050c6607e2dfa814ffb15388caf7ce690", "reference": "25b83a5050c6607e2dfa814ffb15388caf7ce690", "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-05-30 15:56:36" }, { "name": "symfony/translation", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "8e94339646dd4749009b2c6e1b5f8767b0b64d0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/8e94339646dd4749009b2c6e1b5f8767b0b64d0a", "reference": "8e94339646dd4749009b2c6e1b5f8767b0b64d0a", "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.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": "2018-05-31 10:18:23" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "jumpgate/database": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }