From 169eabd80043bfb323597956b5c23b03ca742869 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 25 Jan 2025 16:57:35 -0600 Subject: [PATCH] fix: disable api for 1p packages --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index a02068b..90f7206 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,12 @@ "repositories": [ { "type": "vcs", + "no-api": true, "url": "https://github.com/hackeresq/filter-models" }, { "type": "vcs", + "no-api": true, "url": "https://github.com/investbrainapp/finnhub-php" } ],