From 1f533d9f63fd78e9ba7506361d4ba993b441fcbb Mon Sep 17 00:00:00 2001 From: Stefan Linke Date: Tue, 8 Oct 2024 11:19:25 +0200 Subject: [PATCH] Improve wording in package description Stumbled upon the past tense in `supported` when listing installed packages. Didn't make sense :) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1664d4914..0197ca139 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yiisoft/yii2-queue", - "description": "Yii2 Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman", + "description": "Yii2 Queue Extension which supports queues based on DB, Redis, RabbitMQ, Beanstalk, SQS, and Gearman", "type": "yii2-extension", "keywords": ["yii", "queue", "async", "gii", "db", "redis", "rabbitmq", "beanstalk", "gearman", "sqs"], "license": "BSD-3-Clause",