mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix typo for PHP version requirement
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user