Remove laravel/breeze it was used only for livewire scaffolding

This commit is contained in:
DariusIII
2024-05-05 11:27:22 +02:00
parent 6f05ee932a
commit 857e4a828b
2 changed files with 1 additions and 62 deletions
-1
View File
@@ -123,7 +123,6 @@
"friendsofphp/php-cs-fixer": "^3.53",
"jubeki/laravel-code-style": "^2.0",
"larastan/larastan": "^2.8",
"laravel/breeze": "^2.0",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
Generated
+1 -61
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": "6c0c348935eae65b980d8653bac24578",
"content-hash": "1353325f58f155b96d30595804ee3784",
"packages": [
{
"name": "aharen/omdbapi",
@@ -15616,66 +15616,6 @@
],
"time": "2024-04-16T19:13:34+00:00"
},
{
"name": "laravel/breeze",
"version": "v2.0.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/breeze.git",
"reference": "3ee0211a1bdc1aca6ee7913337735bb879738999"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/breeze/zipball/3ee0211a1bdc1aca6ee7913337735bb879738999",
"reference": "3ee0211a1bdc1aca6ee7913337735bb879738999",
"shasum": ""
},
"require": {
"illuminate/console": "^11.0",
"illuminate/filesystem": "^11.0",
"illuminate/support": "^11.0",
"illuminate/validation": "^11.0",
"php": "^8.2.0",
"symfony/console": "^7.0"
},
"require-dev": {
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.10"
},
"type": "library",
"extra": {
"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": "2024-04-24T07:22:37+00:00"
},
{
"name": "laravel/pint",
"version": "v1.15.3",