Explorar el Código

Create Hello World branch

tags/4.0.15.1
Steevan BARBOYON hace 8 años
padre
commit
52e8197ecd

+ 1
- 0
.gitignore Ver fichero

@@ -1,4 +1,5 @@
1 1
 .idea/
2
+composer.lock
2 3
 
3 4
 ###> symfony/framework-bundle ###
4 5
 .env

+ 10
- 0
README.md Ver fichero

@@ -18,12 +18,22 @@ You will not find final source code here, as it's in [phpbenchmarks/symfony](htt
18 18
 
19 19
 You can find how we benchmark it [here](http://www.phpbenchmarks.com/en/benchmark-protocol).
20 20
 
21
+Each benchmark type have their own branch :
22
+[Hello World](https://github.com/phpbenchmarks/symfony-4-0/tree/helloworld),
23
+[Blog](https://github.com/phpbenchmarks/symfony-4-0/tree/blog),
24
+[REST Api](https://github.com/phpbenchmarks/symfony-4-0/tree/restapi),
25
+[Small overload](https://github.com/phpbenchmarks/symfony-4-0/tree/smalloverload)
26
+and [Big overload](https://github.com/phpbenchmarks/symfony-4-0/tree/bigoverload).
27
+
21 28
 ## Symfony 4.0.0 : 27,495
22 29
 
23 30
 Benchmark | PHP | Request | Rq/sec | Score
24 31
 --------- | --- | ------- | ------ | -----
25 32
 [Hello World](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-hello-world) | 7.2 | 1.2 ms | 856 | 19,026
33
+[Blog](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-blog) | 7.2 | In progress | In progress | In progress
26 34
 [Rest API](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-rest) | 7.2 | 2.3 ms | 435 | 8,469
35
+[Small overload](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-small-overload) | 7.2 | In progress | In progress | In progress
36
+[Big overload](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-big-overload) | 7.2 | In progress | In progress | In progress
27 37
 
28 38
 [See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html)
29 39
 

+ 1
- 2
composer.json Ver fichero

@@ -26,8 +26,7 @@
26 26
     },
27 27
     "scripts": {
28 28
         "auto-scripts": {
29
-            "cache:clear": "symfony-cmd",
30
-            "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
29
+            "cache:clear": "symfony-cmd"
31 30
         },
32 31
         "post-install-cmd": [
33 32
             "@auto-scripts"

+ 97
- 97
composer.lock.php7.1 Ver fichero

@@ -8,16 +8,16 @@
8 8
     "packages": [
9 9
         {
10 10
             "name": "doctrine/annotations",
11
-            "version": "v1.5.0",
11
+            "version": "v1.6.0",
12 12
             "source": {
13 13
                 "type": "git",
14 14
                 "url": "https://github.com/doctrine/annotations.git",
15
-                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
15
+                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
16 16
             },
17 17
             "dist": {
18 18
                 "type": "zip",
19
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
20
-                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
19
+                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
20
+                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
21 21
                 "shasum": ""
22 22
             },
23 23
             "require": {
@@ -26,12 +26,12 @@
26 26
             },
27 27
             "require-dev": {
28 28
                 "doctrine/cache": "1.*",
29
-                "phpunit/phpunit": "^5.7"
29
+                "phpunit/phpunit": "^6.4"
30 30
             },
31 31
             "type": "library",
32 32
             "extra": {
33 33
                 "branch-alias": {
34
-                    "dev-master": "1.5.x-dev"
34
+                    "dev-master": "1.6.x-dev"
35 35
                 }
36 36
             },
37 37
             "autoload": {
@@ -72,7 +72,7 @@
72 72
                 "docblock",
73 73
                 "parser"
74 74
             ],
75
-            "time": "2017-07-22T10:58:02+00:00"
75
+            "time": "2017-12-06T07:11:42+00:00"
76 76
         },
77 77
         {
78 78
             "name": "doctrine/lexer",
@@ -531,16 +531,16 @@
531 531
         },
532 532
         {
533 533
             "name": "symfony/cache",
534
-            "version": "v4.0.0",
534
+            "version": "v4.0.2",
535 535
             "source": {
536 536
                 "type": "git",
537 537
                 "url": "https://github.com/symfony/cache.git",
538
-                "reference": "3691cb27e436c55af10ee06de30732623fa2f33e"
538
+                "reference": "d00351f230ca037ca13f6fec3411e002043f7421"
539 539
             },
540 540
             "dist": {
541 541
                 "type": "zip",
542
-                "url": "https://api.github.com/repos/symfony/cache/zipball/3691cb27e436c55af10ee06de30732623fa2f33e",
543
-                "reference": "3691cb27e436c55af10ee06de30732623fa2f33e",
542
+                "url": "https://api.github.com/repos/symfony/cache/zipball/d00351f230ca037ca13f6fec3411e002043f7421",
543
+                "reference": "d00351f230ca037ca13f6fec3411e002043f7421",
544 544
                 "shasum": ""
545 545
             },
546 546
             "require": {
@@ -596,20 +596,20 @@
596 596
                 "caching",
597 597
                 "psr6"
598 598
             ],
599
-            "time": "2017-11-20T21:12:12+00:00"
599
+            "time": "2017-12-08T16:11:45+00:00"
600 600
         },
601 601
         {
602 602
             "name": "symfony/config",
603
-            "version": "v4.0.0",
603
+            "version": "v4.0.2",
604 604
             "source": {
605 605
                 "type": "git",
606 606
                 "url": "https://github.com/symfony/config.git",
607
-                "reference": "6e6dbc6d2beff8117b974d74274bff02e43c32a6"
607
+                "reference": "0356e6d5298e9e72212c0bad65c2f1b49e42d622"
608 608
             },
609 609
             "dist": {
610 610
                 "type": "zip",
611
-                "url": "https://api.github.com/repos/symfony/config/zipball/6e6dbc6d2beff8117b974d74274bff02e43c32a6",
612
-                "reference": "6e6dbc6d2beff8117b974d74274bff02e43c32a6",
611
+                "url": "https://api.github.com/repos/symfony/config/zipball/0356e6d5298e9e72212c0bad65c2f1b49e42d622",
612
+                "reference": "0356e6d5298e9e72212c0bad65c2f1b49e42d622",
613 613
                 "shasum": ""
614 614
             },
615 615
             "require": {
@@ -656,20 +656,20 @@
656 656
             ],
657 657
             "description": "Symfony Config Component",
658 658
             "homepage": "https://symfony.com",
659
-            "time": "2017-11-20T18:22:57+00:00"
659
+            "time": "2017-12-14T19:48:22+00:00"
660 660
         },
661 661
         {
662 662
             "name": "symfony/console",
663
-            "version": "v4.0.0",
663
+            "version": "v4.0.2",
664 664
             "source": {
665 665
                 "type": "git",
666 666
                 "url": "https://github.com/symfony/console.git",
667
-                "reference": "5cd0dd461dfc72f59c8405cac32d31e82c7348e8"
667
+                "reference": "de8cf039eacdec59d83f7def67e3b8ff5ed46714"
668 668
             },
669 669
             "dist": {
670 670
                 "type": "zip",
671
-                "url": "https://api.github.com/repos/symfony/console/zipball/5cd0dd461dfc72f59c8405cac32d31e82c7348e8",
672
-                "reference": "5cd0dd461dfc72f59c8405cac32d31e82c7348e8",
671
+                "url": "https://api.github.com/repos/symfony/console/zipball/de8cf039eacdec59d83f7def67e3b8ff5ed46714",
672
+                "reference": "de8cf039eacdec59d83f7def67e3b8ff5ed46714",
673 673
                 "shasum": ""
674 674
             },
675 675
             "require": {
@@ -724,20 +724,20 @@
724 724
             ],
725 725
             "description": "Symfony Console Component",
726 726
             "homepage": "https://symfony.com",
727
-            "time": "2017-11-29T13:42:03+00:00"
727
+            "time": "2017-12-14T19:48:22+00:00"
728 728
         },
729 729
         {
730 730
             "name": "symfony/debug",
731
-            "version": "v4.0.0",
731
+            "version": "v4.0.2",
732 732
             "source": {
733 733
                 "type": "git",
734 734
                 "url": "https://github.com/symfony/debug.git",
735
-                "reference": "26a15dab86c3820473716be4f846eac774ad4ad9"
735
+                "reference": "8c3e709209ce3b952a31c0f4a31ac7703c3d0226"
736 736
             },
737 737
             "dist": {
738 738
                 "type": "zip",
739
-                "url": "https://api.github.com/repos/symfony/debug/zipball/26a15dab86c3820473716be4f846eac774ad4ad9",
740
-                "reference": "26a15dab86c3820473716be4f846eac774ad4ad9",
739
+                "url": "https://api.github.com/repos/symfony/debug/zipball/8c3e709209ce3b952a31c0f4a31ac7703c3d0226",
740
+                "reference": "8c3e709209ce3b952a31c0f4a31ac7703c3d0226",
741 741
                 "shasum": ""
742 742
             },
743 743
             "require": {
@@ -780,20 +780,20 @@
780 780
             ],
781 781
             "description": "Symfony Debug Component",
782 782
             "homepage": "https://symfony.com",
783
-            "time": "2017-11-21T09:27:49+00:00"
783
+            "time": "2017-12-12T08:41:51+00:00"
784 784
         },
785 785
         {
786 786
             "name": "symfony/dependency-injection",
787
-            "version": "v4.0.0",
787
+            "version": "v4.0.2",
788 788
             "source": {
789 789
                 "type": "git",
790 790
                 "url": "https://github.com/symfony/dependency-injection.git",
791
-                "reference": "761403523081846099f2f84bf098854aabc64b58"
791
+                "reference": "d2fa088b5fd7d429974a36bf1a9846b912d9d124"
792 792
             },
793 793
             "dist": {
794 794
                 "type": "zip",
795
-                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/761403523081846099f2f84bf098854aabc64b58",
796
-                "reference": "761403523081846099f2f84bf098854aabc64b58",
795
+                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d2fa088b5fd7d429974a36bf1a9846b912d9d124",
796
+                "reference": "d2fa088b5fd7d429974a36bf1a9846b912d9d124",
797 797
                 "shasum": ""
798 798
             },
799 799
             "require": {
@@ -851,20 +851,20 @@
851 851
             ],
852 852
             "description": "Symfony DependencyInjection Component",
853 853
             "homepage": "https://symfony.com",
854
-            "time": "2017-11-30T14:32:51+00:00"
854
+            "time": "2017-12-14T19:48:22+00:00"
855 855
         },
856 856
         {
857 857
             "name": "symfony/event-dispatcher",
858
-            "version": "v4.0.0",
858
+            "version": "v4.0.2",
859 859
             "source": {
860 860
                 "type": "git",
861 861
                 "url": "https://github.com/symfony/event-dispatcher.git",
862
-                "reference": "6223fb2b68e7059e8d5843c0103999a84e7275cf"
862
+                "reference": "d4face19ed8002eec8280bc1c5ec18130472bf43"
863 863
             },
864 864
             "dist": {
865 865
                 "type": "zip",
866
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6223fb2b68e7059e8d5843c0103999a84e7275cf",
867
-                "reference": "6223fb2b68e7059e8d5843c0103999a84e7275cf",
866
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d4face19ed8002eec8280bc1c5ec18130472bf43",
867
+                "reference": "d4face19ed8002eec8280bc1c5ec18130472bf43",
868 868
                 "shasum": ""
869 869
             },
870 870
             "require": {
@@ -914,20 +914,20 @@
914 914
             ],
915 915
             "description": "Symfony EventDispatcher Component",
916 916
             "homepage": "https://symfony.com",
917
-            "time": "2017-11-09T17:30:28+00:00"
917
+            "time": "2017-12-14T19:48:22+00:00"
918 918
         },
919 919
         {
920 920
             "name": "symfony/filesystem",
921
-            "version": "v4.0.0",
921
+            "version": "v4.0.2",
922 922
             "source": {
923 923
                 "type": "git",
924 924
                 "url": "https://github.com/symfony/filesystem.git",
925
-                "reference": "c9d4a26759ff75a077e4e334315cb632739b661a"
925
+                "reference": "8c2868641d0c4885eee9c12a89c2b695eb1985cd"
926 926
             },
927 927
             "dist": {
928 928
                 "type": "zip",
929
-                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c9d4a26759ff75a077e4e334315cb632739b661a",
930
-                "reference": "c9d4a26759ff75a077e4e334315cb632739b661a",
929
+                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c2868641d0c4885eee9c12a89c2b695eb1985cd",
930
+                "reference": "8c2868641d0c4885eee9c12a89c2b695eb1985cd",
931 931
                 "shasum": ""
932 932
             },
933 933
             "require": {
@@ -963,11 +963,11 @@
963 963
             ],
964 964
             "description": "Symfony Filesystem Component",
965 965
             "homepage": "https://symfony.com",
966
-            "time": "2017-11-21T14:14:53+00:00"
966
+            "time": "2017-12-14T19:48:22+00:00"
967 967
         },
968 968
         {
969 969
             "name": "symfony/finder",
970
-            "version": "v4.0.0",
970
+            "version": "v4.0.2",
971 971
             "source": {
972 972
                 "type": "git",
973 973
                 "url": "https://github.com/symfony/finder.git",
@@ -1016,16 +1016,16 @@
1016 1016
         },
1017 1017
         {
1018 1018
             "name": "symfony/flex",
1019
-            "version": "v1.0.43",
1019
+            "version": "v1.0.51",
1020 1020
             "source": {
1021 1021
                 "type": "git",
1022 1022
                 "url": "https://github.com/symfony/flex.git",
1023
-                "reference": "328db28b4e95663b120f9870fe55d53e7bb75696"
1023
+                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f"
1024 1024
             },
1025 1025
             "dist": {
1026 1026
                 "type": "zip",
1027
-                "url": "https://api.github.com/repos/symfony/flex/zipball/328db28b4e95663b120f9870fe55d53e7bb75696",
1028
-                "reference": "328db28b4e95663b120f9870fe55d53e7bb75696",
1027
+                "url": "https://api.github.com/repos/symfony/flex/zipball/adb823e2d21c88174a03f16a7b7eb9879b83107f",
1028
+                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f",
1029 1029
                 "shasum": ""
1030 1030
             },
1031 1031
             "require": {
@@ -1058,20 +1058,20 @@
1058 1058
                     "email": "fabien.potencier@gmail.com"
1059 1059
                 }
1060 1060
             ],
1061
-            "time": "2017-12-01T17:43:46+00:00"
1061
+            "time": "2017-12-20T00:55:17+00:00"
1062 1062
         },
1063 1063
         {
1064 1064
             "name": "symfony/framework-bundle",
1065
-            "version": "v4.0.0",
1065
+            "version": "v4.0.2",
1066 1066
             "source": {
1067 1067
                 "type": "git",
1068 1068
                 "url": "https://github.com/symfony/framework-bundle.git",
1069
-                "reference": "62277d37abf3c451e5b367557a5fde37d3bf058f"
1069
+                "reference": "82e45a486a2cbdab5d43512bea10af1681dcd8e2"
1070 1070
             },
1071 1071
             "dist": {
1072 1072
                 "type": "zip",
1073
-                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/62277d37abf3c451e5b367557a5fde37d3bf058f",
1074
-                "reference": "62277d37abf3c451e5b367557a5fde37d3bf058f",
1073
+                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/82e45a486a2cbdab5d43512bea10af1681dcd8e2",
1074
+                "reference": "82e45a486a2cbdab5d43512bea10af1681dcd8e2",
1075 1075
                 "shasum": ""
1076 1076
             },
1077 1077
             "require": {
@@ -1080,7 +1080,7 @@
1080 1080
                 "symfony/cache": "~3.4|~4.0",
1081 1081
                 "symfony/config": "~3.4|~4.0",
1082 1082
                 "symfony/dependency-injection": "~3.4|~4.0",
1083
-                "symfony/event-dispatcher": "~3.4-beta4|~4.0-beta4",
1083
+                "symfony/event-dispatcher": "~3.4|~4.0",
1084 1084
                 "symfony/filesystem": "~3.4|~4.0",
1085 1085
                 "symfony/finder": "~3.4|~4.0",
1086 1086
                 "symfony/http-foundation": "~3.4|~4.0",
@@ -1172,20 +1172,20 @@
1172 1172
             ],
1173 1173
             "description": "Symfony FrameworkBundle",
1174 1174
             "homepage": "https://symfony.com",
1175
-            "time": "2017-11-29T13:42:03+00:00"
1175
+            "time": "2017-12-15T01:44:28+00:00"
1176 1176
         },
1177 1177
         {
1178 1178
             "name": "symfony/http-foundation",
1179
-            "version": "v4.0.0",
1179
+            "version": "v4.0.2",
1180 1180
             "source": {
1181 1181
                 "type": "git",
1182 1182
                 "url": "https://github.com/symfony/http-foundation.git",
1183
-                "reference": "40a9400633675adafbc94302004f9ec04589210f"
1183
+                "reference": "aba96bd07be7796c81ca0ceafa7d48a6fef036c8"
1184 1184
             },
1185 1185
             "dist": {
1186 1186
                 "type": "zip",
1187
-                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/40a9400633675adafbc94302004f9ec04589210f",
1188
-                "reference": "40a9400633675adafbc94302004f9ec04589210f",
1187
+                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/aba96bd07be7796c81ca0ceafa7d48a6fef036c8",
1188
+                "reference": "aba96bd07be7796c81ca0ceafa7d48a6fef036c8",
1189 1189
                 "shasum": ""
1190 1190
             },
1191 1191
             "require": {
@@ -1225,20 +1225,20 @@
1225 1225
             ],
1226 1226
             "description": "Symfony HttpFoundation Component",
1227 1227
             "homepage": "https://symfony.com",
1228
-            "time": "2017-11-30T15:11:43+00:00"
1228
+            "time": "2017-12-14T19:48:22+00:00"
1229 1229
         },
1230 1230
         {
1231 1231
             "name": "symfony/http-kernel",
1232
-            "version": "v4.0.0",
1232
+            "version": "v4.0.2",
1233 1233
             "source": {
1234 1234
                 "type": "git",
1235 1235
                 "url": "https://github.com/symfony/http-kernel.git",
1236
-                "reference": "3359c489cc03754f0ada3715d080da81cf865779"
1236
+                "reference": "f2ea7461cdcad837b8bc6022b59d5eb8c9618aa5"
1237 1237
             },
1238 1238
             "dist": {
1239 1239
                 "type": "zip",
1240
-                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3359c489cc03754f0ada3715d080da81cf865779",
1241
-                "reference": "3359c489cc03754f0ada3715d080da81cf865779",
1240
+                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f2ea7461cdcad837b8bc6022b59d5eb8c9618aa5",
1241
+                "reference": "f2ea7461cdcad837b8bc6022b59d5eb8c9618aa5",
1242 1242
                 "shasum": ""
1243 1243
             },
1244 1244
             "require": {
@@ -1311,11 +1311,11 @@
1311 1311
             ],
1312 1312
             "description": "Symfony HttpKernel Component",
1313 1313
             "homepage": "https://symfony.com",
1314
-            "time": "2017-11-30T17:43:40+00:00"
1314
+            "time": "2017-12-15T03:06:17+00:00"
1315 1315
         },
1316 1316
         {
1317 1317
             "name": "symfony/inflector",
1318
-            "version": "v4.0.0",
1318
+            "version": "v4.0.2",
1319 1319
             "source": {
1320 1320
                 "type": "git",
1321 1321
                 "url": "https://github.com/symfony/inflector.git",
@@ -1523,16 +1523,16 @@
1523 1523
         },
1524 1524
         {
1525 1525
             "name": "symfony/property-access",
1526
-            "version": "v4.0.0",
1526
+            "version": "v4.0.2",
1527 1527
             "source": {
1528 1528
                 "type": "git",
1529 1529
                 "url": "https://github.com/symfony/property-access.git",
1530
-                "reference": "220f386247615af26b23f81398f8e152e213af0c"
1530
+                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488"
1531 1531
             },
1532 1532
             "dist": {
1533 1533
                 "type": "zip",
1534
-                "url": "https://api.github.com/repos/symfony/property-access/zipball/220f386247615af26b23f81398f8e152e213af0c",
1535
-                "reference": "220f386247615af26b23f81398f8e152e213af0c",
1534
+                "url": "https://api.github.com/repos/symfony/property-access/zipball/8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
1535
+                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
1536 1536
                 "shasum": ""
1537 1537
             },
1538 1538
             "require": {
@@ -1586,11 +1586,11 @@
1586 1586
                 "property path",
1587 1587
                 "reflection"
1588 1588
             ],
1589
-            "time": "2017-11-19T18:43:46+00:00"
1589
+            "time": "2017-12-14T00:19:09+00:00"
1590 1590
         },
1591 1591
         {
1592 1592
             "name": "symfony/property-info",
1593
-            "version": "v4.0.0",
1593
+            "version": "v4.0.2",
1594 1594
             "source": {
1595 1595
                 "type": "git",
1596 1596
                 "url": "https://github.com/symfony/property-info.git",
@@ -1666,16 +1666,16 @@
1666 1666
         },
1667 1667
         {
1668 1668
             "name": "symfony/routing",
1669
-            "version": "v4.0.0",
1669
+            "version": "v4.0.2",
1670 1670
             "source": {
1671 1671
                 "type": "git",
1672 1672
                 "url": "https://github.com/symfony/routing.git",
1673
-                "reference": "82c0de9bfc4b295e11a172d5f98b60b88611e0e7"
1673
+                "reference": "972810def5cae044d19195045f7eb418141bf37b"
1674 1674
             },
1675 1675
             "dist": {
1676 1676
                 "type": "zip",
1677
-                "url": "https://api.github.com/repos/symfony/routing/zipball/82c0de9bfc4b295e11a172d5f98b60b88611e0e7",
1678
-                "reference": "82c0de9bfc4b295e11a172d5f98b60b88611e0e7",
1677
+                "url": "https://api.github.com/repos/symfony/routing/zipball/972810def5cae044d19195045f7eb418141bf37b",
1678
+                "reference": "972810def5cae044d19195045f7eb418141bf37b",
1679 1679
                 "shasum": ""
1680 1680
             },
1681 1681
             "require": {
@@ -1740,20 +1740,20 @@
1740 1740
                 "uri",
1741 1741
                 "url"
1742 1742
             ],
1743
-            "time": "2017-11-24T14:34:08+00:00"
1743
+            "time": "2017-12-14T22:39:22+00:00"
1744 1744
         },
1745 1745
         {
1746 1746
             "name": "symfony/serializer",
1747
-            "version": "v4.0.0",
1747
+            "version": "v4.0.2",
1748 1748
             "source": {
1749 1749
                 "type": "git",
1750 1750
                 "url": "https://github.com/symfony/serializer.git",
1751
-                "reference": "7343d18bb9fd30aaeb3a351d280267b2141d5069"
1751
+                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99"
1752 1752
             },
1753 1753
             "dist": {
1754 1754
                 "type": "zip",
1755
-                "url": "https://api.github.com/repos/symfony/serializer/zipball/7343d18bb9fd30aaeb3a351d280267b2141d5069",
1756
-                "reference": "7343d18bb9fd30aaeb3a351d280267b2141d5069",
1755
+                "url": "https://api.github.com/repos/symfony/serializer/zipball/dcfc5c5fdea34a1107d90b57240fa514953a0f99",
1756
+                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99",
1757 1757
                 "shasum": ""
1758 1758
             },
1759 1759
             "require": {
@@ -1818,20 +1818,20 @@
1818 1818
             ],
1819 1819
             "description": "Symfony Serializer Component",
1820 1820
             "homepage": "https://symfony.com",
1821
-            "time": "2017-11-29T13:42:03+00:00"
1821
+            "time": "2017-12-08T15:46:13+00:00"
1822 1822
         },
1823 1823
         {
1824 1824
             "name": "symfony/serializer-pack",
1825
-            "version": "v1.0.0",
1825
+            "version": "v1.0.1",
1826 1826
             "source": {
1827 1827
                 "type": "git",
1828 1828
                 "url": "https://github.com/symfony/serializer-pack.git",
1829
-                "reference": "d83854fc72317cb94f1796619ab90bd41b8e8996"
1829
+                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de"
1830 1830
             },
1831 1831
             "dist": {
1832 1832
                 "type": "zip",
1833
-                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/d83854fc72317cb94f1796619ab90bd41b8e8996",
1834
-                "reference": "d83854fc72317cb94f1796619ab90bd41b8e8996",
1833
+                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/35cea385ea44d1f40ec12571996bf768fbe409de",
1834
+                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de",
1835 1835
                 "shasum": ""
1836 1836
             },
1837 1837
             "require": {
@@ -1843,26 +1843,26 @@
1843 1843
                 "symfony/property-info": "^3.3|^4.0",
1844 1844
                 "symfony/serializer": "^3.3|^4.0"
1845 1845
             },
1846
-            "type": "metapackage",
1846
+            "type": "symfony-pack",
1847 1847
             "notification-url": "https://packagist.org/downloads/",
1848 1848
             "license": [
1849 1849
                 "MIT"
1850 1850
             ],
1851 1851
             "description": "A pack for the Symfony serializer",
1852
-            "time": "2017-11-29T20:08:56+00:00"
1852
+            "time": "2017-12-12T01:48:53+00:00"
1853 1853
         },
1854 1854
         {
1855 1855
             "name": "symfony/translation",
1856
-            "version": "v4.0.0",
1856
+            "version": "v4.0.2",
1857 1857
             "source": {
1858 1858
                 "type": "git",
1859 1859
                 "url": "https://github.com/symfony/translation.git",
1860
-                "reference": "317c2002180f64292ed127bbe31dcf47594c6ed7"
1860
+                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634"
1861 1861
             },
1862 1862
             "dist": {
1863 1863
                 "type": "zip",
1864
-                "url": "https://api.github.com/repos/symfony/translation/zipball/317c2002180f64292ed127bbe31dcf47594c6ed7",
1865
-                "reference": "317c2002180f64292ed127bbe31dcf47594c6ed7",
1864
+                "url": "https://api.github.com/repos/symfony/translation/zipball/e2678768d2fcb7fe3d8108392626de1ece575634",
1865
+                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634",
1866 1866
                 "shasum": ""
1867 1867
             },
1868 1868
             "require": {
@@ -1917,20 +1917,20 @@
1917 1917
             ],
1918 1918
             "description": "Symfony Translation Component",
1919 1919
             "homepage": "https://symfony.com",
1920
-            "time": "2017-11-28T22:05:27+00:00"
1920
+            "time": "2017-12-12T08:41:51+00:00"
1921 1921
         },
1922 1922
         {
1923 1923
             "name": "symfony/yaml",
1924
-            "version": "v4.0.0",
1924
+            "version": "v4.0.2",
1925 1925
             "source": {
1926 1926
                 "type": "git",
1927 1927
                 "url": "https://github.com/symfony/yaml.git",
1928
-                "reference": "7be8741ce5dce9943f41a9269f6828b66e726776"
1928
+                "reference": "a5ee52d155f06ad23b19eb63c31228ff56ad1116"
1929 1929
             },
1930 1930
             "dist": {
1931 1931
                 "type": "zip",
1932
-                "url": "https://api.github.com/repos/symfony/yaml/zipball/7be8741ce5dce9943f41a9269f6828b66e726776",
1933
-                "reference": "7be8741ce5dce9943f41a9269f6828b66e726776",
1932
+                "url": "https://api.github.com/repos/symfony/yaml/zipball/a5ee52d155f06ad23b19eb63c31228ff56ad1116",
1933
+                "reference": "a5ee52d155f06ad23b19eb63c31228ff56ad1116",
1934 1934
                 "shasum": ""
1935 1935
             },
1936 1936
             "require": {
@@ -1975,7 +1975,7 @@
1975 1975
             ],
1976 1976
             "description": "Symfony Yaml Component",
1977 1977
             "homepage": "https://symfony.com",
1978
-            "time": "2017-11-29T13:42:03+00:00"
1978
+            "time": "2017-12-12T08:41:51+00:00"
1979 1979
         },
1980 1980
         {
1981 1981
             "name": "webmozart/assert",

+ 97
- 97
composer.lock.php7.2 Ver fichero

@@ -8,16 +8,16 @@
8 8
     "packages": [
9 9
         {
10 10
             "name": "doctrine/annotations",
11
-            "version": "v1.5.0",
11
+            "version": "v1.6.0",
12 12
             "source": {
13 13
                 "type": "git",
14 14
                 "url": "https://github.com/doctrine/annotations.git",
15
-                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
15
+                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
16 16
             },
17 17
             "dist": {
18 18
                 "type": "zip",
19
-                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
20
-                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
19
+                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
20
+                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
21 21
                 "shasum": ""
22 22
             },
23 23
             "require": {
@@ -26,12 +26,12 @@
26 26
             },
27 27
             "require-dev": {
28 28
                 "doctrine/cache": "1.*",
29
-                "phpunit/phpunit": "^5.7"
29
+                "phpunit/phpunit": "^6.4"
30 30
             },
31 31
             "type": "library",
32 32
             "extra": {
33 33
                 "branch-alias": {
34
-                    "dev-master": "1.5.x-dev"
34
+                    "dev-master": "1.6.x-dev"
35 35
                 }
36 36
             },
37 37
             "autoload": {
@@ -72,7 +72,7 @@
72 72
                 "docblock",
73 73
                 "parser"
74 74
             ],
75
-            "time": "2017-07-22T10:58:02+00:00"
75
+            "time": "2017-12-06T07:11:42+00:00"
76 76
         },
77 77
         {
78 78
             "name": "doctrine/lexer",
@@ -531,16 +531,16 @@
531 531
         },
532 532
         {
533 533
             "name": "symfony/cache",
534
-            "version": "v4.0.0",
534
+            "version": "v4.0.2",
535 535
             "source": {
536 536
                 "type": "git",
537 537
                 "url": "https://github.com/symfony/cache.git",
538
-                "reference": "3691cb27e436c55af10ee06de30732623fa2f33e"
538
+                "reference": "d00351f230ca037ca13f6fec3411e002043f7421"
539 539
             },
540 540
             "dist": {
541 541
                 "type": "zip",
542
-                "url": "https://api.github.com/repos/symfony/cache/zipball/3691cb27e436c55af10ee06de30732623fa2f33e",
543
-                "reference": "3691cb27e436c55af10ee06de30732623fa2f33e",
542
+                "url": "https://api.github.com/repos/symfony/cache/zipball/d00351f230ca037ca13f6fec3411e002043f7421",
543
+                "reference": "d00351f230ca037ca13f6fec3411e002043f7421",
544 544
                 "shasum": ""
545 545
             },
546 546
             "require": {
@@ -596,20 +596,20 @@
596 596
                 "caching",
597 597
                 "psr6"
598 598
             ],
599
-            "time": "2017-11-20T21:12:12+00:00"
599
+            "time": "2017-12-08T16:11:45+00:00"
600 600
         },
601 601
         {
602 602
             "name": "symfony/config",
603
-            "version": "v4.0.0",
603
+            "version": "v4.0.2",
604 604
             "source": {
605 605
                 "type": "git",
606 606
                 "url": "https://github.com/symfony/config.git",
607
-                "reference": "6e6dbc6d2beff8117b974d74274bff02e43c32a6"
607
+                "reference": "0356e6d5298e9e72212c0bad65c2f1b49e42d622"
608 608
             },
609 609
             "dist": {
610 610
                 "type": "zip",
611
-                "url": "https://api.github.com/repos/symfony/config/zipball/6e6dbc6d2beff8117b974d74274bff02e43c32a6",
612
-                "reference": "6e6dbc6d2beff8117b974d74274bff02e43c32a6",
611
+                "url": "https://api.github.com/repos/symfony/config/zipball/0356e6d5298e9e72212c0bad65c2f1b49e42d622",
612
+                "reference": "0356e6d5298e9e72212c0bad65c2f1b49e42d622",
613 613
                 "shasum": ""
614 614
             },
615 615
             "require": {
@@ -656,20 +656,20 @@
656 656
             ],
657 657
             "description": "Symfony Config Component",
658 658
             "homepage": "https://symfony.com",
659
-            "time": "2017-11-20T18:22:57+00:00"
659
+            "time": "2017-12-14T19:48:22+00:00"
660 660
         },
661 661
         {
662 662
             "name": "symfony/console",
663
-            "version": "v4.0.0",
663
+            "version": "v4.0.2",
664 664
             "source": {
665 665
                 "type": "git",
666 666
                 "url": "https://github.com/symfony/console.git",
667
-                "reference": "5cd0dd461dfc72f59c8405cac32d31e82c7348e8"
667
+                "reference": "de8cf039eacdec59d83f7def67e3b8ff5ed46714"
668 668
             },
669 669
             "dist": {
670 670
                 "type": "zip",
671
-                "url": "https://api.github.com/repos/symfony/console/zipball/5cd0dd461dfc72f59c8405cac32d31e82c7348e8",
672
-                "reference": "5cd0dd461dfc72f59c8405cac32d31e82c7348e8",
671
+                "url": "https://api.github.com/repos/symfony/console/zipball/de8cf039eacdec59d83f7def67e3b8ff5ed46714",
672
+                "reference": "de8cf039eacdec59d83f7def67e3b8ff5ed46714",
673 673
                 "shasum": ""
674 674
             },
675 675
             "require": {
@@ -724,20 +724,20 @@
724 724
             ],
725 725
             "description": "Symfony Console Component",
726 726
             "homepage": "https://symfony.com",
727
-            "time": "2017-11-29T13:42:03+00:00"
727
+            "time": "2017-12-14T19:48:22+00:00"
728 728
         },
729 729
         {
730 730
             "name": "symfony/debug",
731
-            "version": "v4.0.0",
731
+            "version": "v4.0.2",
732 732
             "source": {
733 733
                 "type": "git",
734 734
                 "url": "https://github.com/symfony/debug.git",
735
-                "reference": "26a15dab86c3820473716be4f846eac774ad4ad9"
735
+                "reference": "8c3e709209ce3b952a31c0f4a31ac7703c3d0226"
736 736
             },
737 737
             "dist": {
738 738
                 "type": "zip",
739
-                "url": "https://api.github.com/repos/symfony/debug/zipball/26a15dab86c3820473716be4f846eac774ad4ad9",
740
-                "reference": "26a15dab86c3820473716be4f846eac774ad4ad9",
739
+                "url": "https://api.github.com/repos/symfony/debug/zipball/8c3e709209ce3b952a31c0f4a31ac7703c3d0226",
740
+                "reference": "8c3e709209ce3b952a31c0f4a31ac7703c3d0226",
741 741
                 "shasum": ""
742 742
             },
743 743
             "require": {
@@ -780,20 +780,20 @@
780 780
             ],
781 781
             "description": "Symfony Debug Component",
782 782
             "homepage": "https://symfony.com",
783
-            "time": "2017-11-21T09:27:49+00:00"
783
+            "time": "2017-12-12T08:41:51+00:00"
784 784
         },
785 785
         {
786 786
             "name": "symfony/dependency-injection",
787
-            "version": "v4.0.0",
787
+            "version": "v4.0.2",
788 788
             "source": {
789 789
                 "type": "git",
790 790
                 "url": "https://github.com/symfony/dependency-injection.git",
791
-                "reference": "761403523081846099f2f84bf098854aabc64b58"
791
+                "reference": "d2fa088b5fd7d429974a36bf1a9846b912d9d124"
792 792
             },
793 793
             "dist": {
794 794
                 "type": "zip",
795
-                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/761403523081846099f2f84bf098854aabc64b58",
796
-                "reference": "761403523081846099f2f84bf098854aabc64b58",
795
+                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d2fa088b5fd7d429974a36bf1a9846b912d9d124",
796
+                "reference": "d2fa088b5fd7d429974a36bf1a9846b912d9d124",
797 797
                 "shasum": ""
798 798
             },
799 799
             "require": {
@@ -851,20 +851,20 @@
851 851
             ],
852 852
             "description": "Symfony DependencyInjection Component",
853 853
             "homepage": "https://symfony.com",
854
-            "time": "2017-11-30T14:32:51+00:00"
854
+            "time": "2017-12-14T19:48:22+00:00"
855 855
         },
856 856
         {
857 857
             "name": "symfony/event-dispatcher",
858
-            "version": "v4.0.0",
858
+            "version": "v4.0.2",
859 859
             "source": {
860 860
                 "type": "git",
861 861
                 "url": "https://github.com/symfony/event-dispatcher.git",
862
-                "reference": "6223fb2b68e7059e8d5843c0103999a84e7275cf"
862
+                "reference": "d4face19ed8002eec8280bc1c5ec18130472bf43"
863 863
             },
864 864
             "dist": {
865 865
                 "type": "zip",
866
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6223fb2b68e7059e8d5843c0103999a84e7275cf",
867
-                "reference": "6223fb2b68e7059e8d5843c0103999a84e7275cf",
866
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d4face19ed8002eec8280bc1c5ec18130472bf43",
867
+                "reference": "d4face19ed8002eec8280bc1c5ec18130472bf43",
868 868
                 "shasum": ""
869 869
             },
870 870
             "require": {
@@ -914,20 +914,20 @@
914 914
             ],
915 915
             "description": "Symfony EventDispatcher Component",
916 916
             "homepage": "https://symfony.com",
917
-            "time": "2017-11-09T17:30:28+00:00"
917
+            "time": "2017-12-14T19:48:22+00:00"
918 918
         },
919 919
         {
920 920
             "name": "symfony/filesystem",
921
-            "version": "v4.0.0",
921
+            "version": "v4.0.2",
922 922
             "source": {
923 923
                 "type": "git",
924 924
                 "url": "https://github.com/symfony/filesystem.git",
925
-                "reference": "c9d4a26759ff75a077e4e334315cb632739b661a"
925
+                "reference": "8c2868641d0c4885eee9c12a89c2b695eb1985cd"
926 926
             },
927 927
             "dist": {
928 928
                 "type": "zip",
929
-                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c9d4a26759ff75a077e4e334315cb632739b661a",
930
-                "reference": "c9d4a26759ff75a077e4e334315cb632739b661a",
929
+                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8c2868641d0c4885eee9c12a89c2b695eb1985cd",
930
+                "reference": "8c2868641d0c4885eee9c12a89c2b695eb1985cd",
931 931
                 "shasum": ""
932 932
             },
933 933
             "require": {
@@ -963,11 +963,11 @@
963 963
             ],
964 964
             "description": "Symfony Filesystem Component",
965 965
             "homepage": "https://symfony.com",
966
-            "time": "2017-11-21T14:14:53+00:00"
966
+            "time": "2017-12-14T19:48:22+00:00"
967 967
         },
968 968
         {
969 969
             "name": "symfony/finder",
970
-            "version": "v4.0.0",
970
+            "version": "v4.0.2",
971 971
             "source": {
972 972
                 "type": "git",
973 973
                 "url": "https://github.com/symfony/finder.git",
@@ -1016,16 +1016,16 @@
1016 1016
         },
1017 1017
         {
1018 1018
             "name": "symfony/flex",
1019
-            "version": "v1.0.43",
1019
+            "version": "v1.0.51",
1020 1020
             "source": {
1021 1021
                 "type": "git",
1022 1022
                 "url": "https://github.com/symfony/flex.git",
1023
-                "reference": "328db28b4e95663b120f9870fe55d53e7bb75696"
1023
+                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f"
1024 1024
             },
1025 1025
             "dist": {
1026 1026
                 "type": "zip",
1027
-                "url": "https://api.github.com/repos/symfony/flex/zipball/328db28b4e95663b120f9870fe55d53e7bb75696",
1028
-                "reference": "328db28b4e95663b120f9870fe55d53e7bb75696",
1027
+                "url": "https://api.github.com/repos/symfony/flex/zipball/adb823e2d21c88174a03f16a7b7eb9879b83107f",
1028
+                "reference": "adb823e2d21c88174a03f16a7b7eb9879b83107f",
1029 1029
                 "shasum": ""
1030 1030
             },
1031 1031
             "require": {
@@ -1058,20 +1058,20 @@
1058 1058
                     "email": "fabien.potencier@gmail.com"
1059 1059
                 }
1060 1060
             ],
1061
-            "time": "2017-12-01T17:43:46+00:00"
1061
+            "time": "2017-12-20T00:55:17+00:00"
1062 1062
         },
1063 1063
         {
1064 1064
             "name": "symfony/framework-bundle",
1065
-            "version": "v4.0.0",
1065
+            "version": "v4.0.2",
1066 1066
             "source": {
1067 1067
                 "type": "git",
1068 1068
                 "url": "https://github.com/symfony/framework-bundle.git",
1069
-                "reference": "62277d37abf3c451e5b367557a5fde37d3bf058f"
1069
+                "reference": "82e45a486a2cbdab5d43512bea10af1681dcd8e2"
1070 1070
             },
1071 1071
             "dist": {
1072 1072
                 "type": "zip",
1073
-                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/62277d37abf3c451e5b367557a5fde37d3bf058f",
1074
-                "reference": "62277d37abf3c451e5b367557a5fde37d3bf058f",
1073
+                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/82e45a486a2cbdab5d43512bea10af1681dcd8e2",
1074
+                "reference": "82e45a486a2cbdab5d43512bea10af1681dcd8e2",
1075 1075
                 "shasum": ""
1076 1076
             },
1077 1077
             "require": {
@@ -1080,7 +1080,7 @@
1080 1080
                 "symfony/cache": "~3.4|~4.0",
1081 1081
                 "symfony/config": "~3.4|~4.0",
1082 1082
                 "symfony/dependency-injection": "~3.4|~4.0",
1083
-                "symfony/event-dispatcher": "~3.4-beta4|~4.0-beta4",
1083
+                "symfony/event-dispatcher": "~3.4|~4.0",
1084 1084
                 "symfony/filesystem": "~3.4|~4.0",
1085 1085
                 "symfony/finder": "~3.4|~4.0",
1086 1086
                 "symfony/http-foundation": "~3.4|~4.0",
@@ -1172,20 +1172,20 @@
1172 1172
             ],
1173 1173
             "description": "Symfony FrameworkBundle",
1174 1174
             "homepage": "https://symfony.com",
1175
-            "time": "2017-11-29T13:42:03+00:00"
1175
+            "time": "2017-12-15T01:44:28+00:00"
1176 1176
         },
1177 1177
         {
1178 1178
             "name": "symfony/http-foundation",
1179
-            "version": "v4.0.0",
1179
+            "version": "v4.0.2",
1180 1180
             "source": {
1181 1181
                 "type": "git",
1182 1182
                 "url": "https://github.com/symfony/http-foundation.git",
1183
-                "reference": "40a9400633675adafbc94302004f9ec04589210f"
1183
+                "reference": "aba96bd07be7796c81ca0ceafa7d48a6fef036c8"
1184 1184
             },
1185 1185
             "dist": {
1186 1186
                 "type": "zip",
1187
-                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/40a9400633675adafbc94302004f9ec04589210f",
1188
-                "reference": "40a9400633675adafbc94302004f9ec04589210f",
1187
+                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/aba96bd07be7796c81ca0ceafa7d48a6fef036c8",
1188
+                "reference": "aba96bd07be7796c81ca0ceafa7d48a6fef036c8",
1189 1189
                 "shasum": ""
1190 1190
             },
1191 1191
             "require": {
@@ -1225,20 +1225,20 @@
1225 1225
             ],
1226 1226
             "description": "Symfony HttpFoundation Component",
1227 1227
             "homepage": "https://symfony.com",
1228
-            "time": "2017-11-30T15:11:43+00:00"
1228
+            "time": "2017-12-14T19:48:22+00:00"
1229 1229
         },
1230 1230
         {
1231 1231
             "name": "symfony/http-kernel",
1232
-            "version": "v4.0.0",
1232
+            "version": "v4.0.2",
1233 1233
             "source": {
1234 1234
                 "type": "git",
1235 1235
                 "url": "https://github.com/symfony/http-kernel.git",
1236
-                "reference": "3359c489cc03754f0ada3715d080da81cf865779"
1236
+                "reference": "f2ea7461cdcad837b8bc6022b59d5eb8c9618aa5"
1237 1237
             },
1238 1238
             "dist": {
1239 1239
                 "type": "zip",
1240
-                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3359c489cc03754f0ada3715d080da81cf865779",
1241
-                "reference": "3359c489cc03754f0ada3715d080da81cf865779",
1240
+                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f2ea7461cdcad837b8bc6022b59d5eb8c9618aa5",
1241
+                "reference": "f2ea7461cdcad837b8bc6022b59d5eb8c9618aa5",
1242 1242
                 "shasum": ""
1243 1243
             },
1244 1244
             "require": {
@@ -1311,11 +1311,11 @@
1311 1311
             ],
1312 1312
             "description": "Symfony HttpKernel Component",
1313 1313
             "homepage": "https://symfony.com",
1314
-            "time": "2017-11-30T17:43:40+00:00"
1314
+            "time": "2017-12-15T03:06:17+00:00"
1315 1315
         },
1316 1316
         {
1317 1317
             "name": "symfony/inflector",
1318
-            "version": "v4.0.0",
1318
+            "version": "v4.0.2",
1319 1319
             "source": {
1320 1320
                 "type": "git",
1321 1321
                 "url": "https://github.com/symfony/inflector.git",
@@ -1523,16 +1523,16 @@
1523 1523
         },
1524 1524
         {
1525 1525
             "name": "symfony/property-access",
1526
-            "version": "v4.0.0",
1526
+            "version": "v4.0.2",
1527 1527
             "source": {
1528 1528
                 "type": "git",
1529 1529
                 "url": "https://github.com/symfony/property-access.git",
1530
-                "reference": "220f386247615af26b23f81398f8e152e213af0c"
1530
+                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488"
1531 1531
             },
1532 1532
             "dist": {
1533 1533
                 "type": "zip",
1534
-                "url": "https://api.github.com/repos/symfony/property-access/zipball/220f386247615af26b23f81398f8e152e213af0c",
1535
-                "reference": "220f386247615af26b23f81398f8e152e213af0c",
1534
+                "url": "https://api.github.com/repos/symfony/property-access/zipball/8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
1535
+                "reference": "8dc059852b7bdd8b871eb3ca95b8d70be3b39488",
1536 1536
                 "shasum": ""
1537 1537
             },
1538 1538
             "require": {
@@ -1586,11 +1586,11 @@
1586 1586
                 "property path",
1587 1587
                 "reflection"
1588 1588
             ],
1589
-            "time": "2017-11-19T18:43:46+00:00"
1589
+            "time": "2017-12-14T00:19:09+00:00"
1590 1590
         },
1591 1591
         {
1592 1592
             "name": "symfony/property-info",
1593
-            "version": "v4.0.0",
1593
+            "version": "v4.0.2",
1594 1594
             "source": {
1595 1595
                 "type": "git",
1596 1596
                 "url": "https://github.com/symfony/property-info.git",
@@ -1666,16 +1666,16 @@
1666 1666
         },
1667 1667
         {
1668 1668
             "name": "symfony/routing",
1669
-            "version": "v4.0.0",
1669
+            "version": "v4.0.2",
1670 1670
             "source": {
1671 1671
                 "type": "git",
1672 1672
                 "url": "https://github.com/symfony/routing.git",
1673
-                "reference": "82c0de9bfc4b295e11a172d5f98b60b88611e0e7"
1673
+                "reference": "972810def5cae044d19195045f7eb418141bf37b"
1674 1674
             },
1675 1675
             "dist": {
1676 1676
                 "type": "zip",
1677
-                "url": "https://api.github.com/repos/symfony/routing/zipball/82c0de9bfc4b295e11a172d5f98b60b88611e0e7",
1678
-                "reference": "82c0de9bfc4b295e11a172d5f98b60b88611e0e7",
1677
+                "url": "https://api.github.com/repos/symfony/routing/zipball/972810def5cae044d19195045f7eb418141bf37b",
1678
+                "reference": "972810def5cae044d19195045f7eb418141bf37b",
1679 1679
                 "shasum": ""
1680 1680
             },
1681 1681
             "require": {
@@ -1740,20 +1740,20 @@
1740 1740
                 "uri",
1741 1741
                 "url"
1742 1742
             ],
1743
-            "time": "2017-11-24T14:34:08+00:00"
1743
+            "time": "2017-12-14T22:39:22+00:00"
1744 1744
         },
1745 1745
         {
1746 1746
             "name": "symfony/serializer",
1747
-            "version": "v4.0.0",
1747
+            "version": "v4.0.2",
1748 1748
             "source": {
1749 1749
                 "type": "git",
1750 1750
                 "url": "https://github.com/symfony/serializer.git",
1751
-                "reference": "7343d18bb9fd30aaeb3a351d280267b2141d5069"
1751
+                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99"
1752 1752
             },
1753 1753
             "dist": {
1754 1754
                 "type": "zip",
1755
-                "url": "https://api.github.com/repos/symfony/serializer/zipball/7343d18bb9fd30aaeb3a351d280267b2141d5069",
1756
-                "reference": "7343d18bb9fd30aaeb3a351d280267b2141d5069",
1755
+                "url": "https://api.github.com/repos/symfony/serializer/zipball/dcfc5c5fdea34a1107d90b57240fa514953a0f99",
1756
+                "reference": "dcfc5c5fdea34a1107d90b57240fa514953a0f99",
1757 1757
                 "shasum": ""
1758 1758
             },
1759 1759
             "require": {
@@ -1818,20 +1818,20 @@
1818 1818
             ],
1819 1819
             "description": "Symfony Serializer Component",
1820 1820
             "homepage": "https://symfony.com",
1821
-            "time": "2017-11-29T13:42:03+00:00"
1821
+            "time": "2017-12-08T15:46:13+00:00"
1822 1822
         },
1823 1823
         {
1824 1824
             "name": "symfony/serializer-pack",
1825
-            "version": "v1.0.0",
1825
+            "version": "v1.0.1",
1826 1826
             "source": {
1827 1827
                 "type": "git",
1828 1828
                 "url": "https://github.com/symfony/serializer-pack.git",
1829
-                "reference": "d83854fc72317cb94f1796619ab90bd41b8e8996"
1829
+                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de"
1830 1830
             },
1831 1831
             "dist": {
1832 1832
                 "type": "zip",
1833
-                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/d83854fc72317cb94f1796619ab90bd41b8e8996",
1834
-                "reference": "d83854fc72317cb94f1796619ab90bd41b8e8996",
1833
+                "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/35cea385ea44d1f40ec12571996bf768fbe409de",
1834
+                "reference": "35cea385ea44d1f40ec12571996bf768fbe409de",
1835 1835
                 "shasum": ""
1836 1836
             },
1837 1837
             "require": {
@@ -1843,26 +1843,26 @@
1843 1843
                 "symfony/property-info": "^3.3|^4.0",
1844 1844
                 "symfony/serializer": "^3.3|^4.0"
1845 1845
             },
1846
-            "type": "metapackage",
1846
+            "type": "symfony-pack",
1847 1847
             "notification-url": "https://packagist.org/downloads/",
1848 1848
             "license": [
1849 1849
                 "MIT"
1850 1850
             ],
1851 1851
             "description": "A pack for the Symfony serializer",
1852
-            "time": "2017-11-29T20:08:56+00:00"
1852
+            "time": "2017-12-12T01:48:53+00:00"
1853 1853
         },
1854 1854
         {
1855 1855
             "name": "symfony/translation",
1856
-            "version": "v4.0.0",
1856
+            "version": "v4.0.2",
1857 1857
             "source": {
1858 1858
                 "type": "git",
1859 1859
                 "url": "https://github.com/symfony/translation.git",
1860
-                "reference": "317c2002180f64292ed127bbe31dcf47594c6ed7"
1860
+                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634"
1861 1861
             },
1862 1862
             "dist": {
1863 1863
                 "type": "zip",
1864
-                "url": "https://api.github.com/repos/symfony/translation/zipball/317c2002180f64292ed127bbe31dcf47594c6ed7",
1865
-                "reference": "317c2002180f64292ed127bbe31dcf47594c6ed7",
1864
+                "url": "https://api.github.com/repos/symfony/translation/zipball/e2678768d2fcb7fe3d8108392626de1ece575634",
1865
+                "reference": "e2678768d2fcb7fe3d8108392626de1ece575634",
1866 1866
                 "shasum": ""
1867 1867
             },
1868 1868
             "require": {
@@ -1917,20 +1917,20 @@
1917 1917
             ],
1918 1918
             "description": "Symfony Translation Component",
1919 1919
             "homepage": "https://symfony.com",
1920
-            "time": "2017-11-28T22:05:27+00:00"
1920
+            "time": "2017-12-12T08:41:51+00:00"
1921 1921
         },
1922 1922
         {
1923 1923
             "name": "symfony/yaml",
1924
-            "version": "v4.0.0",
1924
+            "version": "v4.0.2",
1925 1925
             "source": {
1926 1926
                 "type": "git",
1927 1927
                 "url": "https://github.com/symfony/yaml.git",
1928
-                "reference": "7be8741ce5dce9943f41a9269f6828b66e726776"
1928
+                "reference": "a5ee52d155f06ad23b19eb63c31228ff56ad1116"
1929 1929
             },
1930 1930
             "dist": {
1931 1931
                 "type": "zip",
1932
-                "url": "https://api.github.com/repos/symfony/yaml/zipball/7be8741ce5dce9943f41a9269f6828b66e726776",
1933
-                "reference": "7be8741ce5dce9943f41a9269f6828b66e726776",
1932
+                "url": "https://api.github.com/repos/symfony/yaml/zipball/a5ee52d155f06ad23b19eb63c31228ff56ad1116",
1933
+                "reference": "a5ee52d155f06ad23b19eb63c31228ff56ad1116",
1934 1934
                 "shasum": ""
1935 1935
             },
1936 1936
             "require": {
@@ -1975,7 +1975,7 @@
1975 1975
             ],
1976 1976
             "description": "Symfony Yaml Component",
1977 1977
             "homepage": "https://symfony.com",
1978
-            "time": "2017-11-29T13:42:03+00:00"
1978
+            "time": "2017-12-12T08:41:51+00:00"
1979 1979
         },
1980 1980
         {
1981 1981
             "name": "webmozart/assert",

config/helloworld/bundles.php → config/bundles.php Ver fichero


config/helloworld/packages/framework.yaml → config/packages/framework.yaml Ver fichero


config/helloworld/packages/routing.yaml → config/packages/routing.yaml Ver fichero


+ 0
- 7
config/packages/translation.yaml Ver fichero

@@ -1,7 +0,0 @@
1
-framework:
2
-    default_locale: '%locale%'
3
-    translator:
4
-        paths:
5
-            - '%kernel.project_dir%/translations'
6
-        fallbacks:
7
-            - '%locale%'

+ 0
- 6
config/rest/bundles.php Ver fichero

@@ -1,6 +0,0 @@
1
-<?php
2
-
3
-return [
4
-    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5
-    PhpBenchmarksSymfony\Bundle\RestBundle\RestBundle::class => ['all' => true]
6
-];

+ 0
- 4
config/rest/packages/framework.yaml Ver fichero

@@ -1,4 +0,0 @@
1
-framework:
2
-    secret: '%env(APP_SECRET)%'
3
-    php_errors:
4
-        log: true

+ 0
- 3
config/rest/packages/routing.yaml Ver fichero

@@ -1,3 +0,0 @@
1
-framework:
2
-    router:
3
-        strict_requirements: ~

+ 0
- 5
config/rest/packages/translation.yaml Ver fichero

@@ -1,5 +0,0 @@
1
-framework:
2
-    default_locale: 'en'
3
-    translator:
4
-        fallbacks:
5
-            - 'en'

+ 0
- 2
config/rest/routes.yaml Ver fichero

@@ -1,2 +0,0 @@
1
-rest:
2
-    resource: ../vendor/phpbenchmarks/symfony/Bundle/RestBundle/Resources/config/routing.yml

config/helloworld/routes.yaml → config/routes.yaml Ver fichero


+ 0
- 4
config/services.yaml Ver fichero

@@ -1,4 +0,0 @@
1
-parameters:
2
-    locale: 'en'
3
-
4
-# useless for this project, but Symfony Flex need it

+ 1
- 16
init_benchmark.sh Ver fichero

@@ -15,28 +15,13 @@ function clearCacheAndLogs() {
15 15
 }
16 16
 
17 17
 function init() {
18
-    local type=$1
19
-    if [ "$type" == "1" ]; then
20
-        env="helloworld";
21
-    elif [ "$type" == "2" ]; then
22
-        env="news";
23
-    else
24
-        env="rest"
25
-    fi
18
+    export APP_ENV=$2
26 19
 
27 20
     clearCacheAndLogs
28 21
 
29
-    export APP_ENV=$env
30 22
     composer install --no-dev --classmap-authoritative
31 23
     [ "$?" != "0" ] && exit 1
32 24
 
33
-    if [ "$env" == "news" ]; then
34
-        php bin/console assets:install --symlink --env=$env
35
-        [ "$?" != "0" ] && exit 1
36
-        php bin/console assetic:dump --env=$env
37
-        [ "$?" != "0" ] && exit 1
38
-    fi
39
-
40 25
     clearCacheAndLogs
41 26
 
42 27
     return 0

public/helloworld.php → public/index.php Ver fichero


+ 0
- 14
public/rest.php Ver fichero

@@ -1,14 +0,0 @@
1
-<?php
2
-
3
-use App\Kernel;
4
-use Symfony\Component\HttpFoundation\Request;
5
-
6
-require __DIR__ . '/../vendor/autoload.php';
7
-
8
-$kernel = new Kernel('rest', true);
9
-$request = Request::createFromGlobals();
10
-$response = $kernel->handle($request);
11
-$response->send();
12
-$kernel->terminate($request, $response);
13
-
14
-// require phpbenchmarks stats.php here when needed

+ 1
- 1
src/Kernel.php Ver fichero

@@ -63,6 +63,6 @@ class Kernel extends BaseKernel
63 63
 
64 64
     protected function getConfigDir(): string
65 65
     {
66
-        return $this->getProjectDir() . '/config/' . $this->getEnvironment();
66
+        return $this->getProjectDir() . '/config';
67 67
     }
68 68
 }

+ 0
- 0
translations/.gitignore Ver fichero


Loading…
Cancelar
Guardar