-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
115 lines (115 loc) · 3.84 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
105
106
107
108
109
110
111
112
113
114
115
{
"_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": "de3532c988f91471fbec7d7c9b3788c2",
"content-hash": "f1c3599d9a96eb1adca7dd69389a22e0",
"packages": [
{
"name": "eleme/rlock",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/thbourlove/rlock.git",
"reference": "6f43e9f9a12b5fe4348e7006e07c1425c2e11215"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thbourlove/rlock/zipball/6f43e9f9a12b5fe4348e7006e07c1425c2e11215",
"reference": "6f43e9f9a12b5fe4348e7006e07c1425c2e11215",
"shasum": ""
},
"require": {
"php": ">=5.3",
"predis/predis": ">=0.8,<2.0"
},
"require-dev": {
"illuminate/support": "~4.0",
"mockery/mockery": "0.9.1",
"phpunit/phpunit": "~4.0",
"silex/silex": "~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Eleme\\Rlock\\": "src/",
"Eleme\\Rlock\\Tests\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hongbo Tang",
"email": "[email protected]"
}
],
"description": "redis lock",
"time": "2014-11-25 10:02:07"
},
{
"name": "predis/predis",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "7a170b3d8123c556597b4fbdb88631f99de180c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/7a170b3d8123c556597b4fbdb88631f99de180c2",
"reference": "7a170b3d8123c556597b4fbdb88631f99de180c2",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "[email protected]",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete PHP client library for Redis",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"time": "2015-01-02 12:51:34"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"eleme/rlock": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}