More dependency updates.

Changelogs summary:

 - psr/cache updated from 1.0.1 to 3.0.0 major
   See changes: https://github.com/php-fig/cache/compare/1.0.1...3.0.0
   Release notes: https://github.com/php-fig/cache/releases/tag/3.0.0

 - mezzio/mezzio-session-cache updated from 1.6.0 to 1.7.0 minor
   See changes: https://github.com/mezzio/mezzio-session-cache/compare/1.6.0...1.7.0
   Release notes: https://github.com/mezzio/mezzio-session-cache/releases/tag/1.7.0

 - symfony/cache-contracts updated from v2.5.0 to v3.0.0 major
   See changes: https://github.com/symfony/cache-contracts/compare/v2.5.0...v3.0.0
   Release notes: https://github.com/symfony/cache-contracts/releases/tag/v3.0.0

 - symfony/cache updated from v5.4.0 to v6.0.1 major
   See changes: https://github.com/symfony/cache/compare/v5.4.0...v6.0.1
   Release notes: https://github.com/symfony/cache/releases/tag/v6.0.1
This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-26 13:42:09 -06:00
parent d98d33742a
commit 74304e551a
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
2 changed files with 50 additions and 54 deletions

View File

@ -52,7 +52,7 @@
"marcw/rss-writer": "^0.4.0",
"matomo/device-detector": "^5.0",
"mezzio/mezzio-session": "^1.3",
"mezzio/mezzio-session-cache": "^1.4",
"mezzio/mezzio-session-cache": "^1.7",
"monolog/monolog": "^2",
"myclabs/deep-copy": "^1.10",
"nesbot/carbon": "^2.36",
@ -70,7 +70,7 @@
"spomky-labs/otphp": "^10.0",
"supervisorphp/supervisor": "dev-main",
"symfony/beanstalkd-messenger": "^5.4",
"symfony/cache": "^5.4|^6",
"symfony/cache": "^6",
"symfony/console": "^5.4|^6",
"symfony/event-dispatcher": "^5.4|^6",
"symfony/finder": "^5.4|^6",

100
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b3ebafa29ce07ba83b26aad09b6da7c8",
"content-hash": "35c0b92cca0c601500d532dbb909a7b0",
"packages": [
{
"name": "aws/aws-crt-php",
@ -4086,24 +4086,24 @@
},
{
"name": "mezzio/mezzio-session-cache",
"version": "1.6.0",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/mezzio/mezzio-session-cache.git",
"reference": "28ee1d0e5e43274c51d9f99a2cc96ab8d20d8f0c"
"reference": "68c2fd82cbb5a281d35c3ba65ffd38df072ab40f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mezzio/mezzio-session-cache/zipball/28ee1d0e5e43274c51d9f99a2cc96ab8d20d8f0c",
"reference": "28ee1d0e5e43274c51d9f99a2cc96ab8d20d8f0c",
"url": "https://api.github.com/repos/mezzio/mezzio-session-cache/zipball/68c2fd82cbb5a281d35c3ba65ffd38df072ab40f",
"reference": "68c2fd82cbb5a281d35c3ba65ffd38df072ab40f",
"shasum": ""
},
"require": {
"dflydev/fig-cookies": "^2.0.1 || ^3.0.0",
"mezzio/mezzio-session": "^1.4",
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"psr/cache": "^1.0",
"psr/container": "^1.0"
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
"zendframework/zend-expressive-session-cache": "*"
@ -4156,7 +4156,7 @@
"type": "community_bridge"
}
],
"time": "2021-09-15T08:19:41+00:00"
"time": "2021-12-26T18:41:55+00:00"
},
{
"name": "monolog/monolog",
@ -5256,20 +5256,20 @@
},
{
"name": "psr/cache",
"version": "1.0.1",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
"php": ">=8.0.0"
},
"type": "library",
"extra": {
@ -5289,7 +5289,7 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
@ -5299,9 +5299,9 @@
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
"source": "https://github.com/php-fig/cache/tree/3.0.0"
},
"time": "2016-08-06T20:24:11+00:00"
"time": "2021-02-03T23:26:27+00:00"
},
{
"name": "psr/container",
@ -6583,52 +6583,48 @@
},
{
"name": "symfony/cache",
"version": "v5.4.0",
"version": "v6.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79"
"reference": "67213eb02dfc41aa9acb01b8ba260d133c523b79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/d97d6d7f46cb69968f094e329abd987d5ee17c79",
"reference": "d97d6d7f46cb69968f094e329abd987d5ee17c79",
"url": "https://api.github.com/repos/symfony/cache/zipball/67213eb02dfc41aa9acb01b8ba260d133c523b79",
"reference": "67213eb02dfc41aa9acb01b8ba260d133c523b79",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0",
"php": ">=8.0.2",
"psr/cache": "^2.0|^3.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/cache-contracts": "^1.1.7|^2|^3",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
"symfony/var-exporter": "^5.4|^6.0"
},
"conflict": {
"doctrine/dbal": "<2.13.1",
"symfony/dependency-injection": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/var-dumper": "<5.4"
},
"provide": {
"psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0|2.0",
"symfony/cache-implementation": "1.0|2.0"
"psr/cache-implementation": "2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0",
"symfony/cache-implementation": "1.1|2.0|3.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6|^2.0",
"doctrine/dbal": "^2.13.1|^3.0",
"predis/predis": "^1.1",
"psr/simple-cache": "^1.0|^2.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
"psr/simple-cache": "^1.0|^2.0|^3.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
"type": "library",
"autoload": {
@ -6660,7 +6656,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.0"
"source": "https://github.com/symfony/cache/tree/v6.0.1"
},
"funding": [
{
@ -6676,25 +6672,25 @@
"type": "tidelift"
}
],
"time": "2021-11-23T18:51:45+00:00"
"time": "2021-12-08T15:13:44+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v2.5.0",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
"reference": "2f7463f156cf9c665d9317e21a809c3bbff5754e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
"reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/2f7463f156cf9c665d9317e21a809c3bbff5754e",
"reference": "2f7463f156cf9c665d9317e21a809c3bbff5754e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0|^3.0"
"php": ">=8.0.2",
"psr/cache": "^3.0"
},
"suggest": {
"symfony/cache-implementation": ""
@ -6702,7 +6698,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -6739,7 +6735,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
"source": "https://github.com/symfony/cache-contracts/tree/v3.0.0"
},
"funding": [
{
@ -6755,7 +6751,7 @@
"type": "tidelift"
}
],
"time": "2021-08-17T14:20:01+00:00"
"time": "2021-08-17T15:35:52+00:00"
},
{
"name": "symfony/console",