Breeze auth added

This commit is contained in:
Александр Бабкин
2022-06-23 14:35:42 +03:00
parent 55913e04bb
commit eb0140dfa4
52 changed files with 41771 additions and 9 deletions

59
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": "c61ff82cbf0142a401a48a8161e1595a",
"content-hash": "a6f4a8424586fa680aa64e8294074456",
"packages": [
{
"name": "asm89/stack-cors",
@@ -5537,6 +5537,63 @@
},
"time": "2020-07-09T08:09:16+00:00"
},
{
"name": "laravel/breeze",
"version": "v1.9.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/breeze.git",
"reference": "98c79a68ae53c2193367238c019a2f988be44f4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/breeze/zipball/98c79a68ae53c2193367238c019a2f988be44f4f",
"reference": "98c79a68ae53c2193367238c019a2f988be44f4f",
"shasum": ""
},
"require": {
"illuminate/filesystem": "^8.42|^9.0",
"illuminate/support": "^8.42|^9.0",
"illuminate/validation": "^8.42|^9.0",
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Breeze\\BreezeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Breeze\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Minimal Laravel authentication scaffolding with Blade and Tailwind.",
"keywords": [
"auth",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/breeze/issues",
"source": "https://github.com/laravel/breeze"
},
"time": "2022-06-13T18:41:50+00:00"
},
{
"name": "laravel/sail",
"version": "v1.14.11",