-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 763 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "pswincom/pswincom-bundle",
"type": "library",
"description": "PSWinCom Bundle is a minimal php port/variant of the PSWINCom ruby gem library. This library supports the minimal purpose of sending sms.",
"keywords": ["sms", "pswin"],
"homepage": "https://github.com/cristobal/pswincom-bundle",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/cristobal/pswincom-bundle.git"
}
],
"license": "MIT",
"authors": [
{
"name": "Cristobal Dabed",
"email": "cristobal@dabed.org",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"PSWinCom": "src/"}
}
}