-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.lock
73 lines (73 loc) · 2.27 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "99fa463d2600fe012d5dbf9d53e70e4c",
"packages": [
{
"name": "clue/socket-raw",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/clue/php-socket-raw.git",
"reference": "8a10282bcb1e45e076a8a8285237681380e55ea5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/php-socket-raw/zipball/8a10282bcb1e45e076a8a8285237681380e55ea5",
"reference": "8a10282bcb1e45e076a8a8285237681380e55ea5",
"shasum": ""
},
"require": {
"ext-sockets": "*",
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Socket\\Raw\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "Simple and lightweight OOP wrapper for PHP's low level sockets extension (ext-sockets)",
"homepage": "https://github.com/clue/php-socket-raw",
"keywords": [
"Socket",
"client",
"datagram",
"dgram",
"icmp",
"ipv6",
"server",
"stream",
"tcp",
"udg",
"udp",
"unix"
],
"time": "2015-03-18 23:48:01"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0",
"ext-curl": "*"
},
"platform-dev": []
}