|
|
@@ -4,8 +4,130 @@
|
|
4
|
4
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
5
|
5
|
"This file is @generated automatically"
|
|
6
|
6
|
],
|
|
7
|
|
- "content-hash": "0ca5b8b1f41c1e4444dae873bae3e64c",
|
|
|
7
|
+ "content-hash": "0072e8229b7c834fb01f531fd25c5ae5",
|
|
8
|
8
|
"packages": [
|
|
|
9
|
+ {
|
|
|
10
|
+ "name": "doctrine/annotations",
|
|
|
11
|
+ "version": "v1.5.0",
|
|
|
12
|
+ "source": {
|
|
|
13
|
+ "type": "git",
|
|
|
14
|
+ "url": "https://github.com/doctrine/annotations.git",
|
|
|
15
|
+ "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
|
|
|
16
|
+ },
|
|
|
17
|
+ "dist": {
|
|
|
18
|
+ "type": "zip",
|
|
|
19
|
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
|
|
|
20
|
+ "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
|
|
|
21
|
+ "shasum": ""
|
|
|
22
|
+ },
|
|
|
23
|
+ "require": {
|
|
|
24
|
+ "doctrine/lexer": "1.*",
|
|
|
25
|
+ "php": "^7.1"
|
|
|
26
|
+ },
|
|
|
27
|
+ "require-dev": {
|
|
|
28
|
+ "doctrine/cache": "1.*",
|
|
|
29
|
+ "phpunit/phpunit": "^5.7"
|
|
|
30
|
+ },
|
|
|
31
|
+ "type": "library",
|
|
|
32
|
+ "extra": {
|
|
|
33
|
+ "branch-alias": {
|
|
|
34
|
+ "dev-master": "1.5.x-dev"
|
|
|
35
|
+ }
|
|
|
36
|
+ },
|
|
|
37
|
+ "autoload": {
|
|
|
38
|
+ "psr-4": {
|
|
|
39
|
+ "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
|
40
|
+ }
|
|
|
41
|
+ },
|
|
|
42
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
43
|
+ "license": [
|
|
|
44
|
+ "MIT"
|
|
|
45
|
+ ],
|
|
|
46
|
+ "authors": [
|
|
|
47
|
+ {
|
|
|
48
|
+ "name": "Roman Borschel",
|
|
|
49
|
+ "email": "roman@code-factory.org"
|
|
|
50
|
+ },
|
|
|
51
|
+ {
|
|
|
52
|
+ "name": "Benjamin Eberlei",
|
|
|
53
|
+ "email": "kontakt@beberlei.de"
|
|
|
54
|
+ },
|
|
|
55
|
+ {
|
|
|
56
|
+ "name": "Guilherme Blanco",
|
|
|
57
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
58
|
+ },
|
|
|
59
|
+ {
|
|
|
60
|
+ "name": "Jonathan Wage",
|
|
|
61
|
+ "email": "jonwage@gmail.com"
|
|
|
62
|
+ },
|
|
|
63
|
+ {
|
|
|
64
|
+ "name": "Johannes Schmitt",
|
|
|
65
|
+ "email": "schmittjoh@gmail.com"
|
|
|
66
|
+ }
|
|
|
67
|
+ ],
|
|
|
68
|
+ "description": "Docblock Annotations Parser",
|
|
|
69
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
70
|
+ "keywords": [
|
|
|
71
|
+ "annotations",
|
|
|
72
|
+ "docblock",
|
|
|
73
|
+ "parser"
|
|
|
74
|
+ ],
|
|
|
75
|
+ "time": "2017-07-22T10:58:02+00:00"
|
|
|
76
|
+ },
|
|
|
77
|
+ {
|
|
|
78
|
+ "name": "doctrine/lexer",
|
|
|
79
|
+ "version": "v1.0.1",
|
|
|
80
|
+ "source": {
|
|
|
81
|
+ "type": "git",
|
|
|
82
|
+ "url": "https://github.com/doctrine/lexer.git",
|
|
|
83
|
+ "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
|
|
|
84
|
+ },
|
|
|
85
|
+ "dist": {
|
|
|
86
|
+ "type": "zip",
|
|
|
87
|
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
|
88
|
+ "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
|
|
|
89
|
+ "shasum": ""
|
|
|
90
|
+ },
|
|
|
91
|
+ "require": {
|
|
|
92
|
+ "php": ">=5.3.2"
|
|
|
93
|
+ },
|
|
|
94
|
+ "type": "library",
|
|
|
95
|
+ "extra": {
|
|
|
96
|
+ "branch-alias": {
|
|
|
97
|
+ "dev-master": "1.0.x-dev"
|
|
|
98
|
+ }
|
|
|
99
|
+ },
|
|
|
100
|
+ "autoload": {
|
|
|
101
|
+ "psr-0": {
|
|
|
102
|
+ "Doctrine\\Common\\Lexer\\": "lib/"
|
|
|
103
|
+ }
|
|
|
104
|
+ },
|
|
|
105
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
106
|
+ "license": [
|
|
|
107
|
+ "MIT"
|
|
|
108
|
+ ],
|
|
|
109
|
+ "authors": [
|
|
|
110
|
+ {
|
|
|
111
|
+ "name": "Roman Borschel",
|
|
|
112
|
+ "email": "roman@code-factory.org"
|
|
|
113
|
+ },
|
|
|
114
|
+ {
|
|
|
115
|
+ "name": "Guilherme Blanco",
|
|
|
116
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
117
|
+ },
|
|
|
118
|
+ {
|
|
|
119
|
+ "name": "Johannes Schmitt",
|
|
|
120
|
+ "email": "schmittjoh@gmail.com"
|
|
|
121
|
+ }
|
|
|
122
|
+ ],
|
|
|
123
|
+ "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
124
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
125
|
+ "keywords": [
|
|
|
126
|
+ "lexer",
|
|
|
127
|
+ "parser"
|
|
|
128
|
+ ],
|
|
|
129
|
+ "time": "2014-09-09T13:34:57+00:00"
|
|
|
130
|
+ },
|
|
9
|
131
|
{
|
|
10
|
132
|
"name": "phpbenchmarks/benchmark-rest-data",
|
|
11
|
133
|
"version": "1.0.0",
|
|
|
@@ -65,6 +187,158 @@
|
|
65
|
187
|
],
|
|
66
|
188
|
"time": "2017-10-24T01:44:32+00:00"
|
|
67
|
189
|
},
|
|
|
190
|
+ {
|
|
|
191
|
+ "name": "phpdocumentor/reflection-common",
|
|
|
192
|
+ "version": "1.0.1",
|
|
|
193
|
+ "source": {
|
|
|
194
|
+ "type": "git",
|
|
|
195
|
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
196
|
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
|
|
197
|
+ },
|
|
|
198
|
+ "dist": {
|
|
|
199
|
+ "type": "zip",
|
|
|
200
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
201
|
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
202
|
+ "shasum": ""
|
|
|
203
|
+ },
|
|
|
204
|
+ "require": {
|
|
|
205
|
+ "php": ">=5.5"
|
|
|
206
|
+ },
|
|
|
207
|
+ "require-dev": {
|
|
|
208
|
+ "phpunit/phpunit": "^4.6"
|
|
|
209
|
+ },
|
|
|
210
|
+ "type": "library",
|
|
|
211
|
+ "extra": {
|
|
|
212
|
+ "branch-alias": {
|
|
|
213
|
+ "dev-master": "1.0.x-dev"
|
|
|
214
|
+ }
|
|
|
215
|
+ },
|
|
|
216
|
+ "autoload": {
|
|
|
217
|
+ "psr-4": {
|
|
|
218
|
+ "phpDocumentor\\Reflection\\": [
|
|
|
219
|
+ "src"
|
|
|
220
|
+ ]
|
|
|
221
|
+ }
|
|
|
222
|
+ },
|
|
|
223
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
224
|
+ "license": [
|
|
|
225
|
+ "MIT"
|
|
|
226
|
+ ],
|
|
|
227
|
+ "authors": [
|
|
|
228
|
+ {
|
|
|
229
|
+ "name": "Jaap van Otterdijk",
|
|
|
230
|
+ "email": "opensource@ijaap.nl"
|
|
|
231
|
+ }
|
|
|
232
|
+ ],
|
|
|
233
|
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
234
|
+ "homepage": "http://www.phpdoc.org",
|
|
|
235
|
+ "keywords": [
|
|
|
236
|
+ "FQSEN",
|
|
|
237
|
+ "phpDocumentor",
|
|
|
238
|
+ "phpdoc",
|
|
|
239
|
+ "reflection",
|
|
|
240
|
+ "static analysis"
|
|
|
241
|
+ ],
|
|
|
242
|
+ "time": "2017-09-11T18:02:19+00:00"
|
|
|
243
|
+ },
|
|
|
244
|
+ {
|
|
|
245
|
+ "name": "phpdocumentor/reflection-docblock",
|
|
|
246
|
+ "version": "4.2.0",
|
|
|
247
|
+ "source": {
|
|
|
248
|
+ "type": "git",
|
|
|
249
|
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
250
|
+ "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
|
|
|
251
|
+ },
|
|
|
252
|
+ "dist": {
|
|
|
253
|
+ "type": "zip",
|
|
|
254
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
|
|
|
255
|
+ "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
|
|
|
256
|
+ "shasum": ""
|
|
|
257
|
+ },
|
|
|
258
|
+ "require": {
|
|
|
259
|
+ "php": "^7.0",
|
|
|
260
|
+ "phpdocumentor/reflection-common": "^1.0.0",
|
|
|
261
|
+ "phpdocumentor/type-resolver": "^0.4.0",
|
|
|
262
|
+ "webmozart/assert": "^1.0"
|
|
|
263
|
+ },
|
|
|
264
|
+ "require-dev": {
|
|
|
265
|
+ "doctrine/instantiator": "~1.0.5",
|
|
|
266
|
+ "mockery/mockery": "^1.0",
|
|
|
267
|
+ "phpunit/phpunit": "^6.4"
|
|
|
268
|
+ },
|
|
|
269
|
+ "type": "library",
|
|
|
270
|
+ "extra": {
|
|
|
271
|
+ "branch-alias": {
|
|
|
272
|
+ "dev-master": "4.x-dev"
|
|
|
273
|
+ }
|
|
|
274
|
+ },
|
|
|
275
|
+ "autoload": {
|
|
|
276
|
+ "psr-4": {
|
|
|
277
|
+ "phpDocumentor\\Reflection\\": [
|
|
|
278
|
+ "src/"
|
|
|
279
|
+ ]
|
|
|
280
|
+ }
|
|
|
281
|
+ },
|
|
|
282
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
283
|
+ "license": [
|
|
|
284
|
+ "MIT"
|
|
|
285
|
+ ],
|
|
|
286
|
+ "authors": [
|
|
|
287
|
+ {
|
|
|
288
|
+ "name": "Mike van Riel",
|
|
|
289
|
+ "email": "me@mikevanriel.com"
|
|
|
290
|
+ }
|
|
|
291
|
+ ],
|
|
|
292
|
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
293
|
+ "time": "2017-11-27T17:38:31+00:00"
|
|
|
294
|
+ },
|
|
|
295
|
+ {
|
|
|
296
|
+ "name": "phpdocumentor/type-resolver",
|
|
|
297
|
+ "version": "0.4.0",
|
|
|
298
|
+ "source": {
|
|
|
299
|
+ "type": "git",
|
|
|
300
|
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
301
|
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
|
|
302
|
+ },
|
|
|
303
|
+ "dist": {
|
|
|
304
|
+ "type": "zip",
|
|
|
305
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
306
|
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
307
|
+ "shasum": ""
|
|
|
308
|
+ },
|
|
|
309
|
+ "require": {
|
|
|
310
|
+ "php": "^5.5 || ^7.0",
|
|
|
311
|
+ "phpdocumentor/reflection-common": "^1.0"
|
|
|
312
|
+ },
|
|
|
313
|
+ "require-dev": {
|
|
|
314
|
+ "mockery/mockery": "^0.9.4",
|
|
|
315
|
+ "phpunit/phpunit": "^5.2||^4.8.24"
|
|
|
316
|
+ },
|
|
|
317
|
+ "type": "library",
|
|
|
318
|
+ "extra": {
|
|
|
319
|
+ "branch-alias": {
|
|
|
320
|
+ "dev-master": "1.0.x-dev"
|
|
|
321
|
+ }
|
|
|
322
|
+ },
|
|
|
323
|
+ "autoload": {
|
|
|
324
|
+ "psr-4": {
|
|
|
325
|
+ "phpDocumentor\\Reflection\\": [
|
|
|
326
|
+ "src/"
|
|
|
327
|
+ ]
|
|
|
328
|
+ }
|
|
|
329
|
+ },
|
|
|
330
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
331
|
+ "license": [
|
|
|
332
|
+ "MIT"
|
|
|
333
|
+ ],
|
|
|
334
|
+ "authors": [
|
|
|
335
|
+ {
|
|
|
336
|
+ "name": "Mike van Riel",
|
|
|
337
|
+ "email": "me@mikevanriel.com"
|
|
|
338
|
+ }
|
|
|
339
|
+ ],
|
|
|
340
|
+ "time": "2017-07-14T14:27:02+00:00"
|
|
|
341
|
+ },
|
|
68
|
342
|
{
|
|
69
|
343
|
"name": "psr/cache",
|
|
70
|
344
|
"version": "1.0.1",
|
|
|
@@ -742,16 +1016,16 @@
|
|
742
|
1016
|
},
|
|
743
|
1017
|
{
|
|
744
|
1018
|
"name": "symfony/flex",
|
|
745
|
|
- "version": "v1.0.42",
|
|
|
1019
|
+ "version": "v1.0.43",
|
|
746
|
1020
|
"source": {
|
|
747
|
1021
|
"type": "git",
|
|
748
|
1022
|
"url": "https://github.com/symfony/flex.git",
|
|
749
|
|
- "reference": "a1117ae366eae895a449db63eda58035b112dda9"
|
|
|
1023
|
+ "reference": "328db28b4e95663b120f9870fe55d53e7bb75696"
|
|
750
|
1024
|
},
|
|
751
|
1025
|
"dist": {
|
|
752
|
1026
|
"type": "zip",
|
|
753
|
|
- "url": "https://api.github.com/repos/symfony/flex/zipball/a1117ae366eae895a449db63eda58035b112dda9",
|
|
754
|
|
- "reference": "a1117ae366eae895a449db63eda58035b112dda9",
|
|
|
1027
|
+ "url": "https://api.github.com/repos/symfony/flex/zipball/328db28b4e95663b120f9870fe55d53e7bb75696",
|
|
|
1028
|
+ "reference": "328db28b4e95663b120f9870fe55d53e7bb75696",
|
|
755
|
1029
|
"shasum": ""
|
|
756
|
1030
|
},
|
|
757
|
1031
|
"require": {
|
|
|
@@ -784,7 +1058,7 @@
|
|
784
|
1058
|
"email": "fabien.potencier@gmail.com"
|
|
785
|
1059
|
}
|
|
786
|
1060
|
],
|
|
787
|
|
- "time": "2017-11-29T02:36:07+00:00"
|
|
|
1061
|
+ "time": "2017-12-01T17:43:46+00:00"
|
|
788
|
1062
|
},
|
|
789
|
1063
|
{
|
|
790
|
1064
|
"name": "symfony/framework-bundle",
|
|
|
@@ -1039,6 +1313,63 @@
|
|
1039
|
1313
|
"homepage": "https://symfony.com",
|
|
1040
|
1314
|
"time": "2017-11-30T17:43:40+00:00"
|
|
1041
|
1315
|
},
|
|
|
1316
|
+ {
|
|
|
1317
|
+ "name": "symfony/inflector",
|
|
|
1318
|
+ "version": "v4.0.0",
|
|
|
1319
|
+ "source": {
|
|
|
1320
|
+ "type": "git",
|
|
|
1321
|
+ "url": "https://github.com/symfony/inflector.git",
|
|
|
1322
|
+ "reference": "8740990f67ec9f89bfa116d11bad2990dd510ece"
|
|
|
1323
|
+ },
|
|
|
1324
|
+ "dist": {
|
|
|
1325
|
+ "type": "zip",
|
|
|
1326
|
+ "url": "https://api.github.com/repos/symfony/inflector/zipball/8740990f67ec9f89bfa116d11bad2990dd510ece",
|
|
|
1327
|
+ "reference": "8740990f67ec9f89bfa116d11bad2990dd510ece",
|
|
|
1328
|
+ "shasum": ""
|
|
|
1329
|
+ },
|
|
|
1330
|
+ "require": {
|
|
|
1331
|
+ "php": "^7.1.3"
|
|
|
1332
|
+ },
|
|
|
1333
|
+ "type": "library",
|
|
|
1334
|
+ "extra": {
|
|
|
1335
|
+ "branch-alias": {
|
|
|
1336
|
+ "dev-master": "4.0-dev"
|
|
|
1337
|
+ }
|
|
|
1338
|
+ },
|
|
|
1339
|
+ "autoload": {
|
|
|
1340
|
+ "psr-4": {
|
|
|
1341
|
+ "Symfony\\Component\\Inflector\\": ""
|
|
|
1342
|
+ },
|
|
|
1343
|
+ "exclude-from-classmap": [
|
|
|
1344
|
+ "/Tests/"
|
|
|
1345
|
+ ]
|
|
|
1346
|
+ },
|
|
|
1347
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
1348
|
+ "license": [
|
|
|
1349
|
+ "MIT"
|
|
|
1350
|
+ ],
|
|
|
1351
|
+ "authors": [
|
|
|
1352
|
+ {
|
|
|
1353
|
+ "name": "Bernhard Schussek",
|
|
|
1354
|
+ "email": "bschussek@gmail.com"
|
|
|
1355
|
+ },
|
|
|
1356
|
+ {
|
|
|
1357
|
+ "name": "Symfony Community",
|
|
|
1358
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
1359
|
+ }
|
|
|
1360
|
+ ],
|
|
|
1361
|
+ "description": "Symfony Inflector Component",
|
|
|
1362
|
+ "homepage": "https://symfony.com",
|
|
|
1363
|
+ "keywords": [
|
|
|
1364
|
+ "inflection",
|
|
|
1365
|
+ "pluralize",
|
|
|
1366
|
+ "singularize",
|
|
|
1367
|
+ "string",
|
|
|
1368
|
+ "symfony",
|
|
|
1369
|
+ "words"
|
|
|
1370
|
+ ],
|
|
|
1371
|
+ "time": "2017-08-31T20:46:21+00:00"
|
|
|
1372
|
+ },
|
|
1042
|
1373
|
{
|
|
1043
|
1374
|
"name": "symfony/lts",
|
|
1044
|
1375
|
"version": "dev-master",
|
|
|
@@ -1190,6 +1521,149 @@
|
|
1190
|
1521
|
],
|
|
1191
|
1522
|
"time": "2017-10-11T12:05:26+00:00"
|
|
1192
|
1523
|
},
|
|
|
1524
|
+ {
|
|
|
1525
|
+ "name": "symfony/property-access",
|
|
|
1526
|
+ "version": "v4.0.0",
|
|
|
1527
|
+ "source": {
|
|
|
1528
|
+ "type": "git",
|
|
|
1529
|
+ "url": "https://github.com/symfony/property-access.git",
|
|
|
1530
|
+ "reference": "220f386247615af26b23f81398f8e152e213af0c"
|
|
|
1531
|
+ },
|
|
|
1532
|
+ "dist": {
|
|
|
1533
|
+ "type": "zip",
|
|
|
1534
|
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/220f386247615af26b23f81398f8e152e213af0c",
|
|
|
1535
|
+ "reference": "220f386247615af26b23f81398f8e152e213af0c",
|
|
|
1536
|
+ "shasum": ""
|
|
|
1537
|
+ },
|
|
|
1538
|
+ "require": {
|
|
|
1539
|
+ "php": "^7.1.3",
|
|
|
1540
|
+ "symfony/inflector": "~3.4|~4.0"
|
|
|
1541
|
+ },
|
|
|
1542
|
+ "require-dev": {
|
|
|
1543
|
+ "symfony/cache": "~3.4|~4.0"
|
|
|
1544
|
+ },
|
|
|
1545
|
+ "suggest": {
|
|
|
1546
|
+ "psr/cache-implementation": "To cache access methods."
|
|
|
1547
|
+ },
|
|
|
1548
|
+ "type": "library",
|
|
|
1549
|
+ "extra": {
|
|
|
1550
|
+ "branch-alias": {
|
|
|
1551
|
+ "dev-master": "4.0-dev"
|
|
|
1552
|
+ }
|
|
|
1553
|
+ },
|
|
|
1554
|
+ "autoload": {
|
|
|
1555
|
+ "psr-4": {
|
|
|
1556
|
+ "Symfony\\Component\\PropertyAccess\\": ""
|
|
|
1557
|
+ },
|
|
|
1558
|
+ "exclude-from-classmap": [
|
|
|
1559
|
+ "/Tests/"
|
|
|
1560
|
+ ]
|
|
|
1561
|
+ },
|
|
|
1562
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
1563
|
+ "license": [
|
|
|
1564
|
+ "MIT"
|
|
|
1565
|
+ ],
|
|
|
1566
|
+ "authors": [
|
|
|
1567
|
+ {
|
|
|
1568
|
+ "name": "Fabien Potencier",
|
|
|
1569
|
+ "email": "fabien@symfony.com"
|
|
|
1570
|
+ },
|
|
|
1571
|
+ {
|
|
|
1572
|
+ "name": "Symfony Community",
|
|
|
1573
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
1574
|
+ }
|
|
|
1575
|
+ ],
|
|
|
1576
|
+ "description": "Symfony PropertyAccess Component",
|
|
|
1577
|
+ "homepage": "https://symfony.com",
|
|
|
1578
|
+ "keywords": [
|
|
|
1579
|
+ "access",
|
|
|
1580
|
+ "array",
|
|
|
1581
|
+ "extraction",
|
|
|
1582
|
+ "index",
|
|
|
1583
|
+ "injection",
|
|
|
1584
|
+ "object",
|
|
|
1585
|
+ "property",
|
|
|
1586
|
+ "property path",
|
|
|
1587
|
+ "reflection"
|
|
|
1588
|
+ ],
|
|
|
1589
|
+ "time": "2017-11-19T18:43:46+00:00"
|
|
|
1590
|
+ },
|
|
|
1591
|
+ {
|
|
|
1592
|
+ "name": "symfony/property-info",
|
|
|
1593
|
+ "version": "v4.0.0",
|
|
|
1594
|
+ "source": {
|
|
|
1595
|
+ "type": "git",
|
|
|
1596
|
+ "url": "https://github.com/symfony/property-info.git",
|
|
|
1597
|
+ "reference": "bfb9ba900f348ebce10147c9c795cb880c9d14b1"
|
|
|
1598
|
+ },
|
|
|
1599
|
+ "dist": {
|
|
|
1600
|
+ "type": "zip",
|
|
|
1601
|
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/bfb9ba900f348ebce10147c9c795cb880c9d14b1",
|
|
|
1602
|
+ "reference": "bfb9ba900f348ebce10147c9c795cb880c9d14b1",
|
|
|
1603
|
+ "shasum": ""
|
|
|
1604
|
+ },
|
|
|
1605
|
+ "require": {
|
|
|
1606
|
+ "php": "^7.1.3",
|
|
|
1607
|
+ "symfony/inflector": "~3.4|~4.0"
|
|
|
1608
|
+ },
|
|
|
1609
|
+ "conflict": {
|
|
|
1610
|
+ "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
|
|
|
1611
|
+ "phpdocumentor/type-resolver": "<0.2.1",
|
|
|
1612
|
+ "symfony/dependency-injection": "<3.4"
|
|
|
1613
|
+ },
|
|
|
1614
|
+ "require-dev": {
|
|
|
1615
|
+ "doctrine/annotations": "~1.0",
|
|
|
1616
|
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
|
|
1617
|
+ "symfony/cache": "~3.4|~4.0",
|
|
|
1618
|
+ "symfony/dependency-injection": "~3.4|~4.0",
|
|
|
1619
|
+ "symfony/serializer": "~3.4|~4.0"
|
|
|
1620
|
+ },
|
|
|
1621
|
+ "suggest": {
|
|
|
1622
|
+ "phpdocumentor/reflection-docblock": "To use the PHPDoc",
|
|
|
1623
|
+ "psr/cache-implementation": "To cache results",
|
|
|
1624
|
+ "symfony/doctrine-bridge": "To use Doctrine metadata",
|
|
|
1625
|
+ "symfony/serializer": "To use Serializer metadata"
|
|
|
1626
|
+ },
|
|
|
1627
|
+ "type": "library",
|
|
|
1628
|
+ "extra": {
|
|
|
1629
|
+ "branch-alias": {
|
|
|
1630
|
+ "dev-master": "4.0-dev"
|
|
|
1631
|
+ }
|
|
|
1632
|
+ },
|
|
|
1633
|
+ "autoload": {
|
|
|
1634
|
+ "psr-4": {
|
|
|
1635
|
+ "Symfony\\Component\\PropertyInfo\\": ""
|
|
|
1636
|
+ },
|
|
|
1637
|
+ "exclude-from-classmap": [
|
|
|
1638
|
+ "/Tests/"
|
|
|
1639
|
+ ]
|
|
|
1640
|
+ },
|
|
|
1641
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
1642
|
+ "license": [
|
|
|
1643
|
+ "MIT"
|
|
|
1644
|
+ ],
|
|
|
1645
|
+ "authors": [
|
|
|
1646
|
+ {
|
|
|
1647
|
+ "name": "Kévin Dunglas",
|
|
|
1648
|
+ "email": "dunglas@gmail.com"
|
|
|
1649
|
+ },
|
|
|
1650
|
+ {
|
|
|
1651
|
+ "name": "Symfony Community",
|
|
|
1652
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
1653
|
+ }
|
|
|
1654
|
+ ],
|
|
|
1655
|
+ "description": "Symfony Property Info Component",
|
|
|
1656
|
+ "homepage": "https://symfony.com",
|
|
|
1657
|
+ "keywords": [
|
|
|
1658
|
+ "doctrine",
|
|
|
1659
|
+ "phpdoc",
|
|
|
1660
|
+ "property",
|
|
|
1661
|
+ "symfony",
|
|
|
1662
|
+ "type",
|
|
|
1663
|
+ "validator"
|
|
|
1664
|
+ ],
|
|
|
1665
|
+ "time": "2017-11-07T14:45:01+00:00"
|
|
|
1666
|
+ },
|
|
1193
|
1667
|
{
|
|
1194
|
1668
|
"name": "symfony/routing",
|
|
1195
|
1669
|
"version": "v4.0.0",
|
|
|
@@ -1268,6 +1742,183 @@
|
|
1268
|
1742
|
],
|
|
1269
|
1743
|
"time": "2017-11-24T14:34:08+00:00"
|
|
1270
|
1744
|
},
|
|
|
1745
|
+ {
|
|
|
1746
|
+ "name": "symfony/serializer",
|
|
|
1747
|
+ "version": "v4.0.0",
|
|
|
1748
|
+ "source": {
|
|
|
1749
|
+ "type": "git",
|
|
|
1750
|
+ "url": "https://github.com/symfony/serializer.git",
|
|
|
1751
|
+ "reference": "7343d18bb9fd30aaeb3a351d280267b2141d5069"
|
|
|
1752
|
+ },
|
|
|
1753
|
+ "dist": {
|
|
|
1754
|
+ "type": "zip",
|
|
|
1755
|
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/7343d18bb9fd30aaeb3a351d280267b2141d5069",
|
|
|
1756
|
+ "reference": "7343d18bb9fd30aaeb3a351d280267b2141d5069",
|
|
|
1757
|
+ "shasum": ""
|
|
|
1758
|
+ },
|
|
|
1759
|
+ "require": {
|
|
|
1760
|
+ "php": "^7.1.3"
|
|
|
1761
|
+ },
|
|
|
1762
|
+ "conflict": {
|
|
|
1763
|
+ "phpdocumentor/type-resolver": "<0.2.1",
|
|
|
1764
|
+ "symfony/dependency-injection": "<3.4",
|
|
|
1765
|
+ "symfony/property-access": "<3.4",
|
|
|
1766
|
+ "symfony/property-info": "<3.4",
|
|
|
1767
|
+ "symfony/yaml": "<3.4"
|
|
|
1768
|
+ },
|
|
|
1769
|
+ "require-dev": {
|
|
|
1770
|
+ "doctrine/annotations": "~1.0",
|
|
|
1771
|
+ "doctrine/cache": "~1.0",
|
|
|
1772
|
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
|
|
1773
|
+ "symfony/cache": "~3.4|~4.0",
|
|
|
1774
|
+ "symfony/config": "~3.4|~4.0",
|
|
|
1775
|
+ "symfony/dependency-injection": "~3.4|~4.0",
|
|
|
1776
|
+ "symfony/http-foundation": "~3.4|~4.0",
|
|
|
1777
|
+ "symfony/property-access": "~3.4|~4.0",
|
|
|
1778
|
+ "symfony/property-info": "~3.4|~4.0",
|
|
|
1779
|
+ "symfony/yaml": "~3.4|~4.0"
|
|
|
1780
|
+ },
|
|
|
1781
|
+ "suggest": {
|
|
|
1782
|
+ "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
|
|
|
1783
|
+ "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
|
|
|
1784
|
+ "psr/cache-implementation": "For using the metadata cache.",
|
|
|
1785
|
+ "symfony/config": "For using the XML mapping loader.",
|
|
|
1786
|
+ "symfony/http-foundation": "To use the DataUriNormalizer.",
|
|
|
1787
|
+ "symfony/property-access": "For using the ObjectNormalizer.",
|
|
|
1788
|
+ "symfony/property-info": "To deserialize relations.",
|
|
|
1789
|
+ "symfony/yaml": "For using the default YAML mapping loader."
|
|
|
1790
|
+ },
|
|
|
1791
|
+ "type": "library",
|
|
|
1792
|
+ "extra": {
|
|
|
1793
|
+ "branch-alias": {
|
|
|
1794
|
+ "dev-master": "4.0-dev"
|
|
|
1795
|
+ }
|
|
|
1796
|
+ },
|
|
|
1797
|
+ "autoload": {
|
|
|
1798
|
+ "psr-4": {
|
|
|
1799
|
+ "Symfony\\Component\\Serializer\\": ""
|
|
|
1800
|
+ },
|
|
|
1801
|
+ "exclude-from-classmap": [
|
|
|
1802
|
+ "/Tests/"
|
|
|
1803
|
+ ]
|
|
|
1804
|
+ },
|
|
|
1805
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
1806
|
+ "license": [
|
|
|
1807
|
+ "MIT"
|
|
|
1808
|
+ ],
|
|
|
1809
|
+ "authors": [
|
|
|
1810
|
+ {
|
|
|
1811
|
+ "name": "Fabien Potencier",
|
|
|
1812
|
+ "email": "fabien@symfony.com"
|
|
|
1813
|
+ },
|
|
|
1814
|
+ {
|
|
|
1815
|
+ "name": "Symfony Community",
|
|
|
1816
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
1817
|
+ }
|
|
|
1818
|
+ ],
|
|
|
1819
|
+ "description": "Symfony Serializer Component",
|
|
|
1820
|
+ "homepage": "https://symfony.com",
|
|
|
1821
|
+ "time": "2017-11-29T13:42:03+00:00"
|
|
|
1822
|
+ },
|
|
|
1823
|
+ {
|
|
|
1824
|
+ "name": "symfony/serializer-pack",
|
|
|
1825
|
+ "version": "v1.0.0",
|
|
|
1826
|
+ "source": {
|
|
|
1827
|
+ "type": "git",
|
|
|
1828
|
+ "url": "https://github.com/symfony/serializer-pack.git",
|
|
|
1829
|
+ "reference": "d83854fc72317cb94f1796619ab90bd41b8e8996"
|
|
|
1830
|
+ },
|
|
|
1831
|
+ "dist": {
|
|
|
1832
|
+ "type": "zip",
|
|
|
1833
|
+ "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/d83854fc72317cb94f1796619ab90bd41b8e8996",
|
|
|
1834
|
+ "reference": "d83854fc72317cb94f1796619ab90bd41b8e8996",
|
|
|
1835
|
+ "shasum": ""
|
|
|
1836
|
+ },
|
|
|
1837
|
+ "require": {
|
|
|
1838
|
+ "doctrine/annotations": "^1.0",
|
|
|
1839
|
+ "php": "^7.0",
|
|
|
1840
|
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
|
|
1841
|
+ "symfony/cache": "^3.3|^4.0",
|
|
|
1842
|
+ "symfony/property-access": "^3.3|^4.0",
|
|
|
1843
|
+ "symfony/property-info": "^3.3|^4.0",
|
|
|
1844
|
+ "symfony/serializer": "^3.3|^4.0"
|
|
|
1845
|
+ },
|
|
|
1846
|
+ "type": "metapackage",
|
|
|
1847
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
1848
|
+ "license": [
|
|
|
1849
|
+ "MIT"
|
|
|
1850
|
+ ],
|
|
|
1851
|
+ "description": "A pack for the Symfony serializer",
|
|
|
1852
|
+ "time": "2017-11-29T20:08:56+00:00"
|
|
|
1853
|
+ },
|
|
|
1854
|
+ {
|
|
|
1855
|
+ "name": "symfony/translation",
|
|
|
1856
|
+ "version": "v4.0.0",
|
|
|
1857
|
+ "source": {
|
|
|
1858
|
+ "type": "git",
|
|
|
1859
|
+ "url": "https://github.com/symfony/translation.git",
|
|
|
1860
|
+ "reference": "317c2002180f64292ed127bbe31dcf47594c6ed7"
|
|
|
1861
|
+ },
|
|
|
1862
|
+ "dist": {
|
|
|
1863
|
+ "type": "zip",
|
|
|
1864
|
+ "url": "https://api.github.com/repos/symfony/translation/zipball/317c2002180f64292ed127bbe31dcf47594c6ed7",
|
|
|
1865
|
+ "reference": "317c2002180f64292ed127bbe31dcf47594c6ed7",
|
|
|
1866
|
+ "shasum": ""
|
|
|
1867
|
+ },
|
|
|
1868
|
+ "require": {
|
|
|
1869
|
+ "php": "^7.1.3",
|
|
|
1870
|
+ "symfony/polyfill-mbstring": "~1.0"
|
|
|
1871
|
+ },
|
|
|
1872
|
+ "conflict": {
|
|
|
1873
|
+ "symfony/config": "<3.4",
|
|
|
1874
|
+ "symfony/dependency-injection": "<3.4",
|
|
|
1875
|
+ "symfony/yaml": "<3.4"
|
|
|
1876
|
+ },
|
|
|
1877
|
+ "require-dev": {
|
|
|
1878
|
+ "psr/log": "~1.0",
|
|
|
1879
|
+ "symfony/config": "~3.4|~4.0",
|
|
|
1880
|
+ "symfony/dependency-injection": "~3.4|~4.0",
|
|
|
1881
|
+ "symfony/finder": "~2.8|~3.0|~4.0",
|
|
|
1882
|
+ "symfony/intl": "~3.4|~4.0",
|
|
|
1883
|
+ "symfony/yaml": "~3.4|~4.0"
|
|
|
1884
|
+ },
|
|
|
1885
|
+ "suggest": {
|
|
|
1886
|
+ "psr/log": "To use logging capability in translator",
|
|
|
1887
|
+ "symfony/config": "",
|
|
|
1888
|
+ "symfony/yaml": ""
|
|
|
1889
|
+ },
|
|
|
1890
|
+ "type": "library",
|
|
|
1891
|
+ "extra": {
|
|
|
1892
|
+ "branch-alias": {
|
|
|
1893
|
+ "dev-master": "4.0-dev"
|
|
|
1894
|
+ }
|
|
|
1895
|
+ },
|
|
|
1896
|
+ "autoload": {
|
|
|
1897
|
+ "psr-4": {
|
|
|
1898
|
+ "Symfony\\Component\\Translation\\": ""
|
|
|
1899
|
+ },
|
|
|
1900
|
+ "exclude-from-classmap": [
|
|
|
1901
|
+ "/Tests/"
|
|
|
1902
|
+ ]
|
|
|
1903
|
+ },
|
|
|
1904
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
1905
|
+ "license": [
|
|
|
1906
|
+ "MIT"
|
|
|
1907
|
+ ],
|
|
|
1908
|
+ "authors": [
|
|
|
1909
|
+ {
|
|
|
1910
|
+ "name": "Fabien Potencier",
|
|
|
1911
|
+ "email": "fabien@symfony.com"
|
|
|
1912
|
+ },
|
|
|
1913
|
+ {
|
|
|
1914
|
+ "name": "Symfony Community",
|
|
|
1915
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
1916
|
+ }
|
|
|
1917
|
+ ],
|
|
|
1918
|
+ "description": "Symfony Translation Component",
|
|
|
1919
|
+ "homepage": "https://symfony.com",
|
|
|
1920
|
+ "time": "2017-11-28T22:05:27+00:00"
|
|
|
1921
|
+ },
|
|
1271
|
1922
|
{
|
|
1272
|
1923
|
"name": "symfony/yaml",
|
|
1273
|
1924
|
"version": "v4.0.0",
|
|
|
@@ -1325,6 +1976,56 @@
|
|
1325
|
1976
|
"description": "Symfony Yaml Component",
|
|
1326
|
1977
|
"homepage": "https://symfony.com",
|
|
1327
|
1978
|
"time": "2017-11-29T13:42:03+00:00"
|
|
|
1979
|
+ },
|
|
|
1980
|
+ {
|
|
|
1981
|
+ "name": "webmozart/assert",
|
|
|
1982
|
+ "version": "1.2.0",
|
|
|
1983
|
+ "source": {
|
|
|
1984
|
+ "type": "git",
|
|
|
1985
|
+ "url": "https://github.com/webmozart/assert.git",
|
|
|
1986
|
+ "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
|
|
|
1987
|
+ },
|
|
|
1988
|
+ "dist": {
|
|
|
1989
|
+ "type": "zip",
|
|
|
1990
|
+ "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
|
|
|
1991
|
+ "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
|
|
|
1992
|
+ "shasum": ""
|
|
|
1993
|
+ },
|
|
|
1994
|
+ "require": {
|
|
|
1995
|
+ "php": "^5.3.3 || ^7.0"
|
|
|
1996
|
+ },
|
|
|
1997
|
+ "require-dev": {
|
|
|
1998
|
+ "phpunit/phpunit": "^4.6",
|
|
|
1999
|
+ "sebastian/version": "^1.0.1"
|
|
|
2000
|
+ },
|
|
|
2001
|
+ "type": "library",
|
|
|
2002
|
+ "extra": {
|
|
|
2003
|
+ "branch-alias": {
|
|
|
2004
|
+ "dev-master": "1.3-dev"
|
|
|
2005
|
+ }
|
|
|
2006
|
+ },
|
|
|
2007
|
+ "autoload": {
|
|
|
2008
|
+ "psr-4": {
|
|
|
2009
|
+ "Webmozart\\Assert\\": "src/"
|
|
|
2010
|
+ }
|
|
|
2011
|
+ },
|
|
|
2012
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
2013
|
+ "license": [
|
|
|
2014
|
+ "MIT"
|
|
|
2015
|
+ ],
|
|
|
2016
|
+ "authors": [
|
|
|
2017
|
+ {
|
|
|
2018
|
+ "name": "Bernhard Schussek",
|
|
|
2019
|
+ "email": "bschussek@gmail.com"
|
|
|
2020
|
+ }
|
|
|
2021
|
+ ],
|
|
|
2022
|
+ "description": "Assertions to validate method input/output with nice error messages.",
|
|
|
2023
|
+ "keywords": [
|
|
|
2024
|
+ "assert",
|
|
|
2025
|
+ "check",
|
|
|
2026
|
+ "validate"
|
|
|
2027
|
+ ],
|
|
|
2028
|
+ "time": "2016-11-23T20:04:58+00:00"
|
|
1328
|
2029
|
}
|
|
1329
|
2030
|
],
|
|
1330
|
2031
|
"packages-dev": [],
|