From 05e19c80a6f076994f36eff5a7e9aee55e2d2956 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 20 Dec 2023 14:16:45 +0900 Subject: [PATCH] docs: add codeigniter4/queue repository --- user_guide_src/source/installation/repositories.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user_guide_src/source/installation/repositories.rst b/user_guide_src/source/installation/repositories.rst index 920efc27800f..ed950ddd3802 100644 --- a/user_guide_src/source/installation/repositories.rst +++ b/user_guide_src/source/installation/repositories.rst @@ -32,6 +32,8 @@ There are several development repositories, of interest to potential contributor +------------------+--------------+-----------------------------------------------------------------+ | cache_ | developers | PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4 | +------------------+--------------+-----------------------------------------------------------------+ +| queue_ | developers | Job Queue for CodeIgniter 4 | ++------------------+--------------+-----------------------------------------------------------------+ .. _CodeIgniter4: https://github.com/codeigniter4/CodeIgniter4 .. _translations: https://github.com/codeigniter4/translations @@ -41,6 +43,7 @@ There are several development repositories, of interest to potential contributor .. _shield: https://codeigniter4.github.io/shield .. _tasks: https://github.com/codeigniter4/tasks .. _cache: https://github.com/codeigniter4/cache +.. _queue: https://github.com/codeigniter4/queue There are also several deployment repositories, referenced in the installation directions. The deployment repositories are built automatically when a new version is released, and they