diff --git a/composer.lock b/composer.lock index 7a8aec1..81bf6b5 100644 --- a/composer.lock +++ b/composer.lock @@ -611,16 +611,16 @@ }, { "name": "laravel/framework", - "version": "v6.20.24", + "version": "v6.20.26", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "addc44fce390c783b2dee0d617300dce97e895f4" + "reference": "0117d797dc1ab64b1f88d4f6b966380ea7def091" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/addc44fce390c783b2dee0d617300dce97e895f4", - "reference": "addc44fce390c783b2dee0d617300dce97e895f4", + "url": "https://api.github.com/repos/laravel/framework/zipball/0117d797dc1ab64b1f88d4f6b966380ea7def091", + "reference": "0117d797dc1ab64b1f88d4f6b966380ea7def091", "shasum": "" }, "require": { @@ -760,7 +760,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-04-20T13:46:19+00:00" + "time": "2021-04-28T14:38:32+00:00" }, { "name": "laravel/tinker", @@ -1447,33 +1447,29 @@ }, { "name": "paragonie/random_compat", - "version": "v2.0.20", + "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", - "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { - "php": ">=5.2.0" + "php": "^7" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", - "autoload": { - "files": [ - "lib/random.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -1497,7 +1493,7 @@ "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, - "time": "2021-04-17T09:33:01+00:00" + "time": "2018-07-02T15:55:56+00:00" }, { "name": "php-parallel-lint/php-console-color",