@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fac753ae2702317b354e7eb283f28cbc ",
"content-hash": "5fab0a30e94ae154f941445595e22672 ",
"packages": [
{
"name": "asm89/stack-cors",
@ -555,6 +555,62 @@
],
"time": "2020-10-22T13:57:20+00:00"
},
{
"name": "goldspecdigital/laravel-eloquent-uuid",
"version": "v8.0.1",
"source": {
"type": "git",
"url": "https://github.com/goldspecdigital/laravel-eloquent-uuid.git",
"reference": "e98748113e3b9de5b408cdc306e9d93e18121988"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/goldspecdigital/laravel-eloquent-uuid/zipball/e98748113e3b9de5b408cdc306e9d93e18121988",
"reference": "e98748113e3b9de5b408cdc306e9d93e18121988",
"shasum": ""
},
"require": {
"laravel/framework": "^8.0",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ext-pdo": "*",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"GoldSpecDigital\\LaravelEloquentUUID\\UuidServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"GoldSpecDigital\\LaravelEloquentUUID\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Inamdar",
"email": "matt@goldspecdigital.com"
}
],
"description": "A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.",
"homepage": "https://github.com/goldspecdigital/laravel-eloquent-uuid",
"keywords": [
"eloquent",
"laravel",
"php",
"uuid"
],
"time": "2020-12-23T10:10:54+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.0.1",
@ -4546,6 +4602,60 @@
}
],
"time": "2020-11-12T00:07:28+00:00"
},
{
"name": "webpatser/laravel-uuid",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/webpatser/laravel-uuid.git",
"reference": "a7ce65cdabbc9970fc2a87fdf67b48e0b1641d23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webpatser/laravel-uuid/zipball/a7ce65cdabbc9970fc2a87fdf67b48e0b1641d23",
"reference": "a7ce65cdabbc9970fc2a87fdf67b48e0b1641d23",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~6.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Webpatser\\Uuid\\UuidServiceProvider"
],
"aliases": {
"Uuid": "Webpatser\\Uuid\\Uuid"
}
}
},
"autoload": {
"psr-0": {
"Webpatser\\Uuid": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Kempen",
"email": "christoph@downsized.nl"
}
],
"description": "Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.",
"homepage": "https://github.com/webpatser/uuid",
"keywords": [
"UUID RFC4122"
],
"time": "2017-10-04T07:47:40+00:00"
}
],
"packages-dev": [