-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
117 lines (117 loc) · 3.95 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
116
117
{
"_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": "d426f3657d52ffd046a79d78a17ee25c",
"content-hash": "25dab236f109681f90ab9ffe53d29667",
"packages": [
{
"name": "cweagans/composer-patches",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "8de7c73b2eae217f4e7028d7262ff2330aa4b4e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/8de7c73b2eae217f4e7028d7262ff2330aa4b4e8",
"reference": "8de7c73b2eae217f4e7028d7262ff2330aa4b4e8",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "~1.0",
"phpunit/phpunit": "~4.6"
},
"type": "composer-plugin",
"extra": {
"class": "cweagans\\Composer\\Patches"
},
"autoload": {
"psr-4": {
"cweagans\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Cameron Eagans",
"email": "[email protected]"
}
],
"description": "Provides a way to patch Composer packages.",
"time": "2016-03-28 18:54:21"
},
{
"name": "danielmewes/php-rql",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/danielmewes/php-rql.git",
"reference": "393a49ab5c3ce2cb7f3fc5c985e612b77ce472cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielmewes/php-rql/zipball/393a49ab5c3ce2cb7f3fc5c985e612b77ce472cd",
"reference": "393a49ab5c3ce2cb7f3fc5c985e612b77ce472cd",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "dev-master",
"phpunit/phpunit": "~4.8",
"squizlabs/php_codesniffer": "~2.5"
},
"type": "library",
"autoload": {
"files": [
"rdb/rdb.php"
],
"psr-4": {
"r\\": "rdb/",
"r\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Daniel Mewes",
"email": "[email protected]",
"homepage": "http://dmewes.com",
"role": "Developer"
}
],
"description": "A PHP client driver for the RethinkDB query language (ReQL)",
"homepage": "http://danielmewes.github.io/php-rql/",
"keywords": [
"database",
"driver",
"reql",
"rethinkdb"
],
"time": "2016-05-31 01:55:32"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}