-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
104 lines (104 loc) · 3.6 KB
/
composer.lock
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
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "caa5f47614b38763fc4a3e8425a465d0",
"packages": [
{
"name": "fab1en/rocket-chat-rest-client",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/Fab1en/rocket-chat-rest-client.git",
"reference": "097b148cd4a0622407906e3c0910db3ff5dcdbb9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Fab1en/rocket-chat-rest-client/zipball/097b148cd4a0622407906e3c0910db3ff5dcdbb9",
"reference": "097b148cd4a0622407906e3c0910db3ff5dcdbb9",
"shasum": ""
},
"require": {
"nategood/httpful": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"description": "Rocket Chat REST API client in PHP.",
"support": {
"issues": "https://github.com/Fab1en/rocket-chat-rest-client/issues",
"source": "https://github.com/Fab1en/rocket-chat-rest-client/tree/master"
},
"time": "2017-04-06T13:34:15+00:00"
},
{
"name": "nategood/httpful",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "ea02c8aedef70b9a453ce97978d9d7c413972f15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/ea02c8aedef70b9a453ce97978d9d7c413972f15",
"reference": "ea02c8aedef70b9a453ce97978d9d7c413972f15",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"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"
],
"support": {
"issues": "https://github.com/nategood/httpful/issues",
"source": "https://github.com/nategood/httpful/tree/v1.0.0"
},
"time": "2024-05-01T11:33:16+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}