1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-15 04:09:39 +01:00

Fix AuthenticatesUsers not found issue ()

This commit is contained in:
Kovah 2020-03-08 20:15:38 +01:00
parent 1628be074a
commit 72f494a7a1
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 57 additions and 1 deletions

@ -9,6 +9,7 @@
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "^7.0",
"laravel/ui": "^2.0",
"predis/predis": "^1.1",
"shaarli/netscape-bookmark-parser": "^2.1",
"spatie/laravel-backup": "^6.4.0"

57
composer.lock generated

@ -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": "5519dccbe1d171491a31f530dc67ad57",
"content-hash": "dc9c0ca8cb3a12dece3719ea99808690",
"packages": [
{
"name": "doctrine/cache",
@ -941,6 +941,61 @@
],
"time": "2020-03-03T14:20:35+00:00"
},
{
"name": "laravel/ui",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
"reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
"shasum": ""
},
"require": {
"illuminate/console": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"php": "^7.2.5"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"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"
],
"time": "2020-03-03T20:16:46+00:00"
},
{
"name": "league/commonmark",
"version": "1.3.1",