[ticket/16769] Update composer dependencies to latest versions

PHPBB3-16769
This commit is contained in:
Marc Alexander 2021-04-29 20:40:43 +02:00
parent b215f13f04
commit de3c0f274c
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

50
phpBB/composer.lock generated
View file

@ -293,16 +293,16 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "1.7.0", "version": "1.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -362,9 +362,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.7.0" "source": "https://github.com/guzzle/psr7/tree/1.8.2"
}, },
"time": "2020-09-30T07:37:11+00:00" "time": "2021-04-26T09:17:50+00:00"
}, },
{ {
"name": "lusitanian/oauth", "name": "lusitanian/oauth",
@ -850,21 +850,21 @@
}, },
{ {
"name": "s9e/regexp-builder", "name": "s9e/regexp-builder",
"version": "1.4.4", "version": "1.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/s9e/RegexpBuilder.git", "url": "https://github.com/s9e/RegexpBuilder.git",
"reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033" "reference": "45992e3389e0179672f3a3605d66891a8b64918c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/605b33841a766abd40ba3d07c15d0f62b5e7f033", "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/45992e3389e0179672f3a3605d66891a8b64918c",
"reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033", "reference": "45992e3389e0179672f3a3605d66891a8b64918c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"lib-pcre": ">=7.2", "lib-pcre": ">=7.2",
"php": ">=5.5.1" "php": ">=7.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "*" "phpunit/phpunit": "*"
@ -886,9 +886,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/s9e/RegexpBuilder/issues", "issues": "https://github.com/s9e/RegexpBuilder/issues",
"source": "https://github.com/s9e/RegexpBuilder/tree/1.4.4" "source": "https://github.com/s9e/RegexpBuilder/tree/1.4.5"
}, },
"time": "2020-01-08T02:46:22+00:00" "time": "2021-04-28T21:45:11+00:00"
}, },
{ {
"name": "s9e/sweetdom", "name": "s9e/sweetdom",
@ -936,16 +936,16 @@
}, },
{ {
"name": "s9e/text-formatter", "name": "s9e/text-formatter",
"version": "2.8.4", "version": "2.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/s9e/TextFormatter.git", "url": "https://github.com/s9e/TextFormatter.git",
"reference": "7856f66f4cfaf1402b8ec30c0f0ba124da4e9b76" "reference": "d764e9e4ac70b9bc398afe15b45b27568aa3ff23"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/7856f66f4cfaf1402b8ec30c0f0ba124da4e9b76", "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/d764e9e4ac70b9bc398afe15b45b27568aa3ff23",
"reference": "7856f66f4cfaf1402b8ec30c0f0ba124da4e9b76", "reference": "d764e9e4ac70b9bc398afe15b45b27568aa3ff23",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -972,7 +972,7 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"version": "2.8.4" "version": "2.9.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -1004,9 +1004,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/s9e/TextFormatter/issues", "issues": "https://github.com/s9e/TextFormatter/issues",
"source": "https://github.com/s9e/TextFormatter/tree/2.8.4" "source": "https://github.com/s9e/TextFormatter/tree/2.9.0"
}, },
"time": "2021-03-02T08:58:26+00:00" "time": "2021-04-17T23:41:09+00:00"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
@ -4687,16 +4687,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.5.8", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4" "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4", "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4739,7 +4739,7 @@
"source": "https://github.com/squizlabs/PHP_CodeSniffer", "source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
}, },
"time": "2020-10-23T02:01:07+00:00" "time": "2021-04-09T00:54:41+00:00"
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",