From 9ec687c904a1fe66a5395d22c50f7043e045d1d3 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 21 Jan 2023 22:42:38 -0500 Subject: [PATCH] fix: fix CI (#361) Signed-off-by: Edward Z. Yang 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 } ] }