From f3349be788703e94f2a833fb30579f8b23998ca3 Mon Sep 17 00:00:00 2001 From: Chris Harrison Date: Sat, 23 Dec 2017 11:59:05 +0000 Subject: [PATCH] Don't tie this library specifically to PHP 7.1 --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8bd8fd..1308277 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # clock -A PHP 7.1 clock interface. +A PHP 7 clock interface. ## Installation ## diff --git a/composer.json b/composer.json index 26df83e..02f7679 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "chrisharrison/clock", - "description": "A PHP 7.1 clock.", + "description": "A PHP 7 clock interface.", "type": "library", "license": "MIT", "authors": [ @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^6.3"