From c0132082d7e6cb2cd735dac299a05299f038cbe3 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 21 Jan 2023 22:39:40 -0500 Subject: [PATCH] fix: fix CI Signed-off-by: Edward Z. Yang --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7558295..bc3dfba3 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/ezyang/simpletest.git" + "url": "https://github.com/ezyang/simpletest.git", + "no-api": true } ] }