From da11246cddd0698fa28c3deca4cd09af4142c3e5 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 11 Mar 2024 17:28:31 -0500 Subject: [PATCH] chore: normalize manifest to fix linter warning --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index cba51bd..ef0b824 100644 --- a/composer.json +++ b/composer.json @@ -34,12 +34,6 @@ "forum": "https://community.auth0.com", "source": "https://github.com/auth0/laravel-auth0" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/asbiin/psalm-plugin-laravel.git" - } - ], "require": { "php": "^8.2", "ext-json": "*", @@ -56,10 +50,10 @@ "larastan/larastan": "^2", "mockery/mockery": "^1", "orchestra/testbench": "^9.x-dev", - "pestphp/pest-plugin-laravel": "^2", "pestphp/pest": "^2", - "phpstan/phpstan-strict-rules": "^1", + "pestphp/pest-plugin-laravel": "^2", "phpstan/phpstan": "^1", + "phpstan/phpstan-strict-rules": "^1", "psalm/plugin-laravel": "dev-laravel11#b93c8f21c18e3355dcdae797c6af266f7aab93f6", "psr-mock/http": "^1", "rector/rector": "^1", @@ -68,6 +62,12 @@ "vimeo/psalm": "^5", "wikimedia/composer-merge-plugin": "^2" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/asbiin/psalm-plugin-laravel.git" + } + ], "minimum-stability": "dev", "prefer-stable": true, "autoload": {