Issue #3248156 by alexpott, longwave: Update dependencies prior to 9.3.0 beta

merge-requests/1400/head
catch 2021-11-08 14:15:41 +00:00
parent 9f6cef72ee
commit ea01173e6b
3 changed files with 21 additions and 21 deletions

38
composer.lock generated
View File

@ -3636,32 +3636,32 @@
},
{
"name": "symfony/psr-http-message-bridge",
"version": "v2.1.1",
"version": "v2.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "c9012994c4b4fb23e7c57dd86b763a417a04feba"
"reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9012994c4b4fb23e7c57dd86b763a417a04feba",
"reference": "c9012994c4b4fb23e7c57dd86b763a417a04feba",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
"reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0"
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"psr/log": "^1.1 || ^2 || ^3",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^4.4.19 || ^5.2"
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4@dev || ^6.0"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
@ -3704,7 +3704,7 @@
],
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.1"
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
},
"funding": [
{
@ -3720,7 +3720,7 @@
"type": "tidelift"
}
],
"time": "2021-07-27T17:25:39+00:00"
"time": "2021-11-05T13:13:39+00:00"
},
{
"name": "symfony/routing",
@ -4761,16 +4761,16 @@
},
{
"name": "composer/composer",
"version": "2.1.10",
"version": "2.1.11",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "ea5f64d1a15c66942979b804c9fb3686be852ca0"
"reference": "ddc81bb4718747cc93330ccf832e6be8a6c1d015"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/ea5f64d1a15c66942979b804c9fb3686be852ca0",
"reference": "ea5f64d1a15c66942979b804c9fb3686be852ca0",
"url": "https://api.github.com/repos/composer/composer/zipball/ddc81bb4718747cc93330ccf832e6be8a6c1d015",
"reference": "ddc81bb4718747cc93330ccf832e6be8a6c1d015",
"shasum": ""
},
"require": {
@ -4839,7 +4839,7 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.1.10"
"source": "https://github.com/composer/composer/tree/2.1.11"
},
"funding": [
{
@ -4855,7 +4855,7 @@
"type": "tidelift"
}
],
"time": "2021-10-29T20:34:57+00:00"
"time": "2021-11-02T11:10:26+00:00"
},
{
"name": "composer/metadata-minifier",

View File

@ -52,7 +52,7 @@
"symfony/polyfill-mbstring": "v1.23.1",
"symfony/polyfill-php80": "v1.23.1",
"symfony/process": "v4.4.30",
"symfony/psr-http-message-bridge": "v2.1.1",
"symfony/psr-http-message-bridge": "v2.1.2",
"symfony/routing": "v4.4.30",
"symfony/serializer": "v4.4.33",
"symfony/service-contracts": "v2.4.0",

View File

@ -11,7 +11,7 @@
"behat/mink": "v1.9.0",
"behat/mink-selenium2-driver": "v1.5.0",
"composer/ca-bundle": "1.3.1",
"composer/composer": "2.1.10",
"composer/composer": "2.1.11",
"composer/metadata-minifier": "1.0.0",
"composer/spdx-licenses": "1.5.5",
"composer/xdebug-handler": "2.0.2",