From 18986ad41fa2d9626a3bc7e3a34e30d723fb7c2c Mon Sep 17 00:00:00 2001 From: viraladmin <00purple@gmail.com> Date: Sat, 25 Jul 2026 15:49:43 -0600 Subject: [PATCH] fixed package name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 175cd34..c5cdc4c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "contractless/php-contractless-rpc", + "name": "contractless/contractless-php-rpc", "description": "Native PHP client for the Contractless blockchain RPC protocol.", "type": "library", "license": "MIT",