-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
65 lines (65 loc) · 2.13 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
{
"_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"
],
"hash": "7fb2a5ee4e471e518b16c945d5ccf3c0",
"content-hash": "2e5e1fd41289d3a6d2f6e8a593c777f7",
"packages": [
{
"name": "krakjoe/pthreads-polyfill",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/krakjoe/pthreads-polyfill.git",
"reference": "e0b6b34aca142dda943bf8ade046285fd2000c35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/krakjoe/pthreads-polyfill/zipball/e0b6b34aca142dda943bf8ade046285fd2000c35",
"reference": "e0b6b34aca142dda943bf8ade046285fd2000c35",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^5"
},
"type": "library",
"autoload": {
"files": [
"src/Collectable.php",
"src/Threaded.php",
"src/Volatile.php",
"src/Thread.php",
"src/Worker.php",
"src/Pool.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"PHP"
],
"authors": [
{
"name": "Joe Watkins",
"email": "[email protected]"
}
],
"description": "A polyfill for pthreads",
"homepage": "http://pthreads.org/",
"keywords": [
"polyfill",
"pthreads"
],
"time": "2015-11-16 08:24:31"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}