Selaa lähdekoodia

Update phpbenchmarks/symfony dependency

tags/4.0.15.1
Steevan BARBOYON 8 vuotta sitten
vanhempi
commit
af9cbdea33
6 muutettua tiedostoa jossa 31 lisäystä ja 1494 poistoa
  1. 2
    4
      composer.json
  2. 13
    744
      composer.lock.php7.1
  3. 13
    744
      composer.lock.php7.2
  4. 1
    1
      config/bundles.php
  5. 1
    1
      config/routes.yaml
  6. 1
    0
      config/services.yaml

+ 2
- 4
composer.json Näytä tiedosto

@@ -4,14 +4,12 @@
4 4
     "type": "project",
5 5
     "require": {
6 6
         "php": "^7.1.3",
7
-        "phpbenchmarks/symfony": "1.0.0",
8 7
         "symfony/console": "^4.0",
9 8
         "symfony/flex": "^1.0",
10 9
         "symfony/framework-bundle": "^4.0",
11 10
         "symfony/lts": "^4@dev",
12
-        "symfony/serializer-pack": "^1.0",
13
-        "symfony/translation": "^4.0",
14
-        "symfony/yaml": "^4.0"
11
+        "symfony/yaml": "^4.0",
12
+        "phpbenchmarks/symfony": "1.0.1"
15 13
     },
