mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "rhumsaa/uuid",
|
||
|
"description": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ 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/rhumsaa-uuid",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ben Ramsey",
|
||
|
"homepage": "http://benramsey.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Marijn Huizendveld",
|
||
|
"email": "marijn.huizendveld@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/ramsey/rhumsaa-uuid/issues",
|
||
|
"source": "https://github.com/ramsey/rhumsaa-uuid"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"moontoast/math": "~1.1",
|
||
|
"symfony/console": "~2.3",
|
||
|
"doctrine/dbal": ">=2.3",
|
||
|
"phpunit/phpunit": "~4.1",
|
||
|
"satooshi/php-coveralls": "~0.6",
|
||
|
"squizlabs/php_codesniffer": "^2.3",
|
||
|
"jakub-onderka/php-parallel-lint": "^0.9.0"
|
||
|
},
|
||
|
"bin": ["bin/uuid"],
|
||
|
"suggest": {
|
||
|
"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.",
|
||
|
"doctrine/dbal": "Allow the use of a UUID as doctrine field type."
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {"Rhumsaa\\Uuid\\": "src/"}
|
||
|
},
|
||
|
"replace": {
|
||
|
"rhumsaa/uuid": "self.version"
|
||
|
}
|
||
|
}
|