From 0952f3a2de5d87b291b02a4000dac0b701f6988c Mon Sep 17 00:00:00 2001 From: Daniel Del Rio Date: Tue, 13 Jul 2021 08:54:13 -0400 Subject: [PATCH] Circumvent the GitHub API rate limit --- src/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/composer.json b/src/composer.json index 982a6dd..ff499e6 100644 --- a/src/composer.json +++ b/src/composer.json @@ -5,7 +5,8 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/IMSGlobal/lti-1-3-php-library" + "url": "https://github.com/IMSGlobal/lti-1-3-php-library", + "no-api": true } ], "authors": [