File: /home/imensosw/.composer/cache/repo/https---repo.packagist.org/provider-illuminate$testing.json
{"packages":{"illuminate/testing":{"7.x-dev":{"name":"illuminate/testing","description":"The Illuminate Testing package.","keywords":[],"homepage":"https://laravel.com","version":"7.x-dev","version_normalized":"7.9999999.9999999.9999999-dev","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/illuminate/testing.git","reference":"c43883bc80f5a15a406bb449166c54632c40e516"},"dist":{"type":"zip","url":"https://api.github.com/repos/illuminate/testing/zipball/c43883bc80f5a15a406bb449166c54632c40e516","reference":"c43883bc80f5a15a406bb449166c54632c40e516","shasum":""},"type":"library","time":"2020-02-25T14:26:37+00:00","autoload":{"psr-4":{"Illuminate\\Testing\\":""}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","illuminate/contracts":"^7.0","illuminate/support":"^7.0"},"suggest":{"illuminate/console":"Required to assert console commands (^7.0).","illuminate/database":"Required to assert databases (^7.0).","illuminate/http":"Required to assert responses (^7.0).","mockery/mockery":"Required to use mocking (^1.3.1).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0)."},"uid":3626333},"dev-master":{"name":"illuminate/testing","description":"The Illuminate Testing package.","keywords":[],"homepage":"https://laravel.com","version":"dev-master","version_normalized":"9999999-dev","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/illuminate/testing.git","reference":"4b9676a3cb79baf87cb8b0d8801200011d46d501"},"dist":{"type":"zip","url":"https://api.github.com/repos/illuminate/testing/zipball/4b9676a3cb79baf87cb8b0d8801200011d46d501","reference":"4b9676a3cb79baf87cb8b0d8801200011d46d501","shasum":""},"type":"library","time":"2020-02-25T14:26:52+00:00","autoload":{"psr-4":{"Illuminate\\Testing\\":""}},"extra":{"branch-alias":{"dev-master":"8.x-dev"}},"require":{"php":"^7.3","illuminate/contracts":"^8.0","illuminate/support":"^8.0"},"suggest":{"illuminate/console":"Required to assert console commands (^8.0).","illuminate/database":"Required to assert databases (^8.0).","illuminate/http":"Required to assert responses (^8.0).","mockery/mockery":"Required to use mocking (^1.3.1).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0)."},"uid":3519771}},"laravel/framework":{"7.x-dev":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"7.x-dev","version_normalized":"7.9999999.9999999.9999999-dev","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"fe08478f8c679c012b571c456e53a89812ebc619"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/fe08478f8c679c012b571c456e53a89812ebc619","reference":"fe08478f8c679c012b571c456e53a89812ebc619","shasum":""},"type":"library","time":"2020-03-03T01:37:00+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8","symfony/mime":"^5.0"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0).","mockery/mockery":"Required to use mocking (^1.3.1).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3625969},"dev-analysis-d0YaAg":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-analysis-d0YaAg","version_normalized":"dev-analysis-d0YaAg","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"e2e93f0658af80311a446fe1af002ae072ce9ec1"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/e2e93f0658af80311a446fe1af002ae072ce9ec1","reference":"e2e93f0658af80311a446fe1af002ae072ce9ec1","shasum":""},"type":"library","time":"2020-02-24T07:56:27+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/mime":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3637497},"dev-analysis-nN271G":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-analysis-nN271G","version_normalized":"dev-analysis-nN271G","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"d72e35f62af085f3949908f621cf1191a7faee98"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/d72e35f62af085f3949908f621cf1191a7faee98","reference":"d72e35f62af085f3949908f621cf1191a7faee98","shasum":""},"type":"library","time":"2020-02-27T16:39:00+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/mime":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","mockery/mockery":"Required to use mocking (^1.3.1).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3646867},"dev-fix-route-view":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-fix-route-view","version_normalized":"dev-fix-route-view","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"4e592ad89f979e26cb2a15085dbccacb904317dc"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/4e592ad89f979e26cb2a15085dbccacb904317dc","reference":"4e592ad89f979e26cb2a15085dbccacb904317dc","shasum":""},"type":"library","time":"2020-02-24T07:56:35+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/mime":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3637493},"dev-http-retry-annotation":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-http-retry-annotation","version_normalized":"dev-http-retry-annotation","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"dd878c067ed2ef2ba3adf710e2f4e73effbb256f"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/dd878c067ed2ef2ba3adf710e2f4e73effbb256f","reference":"dd878c067ed2ef2ba3adf710e2f4e73effbb256f","shasum":""},"type":"library","time":"2020-03-02T15:12:45+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/mime":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","mockery/mockery":"Required to use mocking (^1.3.1).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3654574},"dev-master":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-master","version_normalized":"9999999-dev","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"f3e2824098e193040c2d27699b55b4b0c096a047"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/f3e2824098e193040c2d27699b55b4b0c096a047","reference":"f3e2824098e193040c2d27699b55b4b0c096a047","shasum":""},"type":"library","time":"2020-03-02T17:53:43+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"8.x-dev"}},"require":{"ext-mbstring":"*","ext-openssl":"*","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","psr/container":"^1.0","swiftmailer/swiftmailer":"^6.0","league/flysystem":"^1.0.8","opis/closure":"^3.1","ext-json":"*","egulias/email-validator":"^2.1.10","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8","league/commonmark":"^1.3","php":"^7.3","symfony/console":"^5.1","symfony/error-handler":"^5.1","symfony/finder":"^5.1","symfony/http-foundation":"^5.1","symfony/http-kernel":"^5.1","symfony/mime":"^5.1","symfony/process":"^5.1","symfony/routing":"^5.1","symfony/var-dumper":"^5.1"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^6.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.1"},"suggest":{"ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","league/flysystem-aws-s3-v3":"Required to use the Flysystem S3 driver (^1.0).","league/flysystem-sftp":"Required to use the Flysystem SFTP driver (^1.0).","league/flysystem-cached-adapter":"Required to use the Flysystem cache (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0).","filp/whoops":"Required for friendly error pages in development (^2.4).","ext-redis":"Required to use the Redis cache and queue drivers.","ext-memcached":"Required to use the memcache cache driver.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","laravel/tinker":"Required to use the tinker console command (^2.0).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.1).","mockery/mockery":"Required to use mocking (^1.3.1).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version","illuminate/testing":"self.version"},"uid":1529372},"dev-mime":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-mime","version_normalized":"dev-mime","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"3232c874d7cfff476e9aa6ccfe4c7c2eed3dfb58"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/3232c874d7cfff476e9aa6ccfe4c7c2eed3dfb58","reference":"3232c874d7cfff476e9aa6ccfe4c7c2eed3dfb58","shasum":""},"type":"library","time":"2020-02-23T09:59:18+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/mime":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3635536},"dev-requeue":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-requeue","version_normalized":"dev-requeue","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"56149002a6583a8805fbbbea49d0d8c231ccfc4d"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/56149002a6583a8805fbbbea49d0d8c231ccfc4d","reference":"56149002a6583a8805fbbbea49d0d8c231ccfc4d","shasum":""},"type":"library","time":"2020-02-24T13:29:57+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/mime":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3638378},"dev-symfony":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-symfony","version_normalized":"dev-symfony","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"92c98bf93644a96badd26f218827a98d92bc872d"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/92c98bf93644a96badd26f218827a98d92bc872d","reference":"92c98bf93644a96badd26f218827a98d92bc872d","shasum":""},"type":"library","time":"2020-02-24T09:37:57+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"8.x-dev"}},"require":{"php":"^7.3","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.1","symfony/error-handler":"^5.1","symfony/finder":"^5.1","symfony/http-foundation":"^5.1","symfony/http-kernel":"^5.1","symfony/process":"^5.1","symfony/routing":"^5.1","symfony/var-dumper":"^5.1","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8","symfony/mime":"^5.1"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^6.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.1"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.1).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3628591},"dev-testbench-core":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-testbench-core","version_normalized":"dev-testbench-core","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"14a9515b48b50979ce90994b0f136d1c96e93fb5"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/14a9515b48b50979ce90994b0f136d1c96e93fb5","reference":"14a9515b48b50979ce90994b0f136d1c96e93fb5","shasum":""},"type":"library","time":"2020-02-20T08:35:00+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"8.x-dev"}},"require":{"php":"^7.3","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^6.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3627707},"dev-testing-deps":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-testing-deps","version_normalized":"dev-testing-deps","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"81aea92b6c69059f3ff9aceddf072d9e689dbf50"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/81aea92b6c69059f3ff9aceddf072d9e689dbf50","reference":"81aea92b6c69059f3ff9aceddf072d9e689dbf50","shasum":""},"type":"library","time":"2020-02-24T14:29:46+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8","symfony/mime":"^5.0"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0).","mockery/mockery":"Required to use mocking (^1.3.1).","phpunit/phpunit":"Required to use assertions and run tests (^8.4|^9.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3635668},"dev-uuid-4":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-uuid-4","version_normalized":"dev-uuid-4","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"bbd5012d984ccacd3aa96ad931fe8420a23c5a4d"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/bbd5012d984ccacd3aa96ad931fe8420a23c5a4d","reference":"bbd5012d984ccacd3aa96ad931fe8420a23c5a4d","shasum":""},"type":"library","time":"2020-02-20T10:43:06+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"7.x-dev"}},"require":{"php":"^7.2.5","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^4.0","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3628527},"dev-version":{"name":"laravel/framework","description":"The Laravel Framework.","keywords":["framework","laravel"],"homepage":"https://laravel.com","version":"dev-version","version_normalized":"dev-version","license":["MIT"],"authors":[{"name":"Taylor Otwell","email":"taylor@laravel.com"}],"source":{"type":"git","url":"https://github.com/laravel/framework.git","reference":"0e1c1d10fc09c9859095b1948522db79da2bcc29"},"dist":{"type":"zip","url":"https://api.github.com/repos/laravel/framework/zipball/0e1c1d10fc09c9859095b1948522db79da2bcc29","reference":"0e1c1d10fc09c9859095b1948522db79da2bcc29","shasum":""},"type":"library","time":"2020-02-19T16:09:26+00:00","autoload":{"files":["src/Illuminate/Foundation/helpers.php","src/Illuminate/Support/helpers.php"],"psr-4":{"Illuminate\\":"src/Illuminate/"}},"extra":{"branch-alias":{"dev-master":"8.x-dev"}},"require":{"php":"^7.3","ext-json":"*","ext-mbstring":"*","ext-openssl":"*","doctrine/inflector":"^1.1","dragonmantank/cron-expression":"^2.0","egulias/email-validator":"^2.1.10","league/commonmark":"^1.3","league/flysystem":"^1.0.8","monolog/monolog":"^2.0","nesbot/carbon":"^2.17","opis/closure":"^3.1","psr/container":"^1.0","psr/simple-cache":"^1.0","ramsey/uuid":"^3.7","swiftmailer/swiftmailer":"^6.0","symfony/console":"^5.0","symfony/error-handler":"^5.0","symfony/finder":"^5.0","symfony/http-foundation":"^5.0","symfony/http-kernel":"^5.0","symfony/process":"^5.0","symfony/routing":"^5.0","symfony/var-dumper":"^5.0","tijsverkoyen/css-to-inline-styles":"^2.2.2","vlucas/phpdotenv":"^4.0","voku/portable-ascii":"^1.4.8"},"require-dev":{"aws/aws-sdk-php":"^3.0","doctrine/dbal":"^2.6","filp/whoops":"^2.4","guzzlehttp/guzzle":"^6.3|^7.0","league/flysystem-cached-adapter":"^1.0","mockery/mockery":"^1.3.1","moontoast/math":"^1.1","orchestra/testbench-core":"^5.0","pda/pheanstalk":"^4.0","phpunit/phpunit":"^8.4|^9.0","predis/predis":"^1.1.1","symfony/cache":"^5.0"},"suggest":{"ext-gd":"Required to use Illuminate\\Http\\Testing\\FileFactory::image().","ext-memcached":"Required to use the memcache cache driver.","ext-pcntl":"Required to use all features of the queue worker.","ext-posix":"Required to use all features of the queue worker.","ext-redis":"Required to use the Redis cache and queue drivers.","aws/aws-sdk-php":"Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).","doctrine/dbal":"Required to rename columns and drop SQLite columns (^2.6).","filp/whoops":"Required for friendly error pages in development (^2.4).","fzaninotto/faker":"Required to use the eloquent factory builder (^1.9.1).","guzzlehttp/guzzle":"Required to use the Mailgun mail driver and the ping methods on schedules (^6.3|^7.0).","laravel/tinker":"Required to use the tinker console command (^2.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-sftp":"Required to use the Flysystem SFTP driver (^1.0).","moontoast/math":"Required to use ordered UUIDs (^1.1).","nyholm/psr7":"Required to use PSR-7 bridging features (^1.2).","pda/pheanstalk":"Required to use the beanstalk queue driver (^4.0).","psr/http-message":"Required to allow Storage::put to accept a StreamInterface (^1.0).","pusher/pusher-php-server":"Required to use the Pusher broadcast driver (^4.0).","symfony/cache":"Required to PSR-6 cache bridge (^5.0).","symfony/psr-http-message-bridge":"Required to use PSR-7 bridging features (^2.0).","wildbit/swiftmailer-postmark":"Required to use Postmark mail driver (^3.0)."},"conflict":{"tightenco/collect":"<5.5.33"},"replace":{"illuminate/auth":"self.version","illuminate/broadcasting":"self.version","illuminate/bus":"self.version","illuminate/cache":"self.version","illuminate/config":"self.version","illuminate/console":"self.version","illuminate/container":"self.version","illuminate/contracts":"self.version","illuminate/cookie":"self.version","illuminate/database":"self.version","illuminate/encryption":"self.version","illuminate/events":"self.version","illuminate/filesystem":"self.version","illuminate/hashing":"self.version","illuminate/http":"self.version","illuminate/log":"self.version","illuminate/mail":"self.version","illuminate/notifications":"self.version","illuminate/pagination":"self.version","illuminate/pipeline":"self.version","illuminate/queue":"self.version","illuminate/redis":"self.version","illuminate/routing":"self.version","illuminate/session":"self.version","illuminate/support":"self.version","illuminate/testing":"self.version","illuminate/translation":"self.version","illuminate/validation":"self.version","illuminate/view":"self.version"},"uid":3626342}}}}