From b6ca0903b9054597fe657ddde901b361f2aefe2e Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Wed, 28 Mar 2018 16:05:49 +0200 Subject: [PATCH] Fix typo for PHP version requirement --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d4c21..7068cd9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ changed to `ramsey/uuid` and `Ramsey\Uuid`, respectively.* [![Coverage Status][badge-coverage]][coverage] [![Total Downloads][badge-downloads]][downloads] -ramsey/uuid is a PHP 5.4+ library for generating and working with +ramsey/uuid is a PHP 7+ library for generating and working with [RFC 4122][rfc4122] version 1, 3, 4, and 5 universally unique identifiers (UUID). diff --git a/composer.json b/composer.json index 1207b64..f6d80ce 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ramsey/uuid", "type": "library", - "description": "A PHP 7 library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "description": "A PHP 7+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "keywords": [ "uuid", "identifier",