Use Uuid with its new namespace

This commit is contained in:
Benoît Burnichon
2015-07-29 17:11:53 +02:00
parent 61160197a2
commit 8aca5f6126
11 changed files with 54 additions and 53 deletions

63
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "d463b8379eb7ddd0bc5d3fdb878a0c37",
"content-hash": "6d1bf999a101d0bbdcd5a8d3b94f4af4",
"hash": "7d9ab9ff4c9c0fecf882d499173503b0",
"content-hash": "227f7ac4b6e8fef6249111662d317932",
"packages": [
{
"name": "alchemy-fr/tcpdf-clone",
@@ -3941,46 +3941,45 @@
"time": "2012-12-21 11:40:51"
},
{
"name": "rhumsaa/uuid",
"version": "2.8.0",
"name": "ramsey/uuid",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/rhumsaa-uuid.git",
"reference": "cca98c652cac412c9c2f109c69e5532f313435fc"
"url": "https://github.com/ramsey/uuid.git",
"reference": "3c84b9e2965a5fa666dec8617a3a66a8179c6ca8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc",
"reference": "cca98c652cac412c9c2f109c69e5532f313435fc",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/3c84b9e2965a5fa666dec8617a3a66a8179c6ca8",
"reference": "3c84b9e2965a5fa666dec8617a3a66a8179c6ca8",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
"php": ">=5.4"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"doctrine/dbal": ">=2.3",
"moontoast/math": "~1.1",
"phpunit/phpunit": "~4.1",
"satooshi/php-coveralls": "~0.6",
"symfony/console": "~2.3"
"apigen/apigen": "^4.1",
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"moontoast/math": "^1.1",
"phpunit/phpunit": "^4.7",
"satooshi/php-coveralls": "^0.6.1",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
"moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
"symfony/console": "Support for use of the bin/uuid command line tool."
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"bin": [
"bin/uuid"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Rhumsaa\\Uuid\\": "src/"
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -3992,20 +3991,24 @@
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"homepage": "http://benramsey.com"
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
"abandoned": "ramsey/uuid",
"time": "2014-11-09 18:42:56"
"time": "2015-10-21 16:27:25"
},
{
"name": "roave/security-advisories",