summaryrefslogtreecommitdiffstats
path: root/composer.lock
blob: feb452fba06fd82f4ce37ca83cdb14d42e5cfaed (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "a7b96d485e25fe03f41ab57549c723f0",
    "packages": [
        {
            "name": "ip1sms/ip1-php-sdk",
            "version": "0.3.1-beta",
            "source": {
                "type": "git",
                "url": "https://github.com/iP1SMS/ip1-php-sdk.git",
                "reference": "9bce456599f550f837b83ba4820a830641048248"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/iP1SMS/ip1-php-sdk/zipball/9bce456599f550f837b83ba4820a830641048248",
                "reference": "9bce456599f550f837b83ba4820a830641048248",
                "shasum": ""
            },
            "require": {
                "nategood/httpful": "*",
                "php": "^7.1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "IP1\\RESTClient\\": "src",
                    "IP1\\RESTClient\\Test\\": "tests"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Hannes Kindströmmer",
                    "email": "hannes@kindstrommer.se",
                    "homepage": "http://kindstrommer.se",
                    "role": "Developer"
                }
            ],
            "description": "A PHP client library for the IP1SMS RESTful API",
            "time": "2017-04-19T08:53:23+00:00"
        },
        {
            "name": "nategood/httpful",
            "version": "0.2.20",
            "source": {
                "type": "git",
                "url": "https://github.com/nategood/httpful.git",
                "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
                "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Httpful": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nate Good",
                    "email": "me@nategood.com",
                    "homepage": "http://nategood.com"
                }
            ],
            "description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
            "homepage": "http://github.com/nategood/httpful",
            "keywords": [
                "api",
                "curl",
                "http",
                "requests",
                "rest",
                "restful"
            ],
            "time": "2015-10-26T16:11:30+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "beta",
    "stability-flags": {
        "ip1sms/ip1-php-sdk": 10
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}