Преглед изворни кода

Merge pull request #4942 from pixelfed/staging

Staging
daniel пре 1 година
родитељ
комит
b339f4a5b0
4 измењених фајлова са 202 додато и 198 уклоњено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      composer.json
  3. 199 196
      composer.lock
  4. 1 1
      config/cache.php

+ 1 - 0
CHANGELOG.md

@@ -6,6 +6,7 @@
 
 - Update Inbox, cast live filters to lowercase ([d835e0ad](https://github.com/pixelfed/pixelfed/commit/d835e0ad))
 - Update federation config, increase default timeline days falloff to 90 days from 2 days. Fixes #4905 ([011834f4](https://github.com/pixelfed/pixelfed/commit/011834f4))
+- Update cache config, use predis as default redis driver client ([ea6b1623](https://github.com/pixelfed/pixelfed/commit/ea6b1623))
 -  ([](https://github.com/pixelfed/pixelfed/commit/))
 
 ## [v0.11.12 (2024-02-16)](https://github.com/pixelfed/pixelfed/compare/v0.11.11...v0.11.12)

+ 1 - 1
composer.json

@@ -5,7 +5,7 @@
 	"license": "AGPL-3.0-only",
 	"type": "project",
 	"require": {
-		"php": "^8.1|^8.2",
+		"php": "^8.1|^8.2|^8.3",
 		"ext-bcmath": "*",
 		"ext-ctype": "*",
 		"ext-curl": "*",

Разлика између датотеке није приказан због своје велике величине
+ 199 - 196
composer.lock


+ 1 - 1
config/cache.php

@@ -74,7 +74,7 @@ return [
         'redis' => [
             'driver' => 'redis',
             'lock_connection' => 'default',
-            'client' => env('REDIS_CLIENT', 'phpredis'),
+            'client' => env('REDIS_CLIENT', 'predis'),
 
             'default' => [
                 'scheme'   => env('REDIS_SCHEME', 'tcp'),

Неке датотеке нису приказане због велике количине промена