|
|
@ -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": "530ddadaf89e5d672e3b42b8831fee62", |
|
|
|
"content-hash": "2a4187ff046018943394d6797b018de3", |
|
|
|
"hash": "36f305c1b49f9700c3c90de31d9ad5c6", |
|
|
|
"content-hash": "cfb38697ddf63cba689ff1f94487d2b5", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "cboden/ratchet", |
|
|
@ -909,6 +909,77 @@ |
|
|
|
"homepage": "http://raintpl.com", |
|
|
|
"time": "2014-12-23 19:29:46" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ramsey/uuid", |
|
|
|
"version": "3.2.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/ramsey/uuid.git", |
|
|
|
"reference": "adee1ba4a6885ed800021a98dd69ae2394d695ec" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/adee1ba4a6885ed800021a98dd69ae2394d695ec", |
|
|
|
"reference": "adee1ba4a6885ed800021a98dd69ae2394d695ec", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.4" |
|
|
|
}, |
|
|
|
"replace": { |
|
|
|
"rhumsaa/uuid": "self.version" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"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|^5.0", |
|
|
|
"satooshi/php-coveralls": "^0.6.1", |
|
|
|
"squizlabs/php_codesniffer": "^2.3" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
|
|
|
"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." |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Ramsey\\Uuid\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Marijn Huizendveld", |
|
|
|
"email": "marijn.huizendveld@gmail.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Thibaud Fabre", |
|
|
|
"email": "thibaud@aztech.io" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Ben Ramsey", |
|
|
|
"email": "ben@benramsey.com", |
|
|
|
"homepage": "https://benramsey.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"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" |
|
|
|
], |
|
|
|
"time": "2016-02-17 23:32:34" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "react/cache", |
|
|
|
"version": "v0.4.0", |
|
|
|