diff --git a/composer.json b/composer.json index 21a01d8..95f6e7b 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "core/php-plug-web3", + "name": "lthn/php-plug-web3", "description": "Decentralised/Web3 provider integrations for the Plug framework", "type": "library", "license": "EUPL-1.2", "require": { "php": "^8.2", - "core/php": "*" + "lthn/php": "*" }, "autoload": { "psr-4": { @@ -13,5 +13,8 @@ } }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "replace": { + "core/php-plug-web3": "self.version" + } }