Fix typo for PHP version requirement

This commit is contained in:
Teoh Han Hui
2018-03-28 16:05:49 +02:00
committed by Ben Ramsey
parent 5d7ee63f1c
commit b6ca0903b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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).
+1 -1
View File
@@ -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",