[DEPENDENCIES] Update dependencies, including redis-polyfill, to be able to implement a test

This commit is contained in:
Hugo Sales 2021-04-01 19:17:09 +00:00
parent eb951b49bf
commit 121faccb22
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 33 additions and 31 deletions

View File

@ -14,7 +14,7 @@
"php-ds/php-ds": "^1.2",
"sensio/framework-extra-bundle": "^5.2",
"someonewithpc/memcached-polyfill": "^1.0",
"someonewithpc/redis-polyfill": "^1.0",
"someonewithpc/redis-polyfill": "dev-master",
"symfony/asset": "5.2.*",
"symfony/cache": "5.2.*",
"symfony/config": "5.2.*",

62
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": "c456634d0e0b6a4e8a4eb8f156d549ab",
"content-hash": "2c6ad563744806c371ab1916fde2a6f0",
"packages": [
{
"name": "alchemy/resource-component",
@ -1622,16 +1622,16 @@
},
{
"name": "egulias/email-validator",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "62c3b73c581c834885acf6e120b412b76acc495a"
"reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/62c3b73c581c834885acf6e120b412b76acc495a",
"reference": "62c3b73c581c834885acf6e120b412b76acc495a",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307",
"reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307",
"shasum": ""
},
"require": {
@ -1678,7 +1678,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.1.0"
"source": "https://github.com/egulias/EmailValidator/tree/3.1.1"
},
"funding": [
{
@ -1686,7 +1686,7 @@
"type": "github"
}
],
"time": "2021-03-07T14:33:28+00:00"
"time": "2021-04-01T18:37:14+00:00"
},
{
"name": "erusev/parsedown",
@ -3189,18 +3189,19 @@
},
{
"name": "someonewithpc/redis-polyfill",
"version": "1.0.1",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/someonewithpc/php-redis-polyfill.git",
"reference": "db70a9df20bb2b82f594d84c4490b8edd20379a2"
"reference": "6f10fea3b62718ad3c500dcbcd8f5254894376c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/someonewithpc/php-redis-polyfill/zipball/db70a9df20bb2b82f594d84c4490b8edd20379a2",
"reference": "db70a9df20bb2b82f594d84c4490b8edd20379a2",
"url": "https://api.github.com/repos/someonewithpc/php-redis-polyfill/zipball/6f10fea3b62718ad3c500dcbcd8f5254894376c0",
"reference": "6f10fea3b62718ad3c500dcbcd8f5254894376c0",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -3224,9 +3225,9 @@
],
"support": {
"issues": "https://github.com/someonewithpc/php-redis-polyfill/issues",
"source": "https://github.com/someonewithpc/php-redis-polyfill/tree/1.0.1"
"source": "https://github.com/someonewithpc/php-redis-polyfill/tree/1.1"
},
"time": "2020-07-17T22:29:37+00:00"
"time": "2021-04-01T19:09:10+00:00"
},
{
"name": "symfony/amqp-messenger",
@ -5638,30 +5639,30 @@
},
{
"name": "symfony/monolog-bundle",
"version": "v3.6.0",
"version": "v3.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
"reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940"
"reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e495f5c7e4e672ffef4357d4a4d85f010802f940",
"reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4",
"reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4",
"shasum": ""
},
"require": {
"monolog/monolog": "~1.22 || ~2.0",
"php": ">=5.6",
"symfony/config": "~3.4 || ~4.0 || ^5.0",
"symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
"symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
"symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
"php": ">=7.1.3",
"symfony/config": "~4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "~4.4 || ^5.0",
"symfony/monolog-bridge": "~4.4 || ^5.0"
},
"require-dev": {
"symfony/console": "~3.4 || ~4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"symfony/yaml": "~3.4 || ~4.0 || ^5.0"
"symfony/console": "~4.4 || ^5.0",
"symfony/phpunit-bridge": "^5.1",
"symfony/yaml": "~4.4 || ^5.0"
},
"type": "symfony-bundle",
"extra": {
@ -5688,18 +5689,18 @@
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony MonologBundle",
"homepage": "http://symfony.com",
"homepage": "https://symfony.com",
"keywords": [
"log",
"logging"
],
"support": {
"issues": "https://github.com/symfony/monolog-bundle/issues",
"source": "https://github.com/symfony/monolog-bundle/tree/v3.6.0"
"source": "https://github.com/symfony/monolog-bundle/tree/v3.7.0"
},
"funding": [
{
@ -5715,7 +5716,7 @@
"type": "tidelift"
}
],
"time": "2020-10-06T15:12:11+00:00"
"time": "2021-03-31T07:20:47+00:00"
},
{
"name": "symfony/notifier",
@ -10220,7 +10221,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"alchemy/zippy": 20
"alchemy/zippy": 20,
"someonewithpc/redis-polyfill": 20
},
"prefer-stable": false,
"prefer-lowest": false,