seeders updated

This commit is contained in:
Benjamin Takats
2022-11-30 15:11:37 +01:00
parent ab19835b3d
commit 19991fca46
22 changed files with 1263 additions and 53 deletions

62
composer.lock generated
View File

@@ -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": "4daae21e2c3373844f0d47811d6262c9",
"content-hash": "a242ffb9edc0da4f3a3695053759cab6",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -4427,6 +4427,66 @@
],
"time": "2022-11-15T09:10:09+00:00"
},
{
"name": "spatie/laravel-sluggable",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-sluggable.git",
"reference": "e3b102ef0f0a0bfbba1eca5961a8e33207c76028"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/e3b102ef0f0a0bfbba1eca5961a8e33207c76028",
"reference": "e3b102ef0f0a0bfbba1eca5961a8e33207c76028",
"shasum": ""
},
"require": {
"illuminate/database": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0",
"pestphp/pest": "^1.20",
"spatie/laravel-translatable": "^5.0|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Sluggable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Generate slugs when saving Eloquent models",
"homepage": "https://github.com/spatie/laravel-sluggable",
"keywords": [
"laravel-sluggable",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-sluggable/issues",
"source": "https://github.com/spatie/laravel-sluggable/tree/3.4.0"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2022-03-28T11:21:33+00:00"
},
{
"name": "spatie/once",
"version": "3.1.0",