From f85eb9f69d39cfb03946d794fdc4776ca1187cf1 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Thu, 24 Jul 2014 22:29:46 -0700 Subject: [PATCH] require 5.4 and add JsonSerializable -on branch - prep for pr --- .travis.yml | 1 - README.md | 2 +- composer.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40ce721..4ec0096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 diff --git a/README.md b/README.md index 776b722..893b025 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## About -Rhumsaa\Uuid is a PHP 5.3+ library for generating and working with +Rhumsaa\Uuid is a PHP 5.4+ library for generating and working with [RFC 4122][rfc4122] version 1, 3, 4, and 5 universally unique identifiers (UUID). From [Wikipedia](http://en.wikipedia.org/wiki/Universally_unique_identifier): diff --git a/composer.json b/composer.json index 30de67e..9edc26b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "rhumsaa/uuid", - "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "description": "A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "type": "library", "keywords": ["uuid", "identifier", "guid"], "homepage": "https://github.com/ramsey/uuid",