feat: rename package to lthn/php-plug-web3 for Packagist

This commit is contained in:
Snider 2026-03-09 18:00:13 +00:00
parent ccc532f55f
commit 4f6ed04891

View file

@ -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"
}
}