Devto, Hashnode, Medium, Wordpress providers with Core\Plug\Content namespace alignment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
396 B
JSON
17 lines
396 B
JSON
{
|
|
"name": "core/php-plug-content",
|
|
"description": "Content platform integrations for the Plug framework",
|
|
"type": "library",
|
|
"license": "EUPL-1.2",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"core/php": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\Plug\\Content\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|