16 14
     "config": {
17 15
         "preferred-install": {

+ 13
- 744
composer.lock.php7.1 Näytä tiedosto

@@ -4,340 +4,36 @@
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": "0072e8229b7c834fb01f531fd25c5ae5",
7
+    "content-hash": "10fb3d8f6e4dec291bf2b0ce117168e2",
8 8
     "packages": [
9
-        {
10
-            "name": "doctrine/annotations",
11
-            "version": "v1.6.0",
12
-            "source": {
13
-                "type": "git",
14
-                "url": "https://github.com/doctrine/annotations.git",
15
-                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
16
-            },
17
-            "dist": {
18
-                "type": "zip",
19
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
20
-                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
21
-                "shasum": ""
22
-            },
23
-            "require": {
24
-                "doctrine/lexer": "1.*",
25
-                "php": "^7.1"
26
-            },
27
-            "require-dev": {
28
-                "doctrine/cache": "1.*",
29
-                "phpunit/phpunit": "^6.4"
30
-            },
31
-            "type": "library",
32
-            "extra": {
33
-                "branch-alias": {
34
-                    "dev-master": "1.6.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-12-06T07:11:42+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
-        },
131
-        {
132
-            "name": "phpbenchmarks/benchmark-rest-data",
133
-            "version": "1.0.0",
134
-            "source": {
135
-                "type": "git",
136
-                "url": "https://github.com/phpbenchmarks/benchmark-rest-data.git",
137
-                "reference": "f071a8ffcf9082f53ce1ee8b112aaacab2f32690"
138
-            },
139
-            "dist": {
140
-                "type": "zip",
141
-                "url": "https://api.github.com/repos/phpbenchmarks/benchmark-rest-data/zipball/f071a8ffcf9082f53ce1ee8b112aaacab2f32690",
142
-                "reference": "f071a8ffcf9082f53ce1ee8b112aaacab2f32690",
143
-                "shasum": ""
144
-            },
145
-            "require": {
146
-                "php": ">=5.4.0"
147
-            },
148
-            "type": "project",
149
-            "autoload": {
150
-                "psr-4": {
151
-                    "PhpBenchmarksRestData\\": ""
152
-                }
153
-            },
154
-            "notification-url": "https://packagist.org/downloads/",
155
-            "license": [
156
-                "proprietary"
157
-            ],
158
-            "time": "2017-10-24T01:42:51+00:00"
159
-        },
160 9
         {
161 10
             "name": "phpbenchmarks/symfony",
162
-            "version": "1.0.0",
11
+            "version": "1.0.1",
163 12
             "source": {
164 13
                 "type": "git",
165 14
                 "url": "https://github.com/phpbenchmarks/symfony.git",
166
-                "reference": "ad761c90863021f76b603d3f9a81ff0067228b53"
15
+                "reference": "bd41126e7342084f5a4a8db50104084e483200be"
167 16
             },
168 17
             "dist": {
169 18
                 "type": "zip",
170
-                "url": "https://api.github.com/repos/phpbenchmarks/symfony/zipball/ad761c90863021f76b603d3f9a81ff0067228b53",
171
-                "reference": "ad761c90863021f76b603d3f9a81ff0067228b53",
19
+                "url": "https://api.github.com/repos/phpbenchmarks/symfony/zipball/bd41126e7342084f5a4a8db50104084e483200be",
20
+                "reference": "bd41126e7342084f5a4a8db50104084e483200be",
172 21
                 "shasum": ""
173 22
             },
174 23
             "require": {
175
-                "php": ">=5.4.0",
176
-                "phpbenchmarks/benchmark-rest-data": "1.0.0"
24
+                "php": ">=5.4.0"
177 25
             },
178 26
             "type": "project",
179 27
             "autoload": {
180 28
                 "psr-4": {
181
-                    "PhpBenchmarksSymfony\\": ""
29
+                    "PhpBenchmarksSymfony\\HelloWorldBundle\\": ""
182 30
                 }
183 31
             },
184 32
             "notification-url": "https://packagist.org/downloads/",
185 33
             "license": [
186 34
                 "proprietary"
187 35
             ],
188
-            "time": "2017-10-24T01:44:32+00:00"
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"
36
+            "time": "2017-12-28T17:06:33+00:00"
341 37
         },
342 38
         {
343 39
             "name": "psr/cache",
@@ -1016,16 +712,16 @@
1016 712
         },
1017 713
         {
1018 714
             "name": "symfony/flex",
1019
-            "version": "v1.0.51",
715
+            "version": "v1.0.53",
1020 716
             "source": {
1021 717
                 "type": "git",
1022 718
                 "url": "https://github.com/symfony/flex.git",
1023
-                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f"
719
+                "reference": "cc4b1bac464597ce220d4f8208c38c75195e80c2"
1024 720
             },
1025 721
             "dist": {
1026 722
                 "type": "zip",
1027
-                "url": "https://api.github.com/repos/symfony/flex/zipball/adb823e2d21c88174a03f16a7b7eb9879b83107f",
1028
-                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f",
723
+                "url": "https://api.github.com/repos/symfony/flex/zipball/cc4b1bac464597ce220d4f8208c38c75195e80c2",
724
+                "reference": "cc4b1bac464597ce220d4f8208c38c75195e80c2",
1029 725
                 "shasum": ""
1030 726
             },
1031 727
             "require": {
@@ -1058,7 +754,7 @@
1058 754
                     "email": "fabien.potencier@gmail.com"
1059 755
                 }
1060 756
             ],
1061
-            "time": "2017-12-20T00:55:17+00:00"
757
+            "time": "2017-12-27T16:06:01+00:00"
1062 758
         },
1063 759
         {
1064 760
             "name": "symfony/framework-bundle",
@@ -1313,63 +1009,6 @@
1313 1009
             "homepage": "https://symfony.com",
1314 1010
             "time": "2017-12-15T03:06:17+00:00"
1315 1011
         },
1316
-        {
1317
-            "name": "symfony/inflector",
1318
-            "version": "v4.0.2",
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
-        },
1373 1012
         {
1374 1013
             "name": "symfony/lts",
1375 1014
             "version": "dev-master",
@@ -1521,149 +1160,6 @@
1521 1160
             ],
1522 1161
             "time": "2017-10-11T12:05:26+00:00"
1523 1162
         },
1524
-        {
1525
-            "name": "symfony/property-access",
1526
-            "version": "v4.0.2",
1527
-            "source": {
1528
-                "type": "git",
1529
-                "url": "https://github.com/symfony/property-access.git",
1530
-                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488"
1531
-            },
1532
-            "dist": {
1533
-                "type": "zip",
1534
-                "url": "https://api.github.com/repos/symfony/property-access/zipball/8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
1535
-                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
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-12-14T00:19:09+00:00"
1590
-        },
1591
-        {
1592
-            "name": "symfony/property-info",
1593
-            "version": "v4.0.2",
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
-        },
1667 1163
         {
1668 1164
             "name": "symfony/routing",
1669 1165
             "version": "v4.0.2",
@@ -1742,183 +1238,6 @@
1742 1238
             ],
1743 1239
             "time": "2017-12-14T22:39:22+00:00"
1744 1240
         },
1745
-        {
1746
-            "name": "symfony/serializer",
1747
-            "version": "v4.0.2",
1748
-            "source": {
1749
-                "type": "git",
1750
-                "url": "https://github.com/symfony/serializer.git",
1751
-                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99"
1752
-            },
1753
-            "dist": {
1754
-                "type": "zip",
1755
-                "url": "https://api.github.com/repos/symfony/serializer/zipball/dcfc5c5fdea34a1107d90b57240fa514953a0f99",
1756
-                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99",
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-12-08T15:46:13+00:00"
1822
-        },
1823
-        {
1824
-            "name": "symfony/serializer-pack",
1825
-            "version": "v1.0.1",
1826
-            "source": {
1827
-                "type": "git",
1828
-                "url": "https://github.com/symfony/serializer-pack.git",
1829
-                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de"
1830
-            },
1831
-            "dist": {
1832
-                "type": "zip",
1833
-                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/35cea385ea44d1f40ec12571996bf768fbe409de",
1834
-                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de",
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": "symfony-pack",
1847
-            "notification-url": "https://packagist.org/downloads/",
1848
-            "license": [
1849
-                "MIT"
1850
-            ],
1851
-            "description": "A pack for the Symfony serializer",
1852
-            "time": "2017-12-12T01:48:53+00:00"
1853
-        },
1854
-        {
1855
-            "name": "symfony/translation",
1856
-            "version": "v4.0.2",
1857
-            "source": {
1858
-                "type": "git",
1859
-                "url": "https://github.com/symfony/translation.git",
1860
-                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634"
1861
-            },
1862
-            "dist": {
1863
-                "type": "zip",
1864
-                "url": "https://api.github.com/repos/symfony/translation/zipball/e2678768d2fcb7fe3d8108392626de1ece575634",
1865
-                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634",
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-12-12T08:41:51+00:00"
1921
-        },
1922 1241
         {
1923 1242
             "name": "symfony/yaml",
1924 1243
             "version": "v4.0.2",
@@ -1976,56 +1295,6 @@
1976 1295
             "description": "Symfony Yaml Component",
1977 1296
             "homepage": "https://symfony.com",
1978 1297
             "time": "2017-12-12T08:41:51+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"
2029 1298
         }
2030 1299
     ],
2031 1300
     "packages-dev": [],

+ 13
- 744
composer.lock.php7.2 Näytä tiedosto

@@ -4,340 +4,36 @@
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": "0072e8229b7c834fb01f531fd25c5ae5",
7
+    "content-hash": "10fb3d8f6e4dec291bf2b0ce117168e2",
8 8
     "packages": [
9
-        {
10
-            "name": "doctrine/annotations",
11
-            "version": "v1.6.0",
12
-            "source": {
13
-                "type": "git",
14
-                "url": "https://github.com/doctrine/annotations.git",
15
-                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
16
-            },
17
-            "dist": {
18
-                "type": "zip",
19
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
20
-                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
21
-                "shasum": ""
22
-            },
23
-            "require": {
24
-                "doctrine/lexer": "1.*",
25
-                "php": "^7.1"
26
-            },
27
-            "require-dev": {
28
-                "doctrine/cache": "1.*",
29
-                "phpunit/phpunit": "^6.4"
30
-            },
31
-            "type": "library",
32
-            "extra": {
33
-                "branch-alias": {
34
-                    "dev-master": "1.6.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-12-06T07:11:42+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
-        },
131
-        {
132
-            "name": "phpbenchmarks/benchmark-rest-data",
133
-            "version": "1.0.0",
134
-            "source": {
135
-                "type": "git",
136
-                "url": "https://github.com/phpbenchmarks/benchmark-rest-data.git",
137
-                "reference": "f071a8ffcf9082f53ce1ee8b112aaacab2f32690"
138
-            },
139
-            "dist": {
140
-                "type": "zip",
141
-                "url": "https://api.github.com/repos/phpbenchmarks/benchmark-rest-data/zipball/f071a8ffcf9082f53ce1ee8b112aaacab2f32690",
142
-                "reference": "f071a8ffcf9082f53ce1ee8b112aaacab2f32690",
143
-                "shasum": ""
144
-            },
145
-            "require": {
146
-                "php": ">=5.4.0"
147
-            },
148
-            "type": "project",
149
-            "autoload": {
150
-                "psr-4": {
151
-                    "PhpBenchmarksRestData\\": ""
152
-                }
153
-            },
154
-            "notification-url": "https://packagist.org/downloads/",
155
-            "license": [
156
-                "proprietary"
157
-            ],
158
-            "time": "2017-10-24T01:42:51+00:00"
159
-        },
160 9
         {
161 10
             "name": "phpbenchmarks/symfony",
162
-            "version": "1.0.0",
11
+            "version": "1.0.1",
163 12
             "source": {
164 13
                 "type": "git",
165 14
                 "url": "https://github.com/phpbenchmarks/symfony.git",
166
-                "reference": "ad761c90863021f76b603d3f9a81ff0067228b53"
15
+                "reference": "bd41126e7342084f5a4a8db50104084e483200be"
167 16
             },
168 17
             "dist": {
169 18
                 "type": "zip",
170
-                "url": "https://api.github.com/repos/phpbenchmarks/symfony/zipball/ad761c90863021f76b603d3f9a81ff0067228b53",
171
-                "reference": "ad761c90863021f76b603d3f9a81ff0067228b53",
19
+                "url": "https://api.github.com/repos/phpbenchmarks/symfony/zipball/bd41126e7342084f5a4a8db50104084e483200be",
20
+                "reference": "bd41126e7342084f5a4a8db50104084e483200be",
172 21
                 "shasum": ""
173 22
             },
174 23
             "require": {
175
-                "php": ">=5.4.0",
176
-                "phpbenchmarks/benchmark-rest-data": "1.0.0"
24
+                "php": ">=5.4.0"
177 25
             },
178 26
             "type": "project",
179 27
             "autoload": {
180 28
                 "psr-4": {
181
-                    "PhpBenchmarksSymfony\\": ""
29
+                    "PhpBenchmarksSymfony\\HelloWorldBundle\\": ""
182 30
                 }
183 31
             },
184 32
             "notification-url": "https://packagist.org/downloads/",
185 33
             "license": [
186 34
                 "proprietary"
187 35
             ],
188
-            "time": "2017-10-24T01:44:32+00:00"
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"
36
+            "time": "2017-12-28T17:06:33+00:00"
341 37
         },
342 38
         {
343 39
             "name": "psr/cache",
@@ -1016,16 +712,16 @@
1016 712
         },
1017 713
         {
1018 714
             "name": "symfony/flex",
1019
-            "version": "v1.0.51",
715
+            "version": "v1.0.53",
1020 716
             "source": {
1021 717
                 "type": "git",
1022 718
                 "url": "https://github.com/symfony/flex.git",
1023
-                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f"
719
+                "reference": "cc4b1bac464597ce220d4f8208c38c75195e80c2"
1024 720
             },
1025 721
             "dist": {
1026 722
                 "type": "zip",
1027
-                "url": "https://api.github.com/repos/symfony/flex/zipball/adb823e2d21c88174a03f16a7b7eb9879b83107f",
1028
-                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f",
723
+                "url": "https://api.github.com/repos/symfony/flex/zipball/cc4b1bac464597ce220d4f8208c38c75195e80c2",
724
+                "reference": "cc4b1bac464597ce220d4f8208c38c75195e80c2",
1029 725
                 "shasum": ""
1030 726
             },
1031 727
             "require": {
@@ -1058,7 +754,7 @@
1058 754
                     "email": "fabien.potencier@gmail.com"
1059 755
                 }
1060 756
             ],
1061
-            "time": "2017-12-20T00:55:17+00:00"
757
+            "time": "2017-12-27T16:06:01+00:00"
1062 758
         },
1063 759
         {
1064 760
             "name": "symfony/framework-bundle",
@@ -1313,63 +1009,6 @@
1313 1009
             "homepage": "https://symfony.com",
1314 1010
             "time": "2017-12-15T03:06:17+00:00"
1315 1011
         },
1316
-        {
1317
-            "name": "symfony/inflector",
1318
-            "version": "v4.0.2",
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
-        },
1373 1012
         {
1374 1013
             "name": "symfony/lts",
1375 1014
             "version": "dev-master",
@@ -1521,149 +1160,6 @@
1521 1160
             ],
1522 1161
             "time": "2017-10-11T12:05:26+00:00"
1523 1162
         },
1524
-        {
1525
-            "name": "symfony/property-access",
1526
-            "version": "v4.0.2",
1527
-            "source": {
1528
-                "type": "git",
1529
-                "url": "https://github.com/symfony/property-access.git",
1530
-                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488"
1531
-            },
1532
-            "dist": {
1533
-                "type": "zip",
1534
-                "url": "https://api.github.com/repos/symfony/property-access/zipball/8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
1535
-                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
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-12-14T00:19:09+00:00"
1590
-        },
1591
-        {
1592
-            "name": "symfony/property-info",
1593
-            "version": "v4.0.2",
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
-        },
1667 1163
         {
1668 1164
             "name": "symfony/routing",
1669 1165
             "version": "v4.0.2",
@@ -1742,183 +1238,6 @@
1742 1238
             ],
1743 1239
             "time": "2017-12-14T22:39:22+00:00"
1744 1240
         },
1745
-        {
1746
-            "name": "symfony/serializer",
1747
-            "version": "v4.0.2",
1748
-            "source": {
1749
-                "type": "git",
1750
-                "url": "https://github.com/symfony/serializer.git",
1751
-                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99"
1752
-            },
1753
-            "dist": {
1754
-                "type": "zip",
1755
-                "url": "https://api.github.com/repos/symfony/serializer/zipball/dcfc5c5fdea34a1107d90b57240fa514953a0f99",
1756
-                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99",
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-12-08T15:46:13+00:00"
1822
-        },
1823
-        {
1824
-            "name": "symfony/serializer-pack",
1825
-            "version": "v1.0.1",
1826
-            "source": {
1827
-                "type": "git",
1828
-                "url": "https://github.com/symfony/serializer-pack.git",
1829
-                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de"
1830
-            },
1831
-            "dist": {
1832
-                "type": "zip",
1833
-                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/35cea385ea44d1f40ec12571996bf768fbe409de",
1834
-                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de",
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": "symfony-pack",
1847
-            "notification-url": "https://packagist.org/downloads/",
1848
-            "license": [
1849
-                "MIT"
1850
-            ],
1851
-            "description": "A pack for the Symfony serializer",
1852
-            "time": "2017-12-12T01:48:53+00:00"
1853
-        },
1854
-        {
1855
-            "name": "symfony/translation",
1856
-            "version": "v4.0.2",
1857
-            "source": {
1858
-                "type": "git",
1859
-                "url": "https://github.com/symfony/translation.git",
1860
-                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634"
1861
-            },
1862
-            "dist": {
1863
-                "type": "zip",
1864
-                "url": "https://api.github.com/repos/symfony/translation/zipball/e2678768d2fcb7fe3d8108392626de1ece575634",
1865
-                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634",
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-12-12T08:41:51+00:00"
1921
-        },
1922 1241
         {
1923 1242
             "name": "symfony/yaml",
1924 1243
             "version": "v4.0.2",
@@ -1976,56 +1295,6 @@
1976 1295
             "description": "Symfony Yaml Component",
1977 1296
             "homepage": "https://symfony.com",
1978 1297
             "time": "2017-12-12T08:41:51+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"
2029 1298
         }
2030 1299
     ],
2031 1300
     "packages-dev": [],

+ 1
- 1
config/bundles.php Näytä tiedosto

@@ -2,5 +2,5 @@
2 2
 
3 3
 return [
4 4
     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5
-    PhpBenchmarksSymfony\Bundle\HelloWorldBundle\HelloWorldBundle::class => ['all' => true]
5
+    PhpBenchmarksSymfony\HelloWorldBundle\HelloWorldBundle::class => ['all' => true]
6 6
 ];

+ 1
- 1
config/routes.yaml Näytä tiedosto

@@ -1,2 +1,2 @@
1 1
 helloworld:
2
-    resource: ../vendor/phpbenchmarks/symfony/Bundle/HelloWorldBundle/Resources/config/routing.yml
2
+    resource: ../vendor/phpbenchmarks/symfony/Resources/config/routing.yml

+ 1
- 0
config/services.yaml Näytä tiedosto

@@ -0,0 +1 @@
1
+# useless for us, but needed by Symfony Flex

Loading…
Peruuta
Tallenna