LibraryItemType enum added

This commit is contained in:
Benjamin Takats
2022-12-06 20:19:52 +01:00
parent 85b2856bcd
commit 07b00870a5
8 changed files with 226 additions and 59 deletions

166
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": "9c4898684e578e46bb709340edf618e8",
"content-hash": "bdaacd0e3b0592028578169251930b7a",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -64,6 +64,52 @@
},
"time": "2021-04-20T07:17:32+00:00"
},
{
"name": "archtechx/enums",
"version": "v0.3.1",
"source": {
"type": "git",
"url": "https://github.com/archtechx/enums.git",
"reference": "373a86a16e7233a56dd942d422af2cc59a2becb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/archtechx/enums/zipball/373a86a16e7233a56dd942d422af2cc59a2becb3",
"reference": "373a86a16e7233a56dd942d422af2cc59a2becb3",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"nunomaduro/larastan": "^1.0|^2.0",
"orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"ArchTech\\Enums\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Samuel Štancl",
"email": "samuel@archte.ch"
}
],
"description": "Helpers for making PHP enums more lovable.",
"support": {
"issues": "https://github.com/archtechx/enums/issues",
"source": "https://github.com/archtechx/enums/tree/v0.3.1"
},
"time": "2022-08-24T22:27:44+00:00"
},
{
"name": "bacon/bacon-qr-code",
"version": "2.0.7",
@@ -6918,6 +6964,78 @@
],
"time": "2022-12-06T07:29:40+00:00"
},
{
"name": "spatie/laravel-options",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-options.git",
"reference": "7631d2bb99b5b4b507293a4d8823c9244b4c18cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-options/zipball/7631d2bb99b5b4b507293a4d8823c9244b4c18cb",
"reference": "7631d2bb99b5b4b507293a4d8823c9244b4c18cb",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.81|^9.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"myclabs/php-enum": "^1.6",
"nunomaduro/collision": "^6.0|^5.0",
"nunomaduro/larastan": "^2.0.1|^1.0.3",
"orchestra/testbench": "^7.0|^v6.24.1",
"pestphp/pest": "^v1.21.3",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
"spatie/enum": "^3.13",
"spatie/laravel-model-states": "^2.0",
"spatie/laravel-ray": "^1.26"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\LaravelOptions\\OptionsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\LaravelOptions\\": "src",
"Spatie\\LaravelOptions\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
"role": "Developer"
}
],
"description": "Create arrays of options from different sources",
"homepage": "https://github.com/spatie/laravel-options",
"keywords": [
"laravel",
"options",
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-options/tree/1.0.3"
},
"time": "2022-07-29T08:14:50+00:00"
},
{
"name": "spatie/laravel-package-tools",
"version": "1.13.7",
@@ -11373,52 +11491,6 @@
}
],
"packages-dev": [
{
"name": "archtechx/enums",
"version": "v0.3.1",
"source": {
"type": "git",
"url": "https://github.com/archtechx/enums.git",
"reference": "373a86a16e7233a56dd942d422af2cc59a2becb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/archtechx/enums/zipball/373a86a16e7233a56dd942d422af2cc59a2becb3",
"reference": "373a86a16e7233a56dd942d422af2cc59a2becb3",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"nunomaduro/larastan": "^1.0|^2.0",
"orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"ArchTech\\Enums\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Samuel Štancl",
"email": "samuel@archte.ch"
}
],
"description": "Helpers for making PHP enums more lovable.",
"support": {
"issues": "https://github.com/archtechx/enums/issues",
"source": "https://github.com/archtechx/enums/tree/v0.3.1"
},
"time": "2022-08-24T22:27:44+00:00"
},
{
"name": "composer/semver",
"version": "3.3.2",