php-plug-social/composer.json

21 lines
467 B
JSON
Raw Normal View History

{
"name": "lthn/php-plug-social",
"description": "Social media provider integrations for the Plug framework",
"type": "library",
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
"lthn/php": "*"
},
"autoload": {
"psr-4": {
"Core\\Plug\\Social\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"replace": {
"core/php-plug-social": "self.version"
}
}