/home/dvjjulio/test.istyle.mx/vendor/webpatser/laravel-uuid/composer.json
{
"name" : "webpatser/uuid",
"description" : "Class to generate a UUID according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUID are built-in.",
"authors" : [{
"name" : "Christoph Kempen",
"email" : "christoph@downsized.nl"
}
],
"keywords" : [
"UUID RFC4122"
],
"homepage" : "https://github.com/webpatser/uuid",
"license" : [
"MIT"
],
"require" : {
"php" : "^7.0"
},
"require-dev" : {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~6.0"
},
"autoload" : {
"psr-0" : {
"Webpatser\\Uuid" : "src/"
}
},
"support" : {
"source" : "https://github.com/webpatser/uuid",
"issues" : "https://github.com/webpatser/uuid/issues"
},
"extra": {
"laravel": {
"providers": [
"Webpatser\\Uuid\\UuidServiceProvider"
],
"aliases": {
"Uuid": "Webpatser\\Uuid\\Uuid"
}
}
}
}