diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index b1b852a4..4cf4e644 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -17,7 +17,7 @@ on: env: PROJECT_ID: ${{ secrets.GKE_PROJECT }} GKE_CLUSTER: autopilot-cluster-coconut - GKE_ZONE: europe-west3-a + GKE_ZONE: europe-west3 DEPLOYMENT_NAME: coconut-coconut-app WORKER_DEPLOYMENT_NAME: coconut-worker REPOSITORY_NAME: coconut diff --git a/composer.json b/composer.json index 789e4cc1..0dd35724 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,7 @@ "league/flysystem-aws-s3-v3": "^3.0", "livewire/livewire": "^3.0", "owen-it/laravel-auditing": "^13.6", + "predis/predis": "^2.2", "pxlrbt/filament-environment-indicator": "^2.0", "shuvroroy/filament-spatie-laravel-backup": "^2.1", "spatie/laravel-backup": "^8.6", diff --git a/composer.lock b/composer.lock index b3f44d24..08049de9 100644 --- a/composer.lock +++ b/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": "b753f79a781af3821f1e0818a1c53417", + "content-hash": "25a3af330b0000683de7bcf0d6ad5edb", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -5535,6 +5535,67 @@ }, "time": "2022-06-13T21:57:56+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": "psr/cache", "version": "3.0.0", @@ -12935,7 +12996,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.2" + "php": "^8.3" }, "platform-dev": [], "plugin-api-version": "2.6.0"