From 587396b5caccc732fe5449ff6f2bb614b564a96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 21 Feb 2023 18:21:02 +0100 Subject: [PATCH 1/2] remove laravel fork from repositories --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 1431cec5..b5734c1b 100644 --- a/composer.json +++ b/composer.json @@ -35,12 +35,6 @@ "nunomaduro/larastan": "^2.4", "spatie/invade": "^1.1" }, - "repositories": [ - { - "type": "vcs", - "url": "http://github.com/lukinovec/framework" - } - ], "autoload": { "psr-4": { "Stancl\\Tenancy\\": "src/" From c254f621cebd05d11b3d7358b74f36b28ad11167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 21 Feb 2023 18:22:29 +0100 Subject: [PATCH 2/2] use 10.x-dev instead of master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5009f47..e822f127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: include: - laravel: "^9.0" php: "8.0" - - laravel: "dev-master" + - laravel: "10.x-dev" php: "8.2" steps: