-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
86 lines (86 loc) · 2.64 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
{
"_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": "b38496939902d6c0b553397ef623708a",
"packages": [
{
"name": "contatta/qless-php",
"version": "dev-fixed",
"source": {
"type": "git",
"url": "https://github.com/baohx2000/qless-php.git",
"reference": "82552e2974c7031d2f40defeac0f959c0b0030f6"
},
"require": {
"ext-pcntl": "*",
"php": ">=5.3.0",
"psr/log": "1.0.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Qless": "lib"
}
},
"authors": [
{
"name": "contatta",
"email": "[email protected]"
}
],
"description": "qless client implementation for PHP",
"time": "2015-09-08 03:52:12"
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"contatta/qless-php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}