Files
kulakpos_web/vendor/smsgatewayme/client/composer.json
triagungbiantoro 417b7b7453
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m27s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 31s
Build, Push and Deploy / deploy-production (push) Has been skipped
harga pada beranda terhubung ke manage plans di dashboard admin
2026-04-25 21:57:25 +07:00

34 lines
732 B
JSON
Executable File

{
"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/" }
}
}