diff --git a/composer.json b/composer.json index 5c077a4bf..996154afd 100644 --- a/composer.json +++ b/composer.json @@ -17,17 +17,17 @@ "ext-pdo": "*", "ext-pdo_mysql": "*", "ext-zip": "*", - "aws/aws-sdk-php": "^3.171", - "doctrine/dbal": "^2.12", + "aws/aws-sdk-php": "^3.185", + "doctrine/dbal": "^2.13", "fideloper/proxy": "^4.4", - "guzzlehttp/guzzle": "^7.2", + "guzzlehttp/guzzle": "^7.3", "hashids/hashids": "^4.1", "laracasts/utilities": "^3.2", - "laravel/framework": "^8.22", + "laravel/framework": "^8.50", "laravel/helpers": "^1.4", - "laravel/tinker": "^2.5", - "laravel/ui": "^3.0", - "lcobucci/jwt": "^4.0", + "laravel/tinker": "^2.6", + "laravel/ui": "^3.3", + "lcobucci/jwt": "^4.1", "league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-memory": "^1.0", "matriphe/iso-639": "^1.2", @@ -37,22 +37,22 @@ "psr/cache": "1.0.1", "s1lentium/iptools": "^1.1", "spatie/laravel-fractal": "^5.8", - "spatie/laravel-query-builder": "^3.3", + "spatie/laravel-query-builder": "^3.5", "staudenmeir/belongs-to-through": "^2.11", "symfony/yaml": "^4.4", - "webmozart/assert": "^1.9" + "webmozart/assert": "^1.10" }, "require-dev": { - "barryvdh/laravel-debugbar": "^3.5", - "barryvdh/laravel-ide-helper": "^2.9", - "facade/ignition": "^2.5", - "fakerphp/faker": "^1.13", - "friendsofphp/php-cs-fixer": "^2.18", - "laravel/dusk": "^6.11", + "barryvdh/laravel-debugbar": "^3.6", + "barryvdh/laravel-ide-helper": "^2.10", + "facade/ignition": "^2.11", + "fakerphp/faker": "^1.15", + "friendsofphp/php-cs-fixer": "^2.19", + "laravel/dusk": "^6.15", "mockery/mockery": "^1.4", - "nunomaduro/collision": "^5.2", + "nunomaduro/collision": "^5.5", "php-mock/php-mock-phpunit": "^2.6", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.5" }, "autoload": { "files": [ diff --git a/composer.lock b/composer.lock index 1470d18ea..f709d4189 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e90dffea56fa4b612863202553cba883", + "content-hash": "9b9389e6101a3fe78e8cbbb1870cf951", "packages": [ { "name": "aws/aws-sdk-php", - "version": "3.185.12", + "version": "3.185.14", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "65299008b7a04245bf63cd71fca8e6d4ab3728bc" + "reference": "9faaa7f7fafe569049bbb615767d8e3fa83d9fb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/65299008b7a04245bf63cd71fca8e6d4ab3728bc", - "reference": "65299008b7a04245bf63cd71fca8e6d4ab3728bc", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9faaa7f7fafe569049bbb615767d8e3fa83d9fb7", + "reference": "9faaa7f7fafe569049bbb615767d8e3fa83d9fb7", "shasum": "" }, "require": { @@ -92,9 +92,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.185.12" + "source": "https://github.com/aws/aws-sdk-php/tree/3.185.14" }, - "time": "2021-07-13T19:37:41+00:00" + "time": "2021-07-15T18:15:50+00:00" }, { "name": "brick/math", @@ -154,24 +154,23 @@ }, { "name": "doctrine/cache", - "version": "2.0.3", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88" + "reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88", - "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88", + "url": "https://api.github.com/repos/doctrine/cache/zipball/ac77408b22cc6c4d0b4947d20a3889be3043566e", + "reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4", - "psr/cache": ">=3" + "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", @@ -180,8 +179,9 @@ "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", - "psr/cache": "^1.0 || ^2.0", - "symfony/cache": "^4.4 || ^5.2" + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -233,7 +233,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/2.0.3" + "source": "https://github.com/doctrine/cache/tree/2.1.0" }, "funding": [ { @@ -249,7 +249,7 @@ "type": "tidelift" } ], - "time": "2021-05-25T09:43:04+00:00" + "time": "2021-07-14T11:22:57+00:00" }, { "name": "doctrine/dbal", @@ -2248,16 +2248,16 @@ }, { "name": "monolog/monolog", - "version": "2.3.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "df991fd88693ab703aa403413d83e15f688dae33" + "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/df991fd88693ab703aa403413d83e15f688dae33", - "reference": "df991fd88693ab703aa403413d83e15f688dae33", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/9738e495f288eec0b187e310b7cdbbb285777dbe", + "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe", "shasum": "" }, "require": { @@ -2328,7 +2328,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.3.0" + "source": "https://github.com/Seldaek/monolog/tree/2.3.1" }, "funding": [ { @@ -2340,7 +2340,7 @@ "type": "tidelift" } ], - "time": "2021-07-05T11:34:13+00:00" + "time": "2021-07-14T11:56:39+00:00" }, { "name": "mtdowling/jmespath.php",