#34 Generate UUID on seeder/models

This commit is contained in:
Nabeel Shahzad
2017-06-24 13:20:24 -05:00
parent 2aa7cc66d5
commit ba57cef0a7
9 changed files with 103 additions and 14 deletions

49
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "abd8dd8b12ea7f677c5bf93da12e0948",
"content-hash": "7525e3933b2ad8a1f88d01bb12263d86",
"packages": [
{
"name": "anlutro/l4-settings",
@@ -3944,6 +3944,53 @@
],
"time": "2016-09-01T10:05:43+00:00"
},
{
"name": "webpatser/laravel-uuid",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/webpatser/laravel-uuid.git",
"reference": "6ed2705775e3edf066b90e1292f76f157ec00507"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webpatser/laravel-uuid/zipball/6ed2705775e3edf066b90e1292f76f157ec00507",
"reference": "6ed2705775e3edf066b90e1292f76f157ec00507",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"fzaninotto/faker": "1.5.*",
"phpunit/phpunit": "4.7.*"
},
"suggest": {
"paragonie/random_compat": "A random_bytes Php 5.x polyfill."
},
"type": "library",
"autoload": {
"psr-0": {
"Webpatser\\Uuid": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Kempen",
"email": "christoph@downsized.nl"
}
],
"description": "Class to generate a UUID according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUID are built-in.",
"homepage": "https://github.com/webpatser/uuid",
"keywords": [
"UUID RFC4122"
],
"time": "2016-05-09T09:22:18+00:00"
},
{
"name": "willdurand/geocoder",
"version": "v3.3.2",