From 0e5b6be6c18248e93d208481e8785cef09858b6d Mon Sep 17 00:00:00 2001 From: Arne Breitsprecher Date: Mon, 25 Dec 2023 19:12:24 +0100 Subject: [PATCH] Update larastan.yml to use Larastan Org (#1483) Starting with Larastan 2.7.0, the Larastan repository will now be managed under the Larastan organization. --- data/tools/larastan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tools/larastan.yml b/data/tools/larastan.yml index 5d90b3d70..9e7a097be 100644 --- a/data/tools/larastan.yml +++ b/data/tools/larastan.yml @@ -7,8 +7,8 @@ tags: license: MIT License types: - cli -source: 'https://github.com/nunomaduro/larastan' -homepage: 'https://github.com/nunomaduro/larastan' +source: 'https://github.com/larastan/larastan' +homepage: 'https://github.com/larastan/larastan' description: >- Adds static analysis to Laravel improving developer productivity and code quality. It is a wrapper around PHPStan.