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

This commit is contained in:
Snider 2026-03-09 18:00:39 +00:00
parent 27b5636441
commit d090a28f71

View file

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