Files
php-uuid/composer.json
T
2012-07-05 18:29:35 -05:00

25 lines
681 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).",
"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.0"
},
"autoload": {
"psr-0": {"Rhumsaa\\Uuid": "library/"}
}
}