diff --git a/Dockerfile b/Dockerfile index 1afc044..4208a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN docker-php-ext-install bcmath sockets pdo_mysql pdo pdo_pgsql pgsql pcntl # tokenizer \ # xml -RUN apk add --no-cache pcre-dev $PHPIZE_DEPS && pecl install redis && docker-php-ext-enable redis.so +RUN apk add --no-cache pcre-dev $PHPIZE_DEPS && pecl install redis-5.3.7 && docker-php-ext-enable redis.so # install composer RUN EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')" diff --git a/composer.lock b/composer.lock index c53dada..df38328 100644 --- a/composer.lock +++ b/composer.lock @@ -1866,16 +1866,16 @@ }, { "name": "laravel/serializable-closure", - "version": "v1.3.1", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902" + "reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902", - "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/076fe2cf128bd54b4341cdc6d49b95b34e101e4c", + "reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c", "shasum": "" }, "require": { @@ -1922,7 +1922,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2023-07-14T13:56:28+00:00" + "time": "2023-10-17T13:38:16+00:00" }, { "name": "laravel/tinker", @@ -3646,16 +3646,16 @@ }, { "name": "spiral/core", - "version": "3.9.0", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/spiral/core.git", - "reference": "9f327a86c4bf27e2872ee5a3df245d24b148d526" + "reference": "9d9c39f76225409c01d3936077841a3ba67254f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spiral/core/zipball/9f327a86c4bf27e2872ee5a3df245d24b148d526", - "reference": "9f327a86c4bf27e2872ee5a3df245d24b148d526", + "url": "https://api.github.com/repos/spiral/core/zipball/9d9c39f76225409c01d3936077841a3ba67254f5", + "reference": "9d9c39f76225409c01d3936077841a3ba67254f5", "shasum": "" }, "require": { @@ -3673,7 +3673,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.9.x-dev" + "dev-master": "3.10.x-dev" } }, "autoload": { @@ -3709,7 +3709,7 @@ "issues": "https://github.com/spiral/framework/issues", "source": "https://github.com/spiral/core" }, - "time": "2023-09-06T14:38:30+00:00" + "time": "2023-10-19T14:19:18+00:00" }, { "name": "spiral/goridge", @@ -3781,22 +3781,22 @@ }, { "name": "spiral/logger", - "version": "3.9.0", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/spiral/logger.git", - "reference": "6b3fce559c4d143b8c65653fe01bab9720af5be0" + "reference": "87c448e8c38eb346526584c24a1ca285bec1ce58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spiral/logger/zipball/6b3fce559c4d143b8c65653fe01bab9720af5be0", - "reference": "6b3fce559c4d143b8c65653fe01bab9720af5be0", + "url": "https://api.github.com/repos/spiral/logger/zipball/87c448e8c38eb346526584c24a1ca285bec1ce58", + "reference": "87c448e8c38eb346526584c24a1ca285bec1ce58", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "1 - 3", - "spiral/core": "^3.9" + "spiral/core": "^3.9.1" }, "require-dev": { "mockery/mockery": "^1.5", @@ -3806,7 +3806,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.9.x-dev" + "dev-master": "3.10.x-dev" } }, "autoload": { @@ -3842,7 +3842,7 @@ "issues": "https://github.com/spiral/framework/issues", "source": "https://github.com/spiral/logger" }, - "time": "2023-09-08T10:10:54+00:00" + "time": "2023-10-24T14:07:14+00:00" }, { "name": "spiral/roadrunner", @@ -4093,36 +4093,36 @@ }, { "name": "spiral/tokenizer", - "version": "3.9.0", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/spiral/tokenizer.git", - "reference": "1da2c055e507fd2bc76b1ea3adc27ed4c222af5e" + "reference": "05aa5ab2b984545b5e383059d0fae32e1a885ac6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spiral/tokenizer/zipball/1da2c055e507fd2bc76b1ea3adc27ed4c222af5e", - "reference": "1da2c055e507fd2bc76b1ea3adc27ed4c222af5e", + "url": "https://api.github.com/repos/spiral/tokenizer/zipball/05aa5ab2b984545b5e383059d0fae32e1a885ac6", + "reference": "05aa5ab2b984545b5e383059d0fae32e1a885ac6", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=8.1", - "spiral/core": "^3.9", - "spiral/logger": "^3.9", + "spiral/core": "^3.9.1", + "spiral/logger": "^3.9.1", "symfony/finder": "^5.3.7|^6.0" }, "require-dev": { "phpunit/phpunit": "^10.1", "spiral/attributes": "^2.8|^3.0", - "spiral/boot": "^3.9", - "spiral/files": "^3.9", + "spiral/boot": "^3.9.1", + "spiral/files": "^3.9.1", "vimeo/psalm": "^5.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.9.x-dev" + "dev-master": "3.10.x-dev" } }, "autoload": { @@ -4158,7 +4158,7 @@ "issues": "https://github.com/spiral/framework/issues", "source": "https://github.com/spiral/tokenizer" }, - "time": "2023-09-08T10:11:27+00:00" + "time": "2023-10-24T14:07:58+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -6346,16 +6346,16 @@ }, { "name": "symfony/translation", - "version": "v6.3.3", + "version": "v6.3.6", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd" + "reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd", - "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd", + "url": "https://api.github.com/repos/symfony/translation/zipball/869b26c7a9d4b8a48afdd77ab36031909c87e3a2", + "reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2", "shasum": "" }, "require": { @@ -6421,7 +6421,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.3.3" + "source": "https://github.com/symfony/translation/tree/v6.3.6" }, "funding": [ { @@ -6437,7 +6437,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T07:08:24+00:00" + "time": "2023-10-17T11:32:53+00:00" }, { "name": "symfony/translation-contracts", @@ -9258,5 +9258,5 @@ "php": "^7.3|^8.0" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }