19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "itelmenko/php-ucscards-client",
|
|
"type": "library",
|
|
"description": "Ucscards API Client PHP library",
|
|
"homepage": "https://github.com/itelmenko/php-ucscards-client",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"ext-curl": "*",
|
|
"ext-soap": "*"
|
|
},
|
|
"require-dev": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"UcsCards\\": "src/"
|
|
}
|
|
}
|
|
}
|