mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
dcbb873e62
This allows the use of [custom mapping types][1] when using the Doctrine DBAL or Doctrine ORM. [1]: http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types
28 lines
768 B
JSON
28 lines
768 B
JSON
{
|
|
"name": "rhumsaa/uuid",
|
|
"description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID). Requires a 64-bit build of PHP.",
|
|
"type": "library",
|
|
"keywords": ["uuid", "identifier", "guid"],
|
|
"homepage": "https://github.com/ramsey/uuid",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ben Ramsey",
|
|
"homepage": "http://benramsey.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ramsey/uuid/issues",
|
|
"source": "https://github.com/ramsey/uuid"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": ">=2"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Rhumsaa\\Uuid": "src/"}
|
|
}
|
|
}
|