Files
kulakpos_web/vendor/smsgatewayme/client/composer.json
eko54r b5e3a778ce
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
allow vendord
2026-03-30 14:54:57 +07:00

34 lines
732 B
JSON

{
"name": "smsgatewayme/client",
"version": "v0.0.1",
"description": "",
"keywords": [
"swagger",
"php",
"sdk",
"api"
],
"homepage": "https://smsgateway.me",
"license": "Apache v2",
"authors": [
{
"name": "SMS Gateway Me",
"homepage": "https://smsgateway.me"
}
],
"require": {
"php": ">=5.3.3",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6.1",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"psr-4": { "SMSGatewayMe\\Client\\" : "lib/" }
}
}