added ext-laravel-intergration
This commit is contained in:
parent
c27675b979
commit
3bad84a60d
|
|
@ -12,7 +12,8 @@
|
||||||
"laravel/sanctum": "^4.0",
|
"laravel/sanctum": "^4.0",
|
||||||
"laravel/telescope": "^5.0",
|
"laravel/telescope": "^5.0",
|
||||||
"laravel/tinker": "^2.9",
|
"laravel/tinker": "^2.9",
|
||||||
"livewire/livewire": "^3.0"
|
"livewire/livewire": "^3.0",
|
||||||
|
"plesk/ext-laravel-integration": "^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.23",
|
"fakerphp/faker": "^1.23",
|
||||||
|
|
|
||||||
49
laravel_app/composer.lock
generated
49
laravel_app/composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "30c38e3311f60f570ee8924f70f6dc5a",
|
"content-hash": "6c255cb424db38d53bf1b26ce0e9ec53",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
|
|
@ -2984,6 +2984,53 @@
|
||||||
],
|
],
|
||||||
"time": "2023-11-12T21:59:55+00:00"
|
"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",
|
"name": "pragmarx/google2fa",
|
||||||
"version": "v8.0.1",
|
"version": "v8.0.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue