php-cg-select/composer.json

20 lines
403 B
JSON
Raw Normal View History

2023-06-08 00:40:39 +03:00
{
"name": "itguild/php-cg-select",
"description": "Wrapper for CG-Select",
"type": "composer-plugin",
"license": "ISC",
"autoload": {
"psr-4": {
"Itguild\\PhpCgSelect\\": "src/"
}
},
"authors": [
{
"name": "Kavalar",
"email": "apuc06@mail.ru"
}
],
"minimum-stability": "stable",
"require": {}
}