From e8230daaa61f3b3896e7142b004b49340306e1cc Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Wed, 25 Mar 2026 14:29:35 -0300 Subject: [PATCH] corrected name in composer json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79e9746..5e9454f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "rapidill/request", + "name": "roblib/rapidillrequest", "description": "PHP library for creating InterLibrary Loan requests via the RapidILL API", "type": "library", "license": "GPL-2.0-or-later",