diff --git a/build/fpm/Dockerfile b/build/fpm/Dockerfile index 1aa42caefc58ba1a754ce5bc120df3c7cc5a2fff..b05d9fb946c18dc567ede2b6442f0404674aba60 100644 --- a/build/fpm/Dockerfile +++ b/build/fpm/Dockerfile @@ -30,7 +30,7 @@ RUN apt update && apt install --no-install-recommends -y \ RUN docker-php-ext-configure gd --with-freetype --with-jpeg RUN docker-php-ext-install zip gd pcntl pdo_mysql pdo_pgsql RUN yes 'y' | pecl install xdebug-3.3.2 igbinary-3.2.15 msgpack-2.2.0 redis-6.0.2 imagick -RUN docker-php-ext-enable igbinary redis imagick +RUN docker-php-ext-enable msgpack igbinary redis imagick RUN docker-php-ext-enable --ini-name=xdebug.ini xdebug # Add working dir for the code base diff --git a/metager/composer.json b/metager/composer.json index 2c39c75a710863d30371eb218ed3a2b7c10e04c5..f010b88322288956d2720b22532890b64d0c3127 100644 --- a/metager/composer.json +++ b/metager/composer.json @@ -18,7 +18,6 @@ "mcamara/laravel-localization": "2.0.1", "mews/captcha": "^3.3.3", "mlocati/ip-lib": "^1.18", - "predis/predis": "^2.2", "promphp/prometheus_client_php": "^2.10", "smhg/sepa-qr-data": "^2.0", "vizir/laravel-keycloak-web-guard": "^4.0" diff --git a/metager/composer.lock b/metager/composer.lock index 36f0f395a5bbc91a20c1c3e26ff331e8a0bc2ab2..d04d99401f21e46f5c3a842aa809a0b5f2101685 100644 --- a/metager/composer.lock +++ b/metager/composer.lock @@ -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": "0eb9fe038188ba454b60ec6ca8abf98c", + "content-hash": "4a254e2a694e41945232688fc0b50468", "packages": [ { "name": "bacon/bacon-qr-code", @@ -612,16 +612,16 @@ }, { "name": "endroid/qr-code", - "version": "5.0.8", + "version": "5.0.9", "source": { "type": "git", "url": "https://github.com/endroid/qr-code.git", - "reference": "cb6b31a7aa99df9c6c2dc09a5fa2aaa617f6e5bb" + "reference": "3dcdfab4c9122874f3915d8bf80a43b9df11852d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/endroid/qr-code/zipball/cb6b31a7aa99df9c6c2dc09a5fa2aaa617f6e5bb", - "reference": "cb6b31a7aa99df9c6c2dc09a5fa2aaa617f6e5bb", + "url": "https://api.github.com/repos/endroid/qr-code/zipball/3dcdfab4c9122874f3915d8bf80a43b9df11852d", + "reference": "3dcdfab4c9122874f3915d8bf80a43b9df11852d", "shasum": "" }, "require": { @@ -672,7 +672,7 @@ ], "support": { "issues": "https://github.com/endroid/qr-code/issues", - "source": "https://github.com/endroid/qr-code/tree/5.0.8" + "source": "https://github.com/endroid/qr-code/tree/5.0.9" }, "funding": [ { @@ -680,7 +680,7 @@ "type": "github" } ], - "time": "2024-04-19T08:36:52+00:00" + "time": "2024-05-08T08:09:28+00:00" }, { "name": "fruitcake/php-cors", @@ -1482,16 +1482,16 @@ }, { "name": "laravel/framework", - "version": "v11.6.0", + "version": "v11.7.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "e090ee638ebd4ce221d8bad43b49bbf59ea70ae5" + "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/e090ee638ebd4ce221d8bad43b49bbf59ea70ae5", - "reference": "e090ee638ebd4ce221d8bad43b49bbf59ea70ae5", + "url": "https://api.github.com/repos/laravel/framework/zipball/e5ac72f513f635f208024aa76b8a04efc1b47f93", + "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93", "shasum": "" }, "require": { @@ -1683,7 +1683,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-04-30T13:30:08+00:00" + "time": "2024-05-07T13:41:51+00:00" }, { "name": "laravel/prompts", @@ -3184,67 +3184,6 @@ ], "time": "2023-11-12T21:59:55+00:00" }, - { - "name": "predis/predis", - "version": "v2.2.2", - "source": { - "type": "git", - "url": "https://github.com/predis/predis.git", - "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1", - "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.3", - "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "^8.0 || ~9.4.4" - }, - "suggest": { - "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" - }, - "type": "library", - "autoload": { - "psr-4": { - "Predis\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Till Krüss", - "homepage": "https://till.im", - "role": "Maintainer" - } - ], - "description": "A flexible and feature-complete Redis client for PHP.", - "homepage": "http://github.com/predis/predis", - "keywords": [ - "nosql", - "predis", - "redis" - ], - "support": { - "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.2.2" - }, - "funding": [ - { - "url": "https://github.com/sponsors/tillkruss", - "type": "github" - } - ], - "time": "2023-09-13T16:42:03+00:00" - }, { "name": "promphp/prometheus_client_php", "version": "v2.10.0", @@ -3517,20 +3456,20 @@ }, { "name": "psr/http-factory", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "php": ">=7.0.0", + "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", @@ -3554,7 +3493,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -3566,9 +3505,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + "source": "https://github.com/php-fig/http-factory" }, - "time": "2023-04-10T20:10:41+00:00" + "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", @@ -7425,16 +7364,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.11", + "version": "1.6.12", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "81a161d0b135df89951abd52296adf97deb0723d" + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", - "reference": "81a161d0b135df89951abd52296adf97deb0723d", + "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699", + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699", "shasum": "" }, "require": { @@ -7504,7 +7443,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2024-03-21T18:34:15+00:00" + "time": "2024-05-16T03:13:13+00:00" }, { "name": "myclabs/deep-copy", diff --git a/metager/config/database.php b/metager/config/database.php index 9974c87a685e35906e6ba0fbdb61d331517a7579..3e89c8e142370c08be7a64d11f7773a550889764 100644 --- a/metager/config/database.php +++ b/metager/config/database.php @@ -133,7 +133,7 @@ return [ 'redis' => [ - 'client' => env('REDIS_CLIENT', 'predis'), + 'client' => env('REDIS_CLIENT', 'phpredis'), 'cluster' => false, 'default' => [ 'read_write_timeout' => -1,