php-plug-web3/composer.json
Snider 79d206009c feat: extract Web3 providers from app/Plug/Web3
Bluesky, Farcaster, Lemmy, Mastodon, Nostr, Threads
providers with Core\Plug\Web3 namespace alignment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:28:07 +00:00

17 lines
401 B
JSON

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