{ "name": "lthn/php-plug-web3", "description": "Decentralised/Web3 provider integrations for the Plug framework", "type": "library", "license": "EUPL-1.2", "require": { "php": "^8.2", "lthn/php": "*" }, "autoload": { "psr-4": { "Core\\Plug\\Web3\\": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "replace": { "core/php-plug-web3": "self.version" } }