diff --git a/composer.json b/composer.json index ffd1c8d..6412ff5 100644 --- a/composer.json +++ b/composer.json @@ -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" + } }