]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/blob - composer.lock
Return from $rpc->eventloop() after 2 seconds instead of 10.
[irc/unrealircd/unrealircd-rpc-php.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "76c6847c49cf4f4f5f4aab9ec3674116",
8 "packages": [
9 {
10 "name": "phrity/net-uri",
11 "version": "1.2.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/sirn-se/phrity-net-uri.git",
15 "reference": "c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7",
20 "reference": "c6ecf127e7c99a41ce04d3cdcda7f51108dd96f7",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^7.4|^8.0",
25 "psr/http-factory": "^1.0",
26 "psr/http-message": "^1.0"
27 },
28 "require-dev": {
29 "php-coveralls/php-coveralls": "^2.0",
30 "phpunit/phpunit": "^9.0",
31 "squizlabs/php_codesniffer": "^3.0"
32 },
33 "type": "library",
34 "autoload": {
35 "psr-4": {
36 "": "src/"
37 }
38 },
39 "notification-url": "https://packagist.org/downloads/",
40 "license": [
41 "MIT"
42 ],
43 "authors": [
44 {
45 "name": "Sören Jensen",
46 "email": "sirn@sirn.se",
47 "homepage": "https://phrity.sirn.se"
48 }
49 ],
50 "description": "PSR-7 Uri and PSR-17 UriFactory implementation",
51 "homepage": "https://phrity.sirn.se/net-uri",
52 "keywords": [
53 "psr-17",
54 "psr-7",
55 "uri",
56 "uri factory"
57 ],
58 "support": {
59 "issues": "https://github.com/sirn-se/phrity-net-uri/issues",
60 "source": "https://github.com/sirn-se/phrity-net-uri/tree/1.2.0"
61 },
62 "time": "2022-11-30T07:20:06+00:00"
63 },
64 {
65 "name": "phrity/util-errorhandler",
66 "version": "1.0.1",
67 "source": {
68 "type": "git",
69 "url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
70 "reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc"
71 },
72 "dist": {
73 "type": "zip",
74 "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc",
75 "reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc",
76 "shasum": ""
77 },
78 "require": {
79 "php": "^7.2|^8.0"
80 },
81 "require-dev": {
82 "php-coveralls/php-coveralls": "^2.0",
83 "phpunit/phpunit": "^8.0|^9.0",
84 "squizlabs/php_codesniffer": "^3.5"
85 },
86 "type": "library",
87 "autoload": {
88 "psr-4": {
89 "": "src/"
90 }
91 },
92 "notification-url": "https://packagist.org/downloads/",
93 "license": [
94 "MIT"
95 ],
96 "authors": [
97 {
98 "name": "Sören Jensen",
99 "email": "sirn@sirn.se",
100 "homepage": "https://phrity.sirn.se"
101 }
102 ],
103 "description": "Inline error handler; catch and resolve errors for code block.",
104 "homepage": "https://phrity.sirn.se/util-errorhandler",
105 "keywords": [
106 "error",
107 "warning"
108 ],
109 "support": {
110 "issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues",
111 "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.0.1"
112 },
113 "time": "2022-10-27T12:14:42+00:00"
114 },
115 {
116 "name": "psr/http-factory",
117 "version": "1.0.2",
118 "source": {
119 "type": "git",
120 "url": "https://github.com/php-fig/http-factory.git",
121 "reference": "e616d01114759c4c489f93b099585439f795fe35"
122 },
123 "dist": {
124 "type": "zip",
125 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
126 "reference": "e616d01114759c4c489f93b099585439f795fe35",
127 "shasum": ""
128 },
129 "require": {
130 "php": ">=7.0.0",
131 "psr/http-message": "^1.0 || ^2.0"
132 },
133 "type": "library",
134 "extra": {
135 "branch-alias": {
136 "dev-master": "1.0.x-dev"
137 }
138 },
139 "autoload": {
140 "psr-4": {
141 "Psr\\Http\\Message\\": "src/"
142 }
143 },
144 "notification-url": "https://packagist.org/downloads/",
145 "license": [
146 "MIT"
147 ],
148 "authors": [
149 {
150 "name": "PHP-FIG",
151 "homepage": "https://www.php-fig.org/"
152 }
153 ],
154 "description": "Common interfaces for PSR-7 HTTP message factories",
155 "keywords": [
156 "factory",
157 "http",
158 "message",
159 "psr",
160 "psr-17",
161 "psr-7",
162 "request",
163 "response"
164 ],
165 "support": {
166 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
167 },
168 "time": "2023-04-10T20:10:41+00:00"
169 },
170 {
171 "name": "psr/http-message",
172 "version": "1.1",
173 "source": {
174 "type": "git",
175 "url": "https://github.com/php-fig/http-message.git",
176 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
177 },
178 "dist": {
179 "type": "zip",
180 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
181 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
182 "shasum": ""
183 },
184 "require": {
185 "php": "^7.2 || ^8.0"
186 },
187 "type": "library",
188 "extra": {
189 "branch-alias": {
190 "dev-master": "1.1.x-dev"
191 }
192 },
193 "autoload": {
194 "psr-4": {
195 "Psr\\Http\\Message\\": "src/"
196 }
197 },
198 "notification-url": "https://packagist.org/downloads/",
199 "license": [
200 "MIT"
201 ],
202 "authors": [
203 {
204 "name": "PHP-FIG",
205 "homepage": "http://www.php-fig.org/"
206 }
207 ],
208 "description": "Common interface for HTTP messages",
209 "homepage": "https://github.com/php-fig/http-message",
210 "keywords": [
211 "http",
212 "http-message",
213 "psr",
214 "psr-7",
215 "request",
216 "response"
217 ],
218 "support": {
219 "source": "https://github.com/php-fig/http-message/tree/1.1"
220 },
221 "time": "2023-04-04T09:50:52+00:00"
222 },
223 {
224 "name": "psr/log",
225 "version": "3.0.0",
226 "source": {
227 "type": "git",
228 "url": "https://github.com/php-fig/log.git",
229 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
230 },
231 "dist": {
232 "type": "zip",
233 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
234 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
235 "shasum": ""
236 },
237 "require": {
238 "php": ">=8.0.0"
239 },
240 "type": "library",
241 "extra": {
242 "branch-alias": {
243 "dev-master": "3.x-dev"
244 }
245 },
246 "autoload": {
247 "psr-4": {
248 "Psr\\Log\\": "src"
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "license": [
253 "MIT"
254 ],
255 "authors": [
256 {
257 "name": "PHP-FIG",
258 "homepage": "https://www.php-fig.org/"
259 }
260 ],
261 "description": "Common interface for logging libraries",
262 "homepage": "https://github.com/php-fig/log",
263 "keywords": [
264 "log",
265 "psr",
266 "psr-3"
267 ],
268 "support": {
269 "source": "https://github.com/php-fig/log/tree/3.0.0"
270 },
271 "time": "2021-07-14T16:46:02+00:00"
272 },
273 {
274 "name": "textalk/websocket",
275 "version": "1.6.3",
276 "source": {
277 "type": "git",
278 "url": "https://github.com/Textalk/websocket-php.git",
279 "reference": "67de79745b1a357caf812bfc44e0abf481cee012"
280 },
281 "dist": {
282 "type": "zip",
283 "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
284 "reference": "67de79745b1a357caf812bfc44e0abf481cee012",
285 "shasum": ""
286 },
287 "require": {
288 "php": "^7.4 | ^8.0",
289 "phrity/net-uri": "^1.0",
290 "phrity/util-errorhandler": "^1.0",
291 "psr/http-message": "^1.0",
292 "psr/log": "^1.0 | ^2.0 | ^3.0"
293 },
294 "require-dev": {
295 "php-coveralls/php-coveralls": "^2.0",
296 "phpunit/phpunit": "^9.0",
297 "squizlabs/php_codesniffer": "^3.5"
298 },
299 "type": "library",
300 "autoload": {
301 "psr-4": {
302 "WebSocket\\": "lib"
303 }
304 },
305 "notification-url": "https://packagist.org/downloads/",
306 "license": [
307 "ISC"
308 ],
309 "authors": [
310 {
311 "name": "Fredrik Liljegren"
312 },
313 {
314 "name": "Sören Jensen"
315 }
316 ],
317 "description": "WebSocket client and server",
318 "support": {
319 "issues": "https://github.com/Textalk/websocket-php/issues",
320 "source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
321 },
322 "time": "2022-11-07T18:59:33+00:00"
323 }
324 ],
325 "packages-dev": [],
326 "aliases": [],
327 "minimum-stability": "stable",
328 "stability-flags": [],
329 "prefer-stable": false,
330 "prefer-lowest": false,
331 "platform": {
332 "php": "^8.0|^8.1"
333 },
334 "platform-dev": [],
335 "plugin-api-version": "2.3.0"
336 }