From ab54d02c3c96e3261d16b17cd2b2788c7089ebf8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Nov 2017 14:53:40 +0100 Subject: v1.0.10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 36ebe48..0e8beee 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "analog/analog", "type": "library", - "description": "PHP 5.3+ micro logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.", + "description": "PHP logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.", "keywords": ["log", "logging", "logger", "syslog", "error", "debug", "debugging", "alerts"], "homepage": "https://github.com/jbroadway/analog", "license": "MIT", -- cgit