Update some deps

Mostly to have some up to date site config.
This commit is contained in:
Jeremy Benoist 2022-05-30 13:54:35 +02:00
parent 96b7b7b831
commit 8376fc4c08
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
6 changed files with 624 additions and 634 deletions

113
composer.lock generated
View file

@ -613,16 +613,16 @@
},
{
"name": "doctrine/cache",
"version": "1.12.1",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
"reference": "56cd022adb5514472cb144c087393c1821911d09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
"url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
"reference": "56cd022adb5514472cb144c087393c1821911d09",
"shasum": ""
},
"require": {
@ -634,13 +634,13 @@
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^8.0",
"doctrine/coding-standard": "^9",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"predis/predis": "~1.0",
"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"
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
@ -692,7 +692,7 @@
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.12.1"
"source": "https://github.com/doctrine/cache/tree/1.13.0"
},
"funding": [
{
@ -708,7 +708,7 @@
"type": "tidelift"
}
],
"time": "2021-07-17T14:39:21+00:00"
"time": "2022-05-20T20:06:54+00:00"
},
{
"name": "doctrine/collections",
@ -1998,16 +1998,16 @@
},
{
"name": "egulias/email-validator",
"version": "3.1.2",
"version": "3.2",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "ee0db30118f661fb166bcffbf5d82032df484697"
"reference": "a5ed8d58ed0c340a7c2109f587951b1c84cf6286"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
"reference": "ee0db30118f661fb166bcffbf5d82032df484697",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a5ed8d58ed0c340a7c2109f587951b1c84cf6286",
"reference": "a5ed8d58ed0c340a7c2109f587951b1c84cf6286",
"shasum": ""
},
"require": {
@ -2054,7 +2054,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
"source": "https://github.com/egulias/EmailValidator/tree/3.2"
},
"funding": [
{
@ -2062,7 +2062,7 @@
"type": "github"
}
],
"time": "2021-10-11T09:18:27+00:00"
"time": "2022-05-28T22:19:18+00:00"
},
{
"name": "fig/link-util",
@ -4312,26 +4312,26 @@
},
{
"name": "incenteev/composer-parameter-handler",
"version": "v2.1.4",
"version": "v2.1.5",
"source": {
"type": "git",
"url": "https://github.com/Incenteev/ParameterHandler.git",
"reference": "084befb11ec21faeadcddefb88b66132775ff59b"
"reference": "e1dd118763503f7fd766f907013e1d76d525fcc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
"reference": "084befb11ec21faeadcddefb88b66132775ff59b",
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/e1dd118763503f7fd766f907013e1d76d525fcc4",
"reference": "e1dd118763503f7fd766f907013e1d76d525fcc4",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
"symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"composer/composer": "^1.0@dev",
"symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
"symfony/phpunit-bridge": "^4.0 || ^5.0"
"symfony/filesystem": "^2.3 || ^3 || ^4 || ^5 || ^6.0",
"symfony/phpunit-bridge": "^3.4.47 || ^4.4.41 || ^5.4.8 || ^6.0"
},
"type": "library",
"extra": {
@ -4361,9 +4361,9 @@
],
"support": {
"issues": "https://github.com/Incenteev/ParameterHandler/issues",
"source": "https://github.com/Incenteev/ParameterHandler/tree/v2.1.4"
"source": "https://github.com/Incenteev/ParameterHandler/tree/v2.1.5"
},
"time": "2020-03-17T21:10:00+00:00"
"time": "2022-05-25T10:57:22+00:00"
},
{
"name": "j0k3r/graby",
@ -4452,16 +4452,16 @@
},
{
"name": "j0k3r/graby-site-config",
"version": "1.0.150",
"version": "1.0.151",
"source": {
"type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "16e759f50bf9bba0f675052210d92b3613deff55"
"reference": "14e5d3c8ddd351247dd8a73f955f15a993bf9686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/16e759f50bf9bba0f675052210d92b3613deff55",
"reference": "16e759f50bf9bba0f675052210d92b3613deff55",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/14e5d3c8ddd351247dd8a73f955f15a993bf9686",
"reference": "14e5d3c8ddd351247dd8a73f955f15a993bf9686",
"shasum": ""
},
"require": {
@ -4490,9 +4490,9 @@
"description": "Graby site config files",
"support": {
"issues": "https://github.com/j0k3r/graby-site-config/issues",
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.150"
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.151"
},
"time": "2022-05-03T13:14:24+00:00"
"time": "2022-05-23T06:09:30+00:00"
},
{
"name": "j0k3r/httplug-ssrf-plugin",
@ -6754,16 +6754,16 @@
},
{
"name": "php-http/discovery",
"version": "1.14.1",
"version": "1.14.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "de90ab2b41d7d61609f504e031339776bc8c7223"
"reference": "c8d48852fbc052454af42f6de27635ddd916b959"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223",
"reference": "de90ab2b41d7d61609f504e031339776bc8c7223",
"url": "https://api.github.com/repos/php-http/discovery/zipball/c8d48852fbc052454af42f6de27635ddd916b959",
"reference": "c8d48852fbc052454af42f6de27635ddd916b959",
"shasum": ""
},
"require": {
@ -6776,8 +6776,7 @@
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1",
"puli/composer-plugin": "1.0.0-beta10"
"phpspec/phpspec": "^5.1 || ^6.1"
},
"suggest": {
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
@ -6816,9 +6815,9 @@
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.14.1"
"source": "https://github.com/php-http/discovery/tree/1.14.2"
},
"time": "2021-09-18T07:57:46+00:00"
"time": "2022-05-25T07:26:05+00:00"
},
{
"name": "php-http/guzzle5-adapter",
@ -9235,16 +9234,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "0dabec4e3898d3e00451dd47b5ef839168f9bbf5"
"reference": "dc0b15e42b762c040761c1eb9ce86a55d47cf672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/0dabec4e3898d3e00451dd47b5ef839168f9bbf5",
"reference": "0dabec4e3898d3e00451dd47b5ef839168f9bbf5",
"url": "https://api.github.com/repos/symfony/http-client/zipball/dc0b15e42b762c040761c1eb9ce86a55d47cf672",
"reference": "dc0b15e42b762c040761c1eb9ce86a55d47cf672",
"shasum": ""
},
"require": {
@ -9302,7 +9301,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.8"
"source": "https://github.com/symfony/http-client/tree/v5.4.9"
},
"funding": [
{
@ -9318,7 +9317,7 @@
"type": "tidelift"
}
],
"time": "2022-04-12T16:02:29+00:00"
"time": "2022-05-21T08:57:05+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -9400,16 +9399,16 @@
},
{
"name": "symfony/mime",
"version": "v5.4.8",
"version": "v5.4.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "af49bc163ec3272f677bde3bc44c0d766c1fd662"
"reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/af49bc163ec3272f677bde3bc44c0d766c1fd662",
"reference": "af49bc163ec3272f677bde3bc44c0d766c1fd662",
"url": "https://api.github.com/repos/symfony/mime/zipball/2b3802a24e48d0cfccf885173d2aac91e73df92e",
"reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e",
"shasum": ""
},
"require": {
@ -9463,7 +9462,7 @@
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.4.8"
"source": "https://github.com/symfony/mime/tree/v5.4.9"
},
"funding": [
{
@ -9479,7 +9478,7 @@
"type": "tidelift"
}
],
"time": "2022-04-12T15:48:08+00:00"
"time": "2022-05-21T10:24:18+00:00"
},
{
"name": "symfony/monolog-bundle",
@ -12912,16 +12911,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v6.0.8",
"version": "v6.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "4959a1eedd473bdb3f19db5b1525d5415dfab471"
"reference": "092ccc3b364925cd8ed6046bc31dcf3a022bd5a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/4959a1eedd473bdb3f19db5b1525d5415dfab471",
"reference": "4959a1eedd473bdb3f19db5b1525d5415dfab471",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/092ccc3b364925cd8ed6046bc31dcf3a022bd5a4",
"reference": "092ccc3b364925cd8ed6046bc31dcf3a022bd5a4",
"shasum": ""
},
"require": {
@ -12975,7 +12974,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.0.8"
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.0"
},
"funding": [
{
@ -12991,7 +12990,7 @@
"type": "tidelift"
}
],
"time": "2022-04-12T16:11:42+00:00"
"time": "2022-04-12T16:22:53+00:00"
}
],
"aliases": [],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1137
yarn.lock

File diff suppressed because it is too large Load diff