From 93b5733df8fc698a2767fbf9f336cfcdb6118d45 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Fri, 25 May 2018 20:27:18 +1200 Subject: [PATCH] Bloody comma --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dcd0e30..cb1d44f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "psr/log": "~1.0" }, "suggest": { - "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.", + "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker." }, "require-dev": { "phpunit/phpunit": "^6"