From 6f2a7463075077ebff8d71ecd5b9840cace3ae54 Mon Sep 17 00:00:00 2001 From: Marvin Petker Date: Tue, 7 Mar 2017 18:12:24 +0100 Subject: [PATCH] Change package description. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ef3a33..1d36f25 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "crtl/openings", - "description": "Package to determine if a time is within predefined ranges (such as store openings).", + "description": "This package provides basic functionality to determine openings such as shop or restaurant openings.", "require-dev": { "phpunit/phpunit": "^6.0" },