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

This commit is contained in:
Snider 2026-03-09 17:59:57 +00:00
parent 18060525ff
commit ab47740da2

View file

@ -1,11 +1,11 @@
{
"name": "core/php-plug-social",
"name": "lthn/php-plug-social",
"description": "Social media 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-social": "self.version"
}
}