This commit is contained in:
Andras Bacsai
2023-05-10 15:49:56 +02:00
parent 9275b3edd7
commit 3a448a6ffc
9 changed files with 398 additions and 13 deletions

64
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": "d48b2dcd8be8f84ae1ed016cdbff4c64",
"content-hash": "dab9ddb648c7ca0d8b7e750090bb8e10",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -1956,6 +1956,68 @@
},
"time": "2023-02-15T16:40:09+00:00"
},
{
"name": "laravel/ui",
"version": "v4.2.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "05ff7ac1eb55e2dfd10edcfb18c953684d693907"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/05ff7ac1eb55e2dfd10edcfb18c953684d693907",
"reference": "05ff7ac1eb55e2dfd10edcfb18c953684d693907",
"shasum": ""
},
"require": {
"illuminate/console": "^9.21|^10.0",
"illuminate/filesystem": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"illuminate/validation": "^9.21|^10.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"support": {
"source": "https://github.com/laravel/ui/tree/v4.2.1"
},
"time": "2023-02-17T09:17:24+00:00"
},
{
"name": "lcobucci/jwt",
"version": "5.0.0",