-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
139 lines (137 loc) · 4.25 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"_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"
],
"hash": "ea6d27390a9954ea9eef009de8d01474",
"packages": [
{
"name": "nikic/phlexy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nikic/Phlexy.git",
"reference": "8aba8cb05771bcc56c58f9699e0abd54ca128182"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/Phlexy/zipball/8aba8cb05771bcc56c58f9699e0abd54ca128182",
"reference": "8aba8cb05771bcc56c58f9699e0abd54ca128182",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Phlexy": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "Lexing experiments in PHP",
"keywords": [
"lexer",
"php"
],
"time": "2013-03-13 16:20:49"
}
],
"packages-dev": [
{
"name": "rhumsaa/uuid",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "721181e32766487294ee3d1e49ef2a52d605cc66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/721181e32766487294ee3d1e49ef2a52d605cc66",
"reference": "721181e32766487294ee3d1e49ef2a52d605cc66",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"doctrine/dbal": ">=2.3",
"moontoast/math": "1.1.0"
},
"suggest": {
"doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
"moontoast/math": "Provides support for large integers."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Rhumsaa\\Uuid": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Ben Ramsey",
"homepage": "http://benramsey.com"
}
],
"description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
"time": "2013-07-30 00:05:42"
},
{
"name": "shaunxcode/edn-tests",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/shaunxcode/edn-tests",
"reference": "master"
},
"type": "library",
"time": "2013-09-06 15:50:14"
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"nikic/phlexy": 20,
"shaunxcode/edn-tests": 20
},
"platform": {
"php": ">=5.4.0"
},
"platform-dev": [
]
}