Merge branch '2.8'

Conflicts:
	README.md
	apigen.neon
	composer.json
This commit is contained in:
Ben Ramsey
2015-07-23 19:06:41 +00:00
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -17,6 +17,13 @@ The 3.0.0 release represents a significant step for the ramsey/uuid library. Whi
* NEW: While the interface to create UUIDs hasn't changed, if using this package on a 32-bit system, you will now receive an object of type `DegradedUuid` (which extends `Uuid`, which implements `UuidInterface`).
* NEW: All UUIDs are now [JsonSerializable](http://php.net/JsonSerializable).
## 2.8.2
_Released: 2015-07-23_
* Ensure the release tag makes it into the rhumsaa/uuid package.
* Minor documentation changes.
## 2.8.1
_Released: 2015-06-16_
+3 -3
View File
@@ -3,7 +3,7 @@
"description": "Formerly rhumsaa/uuid. 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",
"homepage": "https://github.com/ramsey/rhumsaa-uuid",
"license": "MIT",
"authors": [
{
@@ -21,8 +21,8 @@
}
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid"
"issues": "https://github.com/ramsey/rhumsaa-uuid/issues",
"source": "https://github.com/ramsey/rhumsaa-uuid"
},
"require": {
"php": ">=5.4"