From 422c22145c262c09280335ee506c164da094f44b Mon Sep 17 00:00:00 2001 From: Youssef Azani Date: Tue, 12 Dec 2023 14:22:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore(deps):=20Upgrade=20l?= =?UTF-8?q?arastan,=20change=20organization=20from=20deprecated=20nunomadu?= =?UTF-8?q?ro=20to=20larastan.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Integrations/Larastan/Larastan.php | 4 ++-- src/Integrations/Larastan/phpstan.neon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Integrations/Larastan/Larastan.php b/src/Integrations/Larastan/Larastan.php index da0e455..8324c99 100644 --- a/src/Integrations/Larastan/Larastan.php +++ b/src/Integrations/Larastan/Larastan.php @@ -9,8 +9,8 @@ class Larastan extends Builder public function __invoke() { $this - ->composerRequireDev('nunomaduro/larastan:^2.0') - ->composerUpdate('nunomaduro/larastan') + ->composerRequireDev('larastan/larastan:^2.0') + ->composerUpdate('larastan/larastan') ->publishesConfigs([ 'phpstan.neon' => 'phpstan.neon', diff --git a/src/Integrations/Larastan/phpstan.neon b/src/Integrations/Larastan/phpstan.neon index d332e1e..9f7a25b 100644 --- a/src/Integrations/Larastan/phpstan.neon +++ b/src/Integrations/Larastan/phpstan.neon @@ -1,5 +1,5 @@ includes: - - ./vendor/nunomaduro/larastan/extension.neon + - ./vendor/larastan/larastan/extension.neon parameters: