20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"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": {}
|
|
}
|