summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 052f3d8f6c545b9b627a534822206c66616fcfd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "ip1sms/smsdemo",
    "description": "A frontend demo using the ip1-php-sdk",
    "type": "project",
    "license": "MIT",
    "authors": [
      {
        "name": "Hannes Kindströmmer",
        "email": "hannes@kindstrommer.se",
        "homepage": "http://kindstrommer.se",
        "role": "Developer"
      }
    ],
    "minimum-stability": "beta",
    "require": {
        "ip1sms/ip1-php-sdk": "^0.3.0@beta"
    }
}