diff --git a/laravel_app/composer.json b/laravel_app/composer.json index 11ab4a2..8de0bf8 100644 --- a/laravel_app/composer.json +++ b/laravel_app/composer.json @@ -12,7 +12,8 @@ "laravel/sanctum": "^4.0", "laravel/telescope": "^5.0", "laravel/tinker": "^2.9", - "livewire/livewire": "^3.0" + "livewire/livewire": "^3.0", + "plesk/ext-laravel-integration": "^7.0" }, "require-dev": { "fakerphp/faker": "^1.23", diff --git a/laravel_app/composer.lock b/laravel_app/composer.lock index 424ad05..db97e96 100644 --- a/laravel_app/composer.lock +++ b/laravel_app/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": "30c38e3311f60f570ee8924f70f6dc5a", + "content-hash": "6c255cb424db38d53bf1b26ce0e9ec53", "packages": [ { "name": "bacon/bacon-qr-code", @@ -2984,6 +2984,53 @@ ], "time": "2023-11-12T21:59:55+00:00" }, + { + "name": "plesk/ext-laravel-integration", + "version": "7.0.0", + "source": { + "type": "git", + "url": "https://github.com/plesk/ext-laravel-integration.git", + "reference": "73dc4ea3f99e033396497f147aa033eb0602f943" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/plesk/ext-laravel-integration/zipball/73dc4ea3f99e033396497f147aa033eb0602f943", + "reference": "73dc4ea3f99e033396497f147aa033eb0602f943", + "shasum": "" + }, + "require": { + "laravel/framework": ">=7.0.0", + "php": ">=7.4" + }, + "type": "library", + "extra": { + "component": "package", + "laravel": { + "providers": [ + "PleskExtLaravel\\Providers\\ConsoleServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "PleskExtLaravel\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "description": "Plesk Laravel Toolkit integration with Laravel applications.", + "keywords": [ + "laravel", + "plesk" + ], + "support": { + "issues": "https://github.com/plesk/ext-laravel-integration/issues", + "source": "https://github.com/plesk/ext-laravel-integration/tree/7.0.0" + }, + "time": "2023-01-20T09:40:57+00:00" + }, { "name": "pragmarx/google2fa", "version": "v8.0.1",