From 0a314da5cc1e8b2c9f9fe9bc95331fed12cac920 Mon Sep 17 00:00:00 2001 From: raza9798 Date: Tue, 14 Jan 2025 21:02:42 +0530 Subject: [PATCH] composer warnining and issues fix --- app/Actions/Jetstream/DeleteUserWithTeams.php | 2 +- .../CreateUserWithTeamsFromProvider.php | 2 +- .../Controllers/ForgotPasswordController.php | 2 +- .../Controllers/ResetPasswordController.php | 2 +- composer.lock | 28 +++++++++---------- .../Feature/SocialstreamRegistrationTest.php | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/Actions/Jetstream/DeleteUserWithTeams.php b/app/Actions/Jetstream/DeleteUserWithTeams.php index 4b051af4..2ed96a01 100644 --- a/app/Actions/Jetstream/DeleteUserWithTeams.php +++ b/app/Actions/Jetstream/DeleteUserWithTeams.php @@ -8,7 +8,7 @@ use Laravel\Jetstream\Contracts\DeletesTeams; use Laravel\Jetstream\Contracts\DeletesUsers; -class DeleteUser implements DeletesUsers +class DeleteUserWithTeams implements DeletesUsers { /** * Create a new action instance. diff --git a/app/Actions/Socialstream/CreateUserWithTeamsFromProvider.php b/app/Actions/Socialstream/CreateUserWithTeamsFromProvider.php index 0dc5b9e7..0f6d49a5 100644 --- a/app/Actions/Socialstream/CreateUserWithTeamsFromProvider.php +++ b/app/Actions/Socialstream/CreateUserWithTeamsFromProvider.php @@ -10,7 +10,7 @@ use JoelButcher\Socialstream\Socialstream; use Laravel\Socialite\Contracts\User as ProviderUserContract; -class CreateUserFromProvider implements CreatesUserFromProvider +class CreateUserWithTeamsFromProvider implements CreatesUserFromProvider { /** * The creates connected accounts instance. diff --git a/app/Http/Controllers/ForgotPasswordController.php b/app/Http/Controllers/ForgotPasswordController.php index 4517a24c..d02b6cd8 100644 --- a/app/Http/Controllers/ForgotPasswordController.php +++ b/app/Http/Controllers/ForgotPasswordController.php @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\Password; use Laravel\Jetstream\Http\Controllers\AuthenticatedSessionController; -class AdminForgotPasswordController extends AuthenticatedSessionController +class ForgotPasswordController extends AuthenticatedSessionController { public function showLinkRequestForm() { diff --git a/app/Http/Controllers/ResetPasswordController.php b/app/Http/Controllers/ResetPasswordController.php index 6919be2e..f8846b89 100644 --- a/app/Http/Controllers/ResetPasswordController.php +++ b/app/Http/Controllers/ResetPasswordController.php @@ -9,7 +9,7 @@ use Illuminate\Support\Str; use Laravel\Jetstream\Http\Controllers\AuthenticatedSessionController; -class AdminResetPasswordController extends AuthenticatedSessionController +class ResetPasswordController extends AuthenticatedSessionController { public function showResetForm(Request $request, $token = null) { diff --git a/composer.lock b/composer.lock index 23bd72b3..fc0c5cec 100644 --- a/composer.lock +++ b/composer.lock @@ -2685,16 +2685,16 @@ }, { "name": "laravel/framework", - "version": "v11.37.0", + "version": "v11.38.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "6cb103d2024b087eae207654b3f4b26646119ba5" + "reference": "5d964a15efc8fffcb175aed3976796c0420bcf99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/6cb103d2024b087eae207654b3f4b26646119ba5", - "reference": "6cb103d2024b087eae207654b3f4b26646119ba5", + "url": "https://api.github.com/repos/laravel/framework/zipball/5d964a15efc8fffcb175aed3976796c0420bcf99", + "reference": "5d964a15efc8fffcb175aed3976796c0420bcf99", "shasum": "" }, "require": { @@ -2895,7 +2895,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-01-02T20:10:21+00:00" + "time": "2025-01-14T14:53:42+00:00" }, { "name": "laravel/jetstream", @@ -6077,16 +6077,16 @@ }, { "name": "roadrunner-php/roadrunner-api-dto", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/roadrunner-php/roadrunner-api-dto.git", - "reference": "84ccecbd7a1daeaadda3eb0767001deb2dd13739" + "reference": "dfab9cdba2c6f73223cd0d9e159c39b6b995cff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/roadrunner-php/roadrunner-api-dto/zipball/84ccecbd7a1daeaadda3eb0767001deb2dd13739", - "reference": "84ccecbd7a1daeaadda3eb0767001deb2dd13739", + "url": "https://api.github.com/repos/roadrunner-php/roadrunner-api-dto/zipball/dfab9cdba2c6f73223cd0d9e159c39b6b995cff9", + "reference": "dfab9cdba2c6f73223cd0d9e159c39b6b995cff9", "shasum": "" }, "require": { @@ -6132,7 +6132,7 @@ "docs": "https://docs.roadrunner.dev", "forum": "https://forum.roadrunner.dev", "issues": "https://github.com/roadrunner-server/roadrunner/issues", - "source": "https://github.com/roadrunner-php/roadrunner-api-dto/tree/v1.9.0" + "source": "https://github.com/roadrunner-php/roadrunner-api-dto/tree/v1.10.0" }, "funding": [ { @@ -6140,7 +6140,7 @@ "type": "github" } ], - "time": "2024-08-06T12:07:48+00:00" + "time": "2025-01-14T10:10:32+00:00" }, { "name": "ryangjchandler/blade-capture-directive", @@ -13030,12 +13030,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.3" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/tests/Feature/SocialstreamRegistrationTest.php b/tests/Feature/SocialstreamRegistrationTest.php index 50586777..1953ff0d 100644 --- a/tests/Feature/SocialstreamRegistrationTest.php +++ b/tests/Feature/SocialstreamRegistrationTest.php @@ -1,6 +1,6 @@