-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
138 lines (138 loc) · 4.83 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
{
"_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": "1993bf56f2c1540d68a844e28611ea68",
"content-hash": "4c67cb97a82ce31dde0d1bff1b877e01",
"packages": [
{
"name": "rhumsaa/uuid",
"version": "2.8.2",
"source": {
"type": "git",
"url": "https://github.com/ramsey/rhumsaa-uuid.git",
"reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
"reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"doctrine/dbal": ">=2.3",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"moontoast/math": "~1.1",
"phpunit/phpunit": "~4.1",
"satooshi/php-coveralls": "~0.6",
"squizlabs/php_codesniffer": "^2.3",
"symfony/console": "~2.3"
},
"suggest": {
"doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
"moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
"symfony/console": "Support for use of the bin/uuid command line tool."
},
"bin": [
"bin/uuid"
],
"type": "library",
"autoload": {
"psr-4": {
"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": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/rhumsaa-uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
"abandoned": "ramsey/uuid",
"time": "2015-07-23 19:00:41"
},
{
"name": "symfony/class-loader",
"version": "v2.7.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
"reference": "9d8359ca865621ba7f43ac6a3455d064d064bed7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/class-loader/zipball/9d8359ca865621ba7f43ac6a3455d064d064bed7",
"reference": "9d8359ca865621ba7f43ac6a3455d064d064bed7",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"symfony/finder": "~2.0,>=2.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ClassLoader\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony ClassLoader Component",
"homepage": "https://symfony.com",
"time": "2015-10-30 20:10:21"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}