Skip to content

Commit e86358b

Browse files
author
Luka Zitnik
committed
define composer package retroactively for version 1.0.0
1 parent 74710ef commit e86358b

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
test/config_test.php
22
.DS_Store
33
docs/*
4+
vendor/*

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "telesign/telesign",
3+
"description": "TeleSign SDK",
4+
"type": "library",
5+
"keywords": [
6+
"telesign", "sms", "voice", "mobile", "authentication", "identity", "messaging"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/telesign/php_telesign",
10+
"authors": [
11+
{
12+
"name": "TeleSign Corp.",
13+
"email": "[email protected]",
14+
"homepage": "https://www.telesign.com"
15+
}
16+
],
17+
"require": {
18+
"php": ">=5.6.0",
19+
"ext-curl": "*"
20+
},
21+
"autoload": {
22+
"files": [ "telesign/api.class.php" ]
23+
}
24+
}

composer.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)