diff --git a/composer.lock b/composer.lock index ea809bb5d..aa7cb84ae 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": "a006241b5687d547b51a60e6ac50ccae", + "content-hash": "97f2fbfa8fb3aa57fc7e1f28ae3771ea", "packages": [ { "name": "abdelhamiderrahmouni/filament-monaco-editor", @@ -7977,6 +7977,56 @@ }, "time": "2025-06-09T08:41:55+00:00" }, + { + "name": "socialiteproviders/authelia", + "version": "4.0.0", + "source": { + "type": "git", + "url": "https://github.com/SocialiteProviders/Authelia.git", + "reference": "6086d52a4471a4d29cd2eb03916e67af780d3ee3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SocialiteProviders/Authelia/zipball/6086d52a4471a4d29cd2eb03916e67af780d3ee3", + "reference": "6086d52a4471a4d29cd2eb03916e67af780d3ee3", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^8.2", + "socialiteproviders/manager": "^4.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "SocialiteProviders\\Authelia\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "yajtpg", + "email": "yajtpg@gmail.com" + } + ], + "description": "Authelia OAuth2 Provider for Laravel Socialite", + "keywords": [ + "authelia", + "laravel", + "oauth", + "provider", + "socialite" + ], + "support": { + "docs": "https://socialiteproviders.com/authentik", + "issues": "https://github.com/socialiteproviders/providers/issues", + "source": "https://github.com/socialiteproviders/providers" + }, + "time": "2025-02-02T20:59:01+00:00" + }, { "name": "socialiteproviders/authentik", "version": "5.2.0", @@ -12890,16 +12940,16 @@ }, { "name": "larastan/larastan", - "version": "v3.5.0", + "version": "3.x-dev", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "e8ccd73008487ba91da9877b373f8c447743f1ce" + "reference": "5bd1c40edb43a727584081e74e9a1a2a201ea2ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/e8ccd73008487ba91da9877b373f8c447743f1ce", - "reference": "e8ccd73008487ba91da9877b373f8c447743f1ce", + "url": "https://api.github.com/repos/larastan/larastan/zipball/5bd1c40edb43a727584081e74e9a1a2a201ea2ee", + "reference": "5bd1c40edb43a727584081e74e9a1a2a201ea2ee", "shasum": "" }, "require": { @@ -12928,6 +12978,7 @@ "suggest": { "orchestra/testbench": "Using Larastan for analysing a package needs Testbench" }, + "default-branch": true, "type": "phpstan-extension", "extra": { "phpstan": { @@ -12967,7 +13018,7 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v3.5.0" + "source": "https://github.com/larastan/larastan/tree/3.x" }, "funding": [ { @@ -12975,7 +13026,7 @@ "type": "github" } ], - "time": "2025-06-19T22:41:50+00:00" + "time": "2025-06-20T11:46:47+00:00" }, { "name": "laravel/pail", @@ -13619,137 +13670,6 @@ ], "time": "2025-04-16T22:59:48+00:00" }, - { - "name": "pestphp/pest-plugin-faker", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/pestphp/pest-plugin-faker.git", - "reference": "48343e2806cfc12a042dead90ffff4a043167e3e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-faker/zipball/48343e2806cfc12a042dead90ffff4a043167e3e", - "reference": "48343e2806cfc12a042dead90ffff4a043167e3e", - "shasum": "" - }, - "require": { - "fakerphp/faker": "^1.23.1", - "pestphp/pest": "^3.0.0", - "php": "^8.2" - }, - "require-dev": { - "pestphp/pest-dev-tools": "^3.0.0" - }, - "type": "library", - "autoload": { - "files": [ - "src/Faker.php" - ], - "psr-4": { - "Pest\\Faker\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The Pest Faker Plugin", - "keywords": [ - "faker", - "framework", - "pest", - "php", - "plugin", - "test", - "testing", - "unit" - ], - "support": { - "source": "https://github.com/pestphp/pest-plugin-faker/tree/v3.0.0" - }, - "funding": [ - { - "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L", - "type": "custom" - }, - { - "url": "https://github.com/nunomaduro", - "type": "github" - }, - { - "url": "https://www.patreon.com/nunomaduro", - "type": "patreon" - } - ], - "time": "2024-09-08T23:56:08+00:00" - }, - { - "name": "pestphp/pest-plugin-livewire", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/pestphp/pest-plugin-livewire.git", - "reference": "e2f2edb0a7d414d6837d87908a0e148256d3bf89" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-livewire/zipball/e2f2edb0a7d414d6837d87908a0e148256d3bf89", - "reference": "e2f2edb0a7d414d6837d87908a0e148256d3bf89", - "shasum": "" - }, - "require": { - "livewire/livewire": "^3.5.6", - "pestphp/pest": "^3.0.0", - "php": "^8.1" - }, - "require-dev": { - "orchestra/testbench": "^9.4.0", - "pestphp/pest-dev-tools": "^3.0.0" - }, - "type": "library", - "autoload": { - "files": [ - "src/Autoload.php" - ], - "psr-4": { - "Pest\\Livewire\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The Pest Livewire Plugin", - "keywords": [ - "framework", - "livewire", - "pest", - "php", - "plugin", - "test", - "testing", - "unit" - ], - "support": { - "source": "https://github.com/pestphp/pest-plugin-livewire/tree/v3.0.0" - }, - "funding": [ - { - "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L", - "type": "custom" - }, - { - "url": "https://github.com/nunomaduro", - "type": "github" - }, - { - "url": "https://www.patreon.com/nunomaduro", - "type": "patreon" - } - ], - "time": "2024-09-09T00:05:59+00:00" - }, { "name": "pestphp/pest-plugin-mutate", "version": "v3.0.5", @@ -15916,7 +15836,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "larastan/larastan": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {