diff --git a/composer.json b/composer.json index 17c982c9..0dcb9f47 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ }, "require-dev": { "spatie/laravel-ignition": "^2.0", - "appzcoder/crud-generator": "^3.0", + "appzcoder/crud-generator": "^4.0", "barryvdh/laravel-debugbar": "^3.2", "barryvdh/laravel-ide-helper": "^3.0", "deployer/deployer": "^7.0", diff --git a/composer.lock b/composer.lock index 8e4317b8..a3f89290 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "ca76bc55bfe799e9027646e07873a365", + "content-hash": "a4f7e7fec77eca788b911995c0fe1150", "packages": [ { "name": "brick/math", @@ -8552,22 +8552,22 @@ "packages-dev": [ { "name": "appzcoder/crud-generator", - "version": "v3.3.0", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/sohelamin/crud-generator.git", - "reference": "1bc50e0260c1f713b657233be81620b0cb1a81fc" + "reference": "46dd9b21aaac8b24465956ebd82ef1dd27cb4325" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sohelamin/crud-generator/zipball/1bc50e0260c1f713b657233be81620b0cb1a81fc", - "reference": "1bc50e0260c1f713b657233be81620b0cb1a81fc", + "url": "https://api.github.com/repos/sohelamin/crud-generator/zipball/46dd9b21aaac8b24465956ebd82ef1dd27cb4325", + "reference": "46dd9b21aaac8b24465956ebd82ef1dd27cb4325", "shasum": "" }, "require": { - "illuminate/support": "^5.3|^6.0|^7.0|>=8.0", - "laravelcollective/html": "^5.3|^6.0", - "php": ">=5.6.4|>=7.0|>=8.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "laravel/breeze": "^1.10|^2.0", + "php": "^8.0" }, "require-dev": { "mockery/mockery": "^1.0", @@ -8611,9 +8611,9 @@ ], "support": { "issues": "https://github.com/sohelamin/crud-generator/issues", - "source": "https://github.com/sohelamin/crud-generator/tree/v3.3.0" + "source": "https://github.com/sohelamin/crud-generator/tree/v4.0.0" }, - "time": "2022-03-25T08:54:28+00:00" + "time": "2024-03-13T18:06:47+00:00" }, { "name": "barryvdh/laravel-debugbar", @@ -9213,6 +9213,68 @@ }, "time": "2024-03-19T14:07:37+00:00" }, + { + "name": "laravel/breeze", + "version": "v1.29.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/breeze.git", + "reference": "22c53b84b7fff91b01a318d71a10dfc251e92849" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/breeze/zipball/22c53b84b7fff91b01a318d71a10dfc251e92849", + "reference": "22c53b84b7fff91b01a318d71a10dfc251e92849", + "shasum": "" + }, + "require": { + "illuminate/console": "^10.17", + "illuminate/filesystem": "^10.17", + "illuminate/support": "^10.17", + "illuminate/validation": "^10.17", + "php": "^8.1.0" + }, + "require-dev": { + "orchestra/testbench": "^8.0", + "phpstan/phpstan": "^1.10" + }, + "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": "2024-03-04T14:35:21+00:00" + }, { "name": "laravel/sail", "version": "v1.29.1",