composer: upgrade, again.

This commit is contained in:
Matthew Penner 2021-07-15 16:10:34 -06:00
parent 779b0eca67
commit 11bafe42b4
2 changed files with 40 additions and 40 deletions

View file

@ -17,17 +17,17 @@
"ext-pdo": "*", "ext-pdo": "*",
"ext-pdo_mysql": "*", "ext-pdo_mysql": "*",
"ext-zip": "*", "ext-zip": "*",
"aws/aws-sdk-php": "^3.171", "aws/aws-sdk-php": "^3.185",
"doctrine/dbal": "^2.12", "doctrine/dbal": "^2.13",
"fideloper/proxy": "^4.4", "fideloper/proxy": "^4.4",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.3",
"hashids/hashids": "^4.1", "hashids/hashids": "^4.1",
"laracasts/utilities": "^3.2", "laracasts/utilities": "^3.2",
"laravel/framework": "^8.22", "laravel/framework": "^8.50",
"laravel/helpers": "^1.4", "laravel/helpers": "^1.4",
"laravel/tinker": "^2.5", "laravel/tinker": "^2.6",
"laravel/ui": "^3.0", "laravel/ui": "^3.3",
"lcobucci/jwt": "^4.0", "lcobucci/jwt": "^4.1",
"league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-memory": "^1.0", "league/flysystem-memory": "^1.0",
"matriphe/iso-639": "^1.2", "matriphe/iso-639": "^1.2",
@ -37,22 +37,22 @@
"psr/cache": "1.0.1", "psr/cache": "1.0.1",
"s1lentium/iptools": "^1.1", "s1lentium/iptools": "^1.1",
"spatie/laravel-fractal": "^5.8", "spatie/laravel-fractal": "^5.8",
"spatie/laravel-query-builder": "^3.3", "spatie/laravel-query-builder": "^3.5",
"staudenmeir/belongs-to-through": "^2.11", "staudenmeir/belongs-to-through": "^2.11",
"symfony/yaml": "^4.4", "symfony/yaml": "^4.4",
"webmozart/assert": "^1.9" "webmozart/assert": "^1.10"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.5", "barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^2.9", "barryvdh/laravel-ide-helper": "^2.10",
"facade/ignition": "^2.5", "facade/ignition": "^2.11",
"fakerphp/faker": "^1.13", "fakerphp/faker": "^1.15",
"friendsofphp/php-cs-fixer": "^2.18", "friendsofphp/php-cs-fixer": "^2.19",
"laravel/dusk": "^6.11", "laravel/dusk": "^6.15",
"mockery/mockery": "^1.4", "mockery/mockery": "^1.4",
"nunomaduro/collision": "^5.2", "nunomaduro/collision": "^5.5",
"php-mock/php-mock-phpunit": "^2.6", "php-mock/php-mock-phpunit": "^2.6",
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.5"
}, },
"autoload": { "autoload": {
"files": [ "files": [

46
composer.lock generated
View file

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e90dffea56fa4b612863202553cba883", "content-hash": "9b9389e6101a3fe78e8cbbb1870cf951",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.185.12", "version": "3.185.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "65299008b7a04245bf63cd71fca8e6d4ab3728bc" "reference": "9faaa7f7fafe569049bbb615767d8e3fa83d9fb7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/65299008b7a04245bf63cd71fca8e6d4ab3728bc", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9faaa7f7fafe569049bbb615767d8e3fa83d9fb7",
"reference": "65299008b7a04245bf63cd71fca8e6d4ab3728bc", "reference": "9faaa7f7fafe569049bbb615767d8e3fa83d9fb7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -92,9 +92,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "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", "name": "brick/math",
@ -154,24 +154,23 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "2.0.3", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88" "reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88", "url": "https://api.github.com/repos/doctrine/cache/zipball/ac77408b22cc6c4d0b4947d20a3889be3043566e",
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88", "reference": "ac77408b22cc6c4d0b4947d20a3889be3043566e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~7.1 || ^8.0" "php": "~7.1 || ^8.0"
}, },
"conflict": { "conflict": {
"doctrine/common": ">2.2,<2.4", "doctrine/common": ">2.2,<2.4"
"psr/cache": ">=3"
}, },
"require-dev": { "require-dev": {
"alcaeus/mongo-php-adapter": "^1.1", "alcaeus/mongo-php-adapter": "^1.1",
@ -180,8 +179,9 @@
"mongodb/mongodb": "^1.1", "mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0", "psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.2" "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
}, },
"suggest": { "suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
@ -233,7 +233,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/cache/issues", "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": [ "funding": [
{ {
@ -249,7 +249,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-25T09:43:04+00:00" "time": "2021-07-14T11:22:57+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -2248,16 +2248,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "2.3.0", "version": "2.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "df991fd88693ab703aa403413d83e15f688dae33" "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/df991fd88693ab703aa403413d83e15f688dae33", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/9738e495f288eec0b187e310b7cdbbb285777dbe",
"reference": "df991fd88693ab703aa403413d83e15f688dae33", "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2328,7 +2328,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Seldaek/monolog/issues", "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": [ "funding": [
{ {
@ -2340,7 +2340,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-05T11:34:13+00:00" "time": "2021-07-14T11:56:39+00:00"
}, },
{ {
"name": "mtdowling/jmespath.php", "name": "mtdowling/jmespath.php",