Skip to content

Instantly share code, notes, and snippets.

@luka-zitnik
Created July 11, 2017 06:34
Show Gist options
  • Save luka-zitnik/735e5b3b001cd6dafbe2684559011faf to your computer and use it in GitHub Desktop.
Save luka-zitnik/735e5b3b001cd6dafbe2684559011faf to your computer and use it in GitHub Desktop.
Inlining TeleSign SDK 1.0.0 package definition
{
"name": "luka-zitnik/inline-package-example",
"authors": [
{
"name": "Luka Zitnik",
"email": "luka-zitnik@gmail.com"
}
],
"require": {
"telesign/telesign": "1.0.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "telesign/telesign",
"description": "TeleSign SDK",
"version": "1.0.0",
"dist": {
"type": "zip",
"url": "https://github.com/TeleSign/php_telesign/archive/v1.0.0.zip"
},
"type": "library",
"keywords": [
"telesign", "sms", "voice", "mobile", "authentication", "identity", "messaging"
],
"license": "MIT",
"homepage": "https://github.com/telesign/php_telesign",
"authors": [
{
"name": "TeleSign Corp.",
"email": "support@telesign.com",
"homepage": "https://www.telesign.com"
}
],
"require": {
"php": ">=5.6.0",
"ext-curl": "*"
},
"autoload": {
"files": [ "telesign/api.class.php" ]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment