Browse Source

PHP 7.3 and fix Symfony repositories to 4.2.*

tags/4.2.2.1
Steevan BARBOYON 7 years ago
parent
commit
103d928f0b
6 changed files with 1510 additions and 121 deletions
  1. 12
    0
      .env
  2. 14
    13
      composer.json
  3. 54
    53
      composer.lock.php7.1
  4. 54
    53
      composer.lock.php7.2
  5. 1372
    0
      composer.lock.php7.3
  6. 4
    2
      init_benchmark.sh

+ 12
- 0
.env View File

1
+# This file defines all environment variables that the application needs.
2
+# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE.
3
+# Use ".env.local" for local overrides during development.
4
+# Use real environment variables when deploying to production.
5
+# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
6
+
7
+###> symfony/framework-bundle ###
8
+APP_ENV=prod
9
+APP_SECRET=aefe77bc7f7c4e0275029fc97bc13506
10
+#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
11
+#TRUSTED_HOSTS='^localhost|example\.com$'
12
+###< symfony/framework-bundle ###

+ 14
- 13
composer.json View File

31
         "symfony/polyfill-php70": "*",
31
         "symfony/polyfill-php70": "*",
32
         "symfony/polyfill-php56": "*"
32
         "symfony/polyfill-php56": "*"
33
     },
33
     },
34
-    "scripts": {
35
-        "auto-scripts": {
36
-            "cache:clear": "symfony-cmd",
37
-            "assets:install %PUBLIC_DIR%": "symfony-cmd"
38
-        },
39
-        "post-install-cmd": [
40
-            "@auto-scripts"
41
-        ],
42
-        "post-update-cmd": [
43
-            "@auto-scripts"
44
-        ]
45
-    },
46
     "conflict": {
34
     "conflict": {
47
-        "symfony/symfony": "*"
35
+        "symfony/symfony": "*",
36
+        "https://github.com/composer/composer/issues/7827": "0.0.0",
37
+        "https://github.com/symfony/symfony/issues/29581": "0.0.0",
38
+        "symfony/routing": ">=4.3.0",
39
+        "symfony/http-foundation": ">=4.3.0",
40
+        "symfony/event-dispatcher": ">=4.3.0",
41
+        "symfony/debug": ">=4.3.0",
42
+        "symfony/http-kernel": ">=4.3.0",
43
+        "symfony/finder": ">=4.3.0",
44
+        "symfony/filesystem": ">=4.3.0",
45
+        "symfony/dependency-injection": ">=4.3.0",
46
+        "symfony/config": ">=4.3.0",
47
+        "symfony/var-exporter": ">=4.3.0",
48
+        "symfony/cache": ">=4.3.0"
48
     },
49
     },
49
     "extra": {
50
     "extra": {
50
         "symfony": {
51
         "symfony": {

+ 54
- 53
composer.lock.php7.1 View File

4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
         "This file is @generated automatically"
5
         "This file is @generated automatically"
6
     ],
6
     ],
7
-    "content-hash": "0b888b96f7ba4210853db266eb385c00",
7
+    "content-hash": "31756b6cbd5726ef455ddb006a835ff4",
8
     "packages": [
8
     "packages": [
9
         {
9
         {
10
             "name": "phpbenchmarks/symfony-common",
10
             "name": "phpbenchmarks/symfony-common",
224
         },
224
         },
225
         {
225
         {
226
             "name": "symfony/cache",
226
             "name": "symfony/cache",
227
-            "version": "v4.2.0",
227
+            "version": "v4.2.1",
228
             "source": {
228
             "source": {
229
                 "type": "git",
229
                 "type": "git",
230
                 "url": "https://github.com/symfony/cache.git",
230
                 "url": "https://github.com/symfony/cache.git",
231
-                "reference": "dbe98af4943a9c246e4538868e0fa55bc8b5e0f3"
231
+                "reference": "5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41"
232
             },
232
             },
233
             "dist": {
233
             "dist": {
234
                 "type": "zip",
234
                 "type": "zip",
235
-                "url": "https://api.github.com/repos/symfony/cache/zipball/dbe98af4943a9c246e4538868e0fa55bc8b5e0f3",
236
-                "reference": "dbe98af4943a9c246e4538868e0fa55bc8b5e0f3",
235
+                "url": "https://api.github.com/repos/symfony/cache/zipball/5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41",
236
+                "reference": "5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41",
237
                 "shasum": ""
237
                 "shasum": ""
238
             },
238
             },
239
             "require": {
239
             "require": {
297
                 "caching",
297
                 "caching",
298
                 "psr6"
298
                 "psr6"
299
             ],
299
             ],
300
-            "time": "2018-11-26T18:33:39+00:00"
300
+            "time": "2018-12-06T11:00:08+00:00"
301
         },
301
         },
302
         {
302
         {
303
             "name": "symfony/config",
303
             "name": "symfony/config",
304
-            "version": "v4.2.0",
304
+            "version": "v4.2.1",
305
             "source": {
305
             "source": {
306
                 "type": "git",
306
                 "type": "git",
307
                 "url": "https://github.com/symfony/config.git",
307
                 "url": "https://github.com/symfony/config.git",
308
-                "reference": "10ba96d42cc9a482bce05c8179f06e24e665c920"
308
+                "reference": "005d9a083d03f588677d15391a716b1ac9b887c0"
309
             },
309
             },
310
             "dist": {
310
             "dist": {
311
                 "type": "zip",
311
                 "type": "zip",
312
-                "url": "https://api.github.com/repos/symfony/config/zipball/10ba96d42cc9a482bce05c8179f06e24e665c920",
313
-                "reference": "10ba96d42cc9a482bce05c8179f06e24e665c920",
312
+                "url": "https://api.github.com/repos/symfony/config/zipball/005d9a083d03f588677d15391a716b1ac9b887c0",
313
+                "reference": "005d9a083d03f588677d15391a716b1ac9b887c0",
314
                 "shasum": ""
314
                 "shasum": ""
315
             },
315
             },
316
             "require": {
316
             "require": {
360
             ],
360
             ],
361
             "description": "Symfony Config Component",
361
             "description": "Symfony Config Component",
362
             "homepage": "https://symfony.com",
362
             "homepage": "https://symfony.com",
363
-            "time": "2018-11-26T10:55:26+00:00"
363
+            "time": "2018-11-30T22:21:14+00:00"
364
         },
364
         },
365
         {
365
         {
366
             "name": "symfony/console",
366
             "name": "symfony/console",
367
-            "version": "v4.2.0",
367
+            "version": "v4.2.1",
368
             "source": {
368
             "source": {
369
                 "type": "git",
369
                 "type": "git",
370
                 "url": "https://github.com/symfony/console.git",
370
                 "url": "https://github.com/symfony/console.git",
433
         },
433
         },
434
         {
434
         {
435
             "name": "symfony/contracts",
435
             "name": "symfony/contracts",
436
-            "version": "v1.0.0",
436
+            "version": "v1.0.2",
437
             "source": {
437
             "source": {
438
                 "type": "git",
438
                 "type": "git",
439
                 "url": "https://github.com/symfony/contracts.git",
439
                 "url": "https://github.com/symfony/contracts.git",
440
-                "reference": "4a33574d5771f4b04334cd4f7d43de96a92efb62"
440
+                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
441
             },
441
             },
442
             "dist": {
442
             "dist": {
443
                 "type": "zip",
443
                 "type": "zip",
444
-                "url": "https://api.github.com/repos/symfony/contracts/zipball/4a33574d5771f4b04334cd4f7d43de96a92efb62",
445
-                "reference": "4a33574d5771f4b04334cd4f7d43de96a92efb62",
444
+                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
445
+                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
446
                 "shasum": ""
446
                 "shasum": ""
447
             },
447
             },
448
             "require": {
448
             "require": {
497
                 "interoperability",
497
                 "interoperability",
498
                 "standards"
498
                 "standards"
499
             ],
499
             ],
500
-            "time": "2018-10-31T08:00:32+00:00"
500
+            "time": "2018-12-05T08:06:11+00:00"
501
         },
501
         },
502
         {
502
         {
503
             "name": "symfony/debug",
503
             "name": "symfony/debug",
504
-            "version": "v4.2.0",
504
+            "version": "v4.2.1",
505
             "source": {
505
             "source": {
506
                 "type": "git",
506
                 "type": "git",
507
                 "url": "https://github.com/symfony/debug.git",
507
                 "url": "https://github.com/symfony/debug.git",
557
         },
557
         },
558
         {
558
         {
559
             "name": "symfony/dependency-injection",
559
             "name": "symfony/dependency-injection",
560
-            "version": "v4.2.0",
560
+            "version": "v4.2.1",
561
             "source": {
561
             "source": {
562
                 "type": "git",
562
                 "type": "git",
563
                 "url": "https://github.com/symfony/dependency-injection.git",
563
                 "url": "https://github.com/symfony/dependency-injection.git",
564
-                "reference": "c2061bce5915f853a619f02ce1278ca83156d375"
564
+                "reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5"
565
             },
565
             },
566
             "dist": {
566
             "dist": {
567
                 "type": "zip",
567
                 "type": "zip",
568
-                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c2061bce5915f853a619f02ce1278ca83156d375",
569
-                "reference": "c2061bce5915f853a619f02ce1278ca83156d375",
568
+                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e4adc57a48d3fa7f394edfffa9e954086d7740e5",
569
+                "reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5",
570
                 "shasum": ""
570
                 "shasum": ""
571
             },
571
             },
572
             "require": {
572
             "require": {
626
             ],
626
             ],
627
             "description": "Symfony DependencyInjection Component",
627
             "description": "Symfony DependencyInjection Component",
628
             "homepage": "https://symfony.com",
628
             "homepage": "https://symfony.com",
629
-            "time": "2018-11-28T18:24:18+00:00"
629
+            "time": "2018-12-02T15:59:36+00:00"
630
         },
630
         },
631
         {
631
         {
632
             "name": "symfony/event-dispatcher",
632
             "name": "symfony/event-dispatcher",
633
-            "version": "v4.2.0",
633
+            "version": "v4.2.1",
634
             "source": {
634
             "source": {
635
                 "type": "git",
635
                 "type": "git",
636
                 "url": "https://github.com/symfony/event-dispatcher.git",
636
                 "url": "https://github.com/symfony/event-dispatcher.git",
637
-                "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137"
637
+                "reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
638
             },
638
             },
639
             "dist": {
639
             "dist": {
640
                 "type": "zip",
640
                 "type": "zip",
641
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
642
-                "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
641
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
642
+                "reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
643
                 "shasum": ""
643
                 "shasum": ""
644
             },
644
             },
645
             "require": {
645
             "require": {
690
             ],
690
             ],
691
             "description": "Symfony EventDispatcher Component",
691
             "description": "Symfony EventDispatcher Component",
692
             "homepage": "https://symfony.com",
692
             "homepage": "https://symfony.com",
693
-            "time": "2018-11-26T10:55:26+00:00"
693
+            "time": "2018-12-01T08:52:38+00:00"
694
         },
694
         },
695
         {
695
         {
696
             "name": "symfony/filesystem",
696
             "name": "symfony/filesystem",
697
-            "version": "v4.2.0",
697
+            "version": "v4.2.1",
698
             "source": {
698
             "source": {
699
                 "type": "git",
699
                 "type": "git",
700
                 "url": "https://github.com/symfony/filesystem.git",
700
                 "url": "https://github.com/symfony/filesystem.git",
744
         },
744
         },
745
         {
745
         {
746
             "name": "symfony/finder",
746
             "name": "symfony/finder",
747
-            "version": "v4.2.0",
747
+            "version": "v4.2.1",
748
             "source": {
748
             "source": {
749
                 "type": "git",
749
                 "type": "git",
750
                 "url": "https://github.com/symfony/finder.git",
750
                 "url": "https://github.com/symfony/finder.git",
840
         },
840
         },
841
         {
841
         {
842
             "name": "symfony/framework-bundle",
842
             "name": "symfony/framework-bundle",
843
-            "version": "v4.2.0",
843
+            "version": "v4.2.1",
844
             "source": {
844
             "source": {
845
                 "type": "git",
845
                 "type": "git",
846
                 "url": "https://github.com/symfony/framework-bundle.git",
846
                 "url": "https://github.com/symfony/framework-bundle.git",
847
-                "reference": "6953f43de8244c601884b1a0ecbae1a2be32838f"
847
+                "reference": "eb32d67140510f04fe9cc5fb9ad38fda09591db1"
848
             },
848
             },
849
             "dist": {
849
             "dist": {
850
                 "type": "zip",
850
                 "type": "zip",
851
-                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6953f43de8244c601884b1a0ecbae1a2be32838f",
852
-                "reference": "6953f43de8244c601884b1a0ecbae1a2be32838f",
851
+                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/eb32d67140510f04fe9cc5fb9ad38fda09591db1",
852
+                "reference": "eb32d67140510f04fe9cc5fb9ad38fda09591db1",
853
                 "shasum": ""
853
                 "shasum": ""
854
             },
854
             },
855
             "require": {
855
             "require": {
857
                 "php": "^7.1.3",
857
                 "php": "^7.1.3",
858
                 "symfony/cache": "~4.2",
858
                 "symfony/cache": "~4.2",
859
                 "symfony/config": "~4.2",
859
                 "symfony/config": "~4.2",
860
+                "symfony/contracts": "^1.0.2",
860
                 "symfony/dependency-injection": "^4.2",
861
                 "symfony/dependency-injection": "^4.2",
861
                 "symfony/event-dispatcher": "^4.1",
862
                 "symfony/event-dispatcher": "^4.1",
862
                 "symfony/filesystem": "~3.4|~4.0",
863
                 "symfony/filesystem": "~3.4|~4.0",
955
             ],
956
             ],
956
             "description": "Symfony FrameworkBundle",
957
             "description": "Symfony FrameworkBundle",
957
             "homepage": "https://symfony.com",
958
             "homepage": "https://symfony.com",
958
-            "time": "2018-11-20T16:22:05+00:00"
959
+            "time": "2018-12-05T08:06:11+00:00"
959
         },
960
         },
960
         {
961
         {
961
             "name": "symfony/http-foundation",
962
             "name": "symfony/http-foundation",
962
-            "version": "v4.2.0",
963
+            "version": "v4.2.1",
963
             "source": {
964
             "source": {
964
                 "type": "git",
965
                 "type": "git",
965
                 "url": "https://github.com/symfony/http-foundation.git",
966
                 "url": "https://github.com/symfony/http-foundation.git",
1013
         },
1014
         },
1014
         {
1015
         {
1015
             "name": "symfony/http-kernel",
1016
             "name": "symfony/http-kernel",
1016
-            "version": "v4.2.0",
1017
+            "version": "v4.2.1",
1017
             "source": {
1018
             "source": {
1018
                 "type": "git",
1019
                 "type": "git",
1019
                 "url": "https://github.com/symfony/http-kernel.git",
1020
                 "url": "https://github.com/symfony/http-kernel.git",
1020
-                "reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117"
1021
+                "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624"
1021
             },
1022
             },
1022
             "dist": {
1023
             "dist": {
1023
                 "type": "zip",
1024
                 "type": "zip",
1024
-                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/500409e5d8a31fc92450a0ec2ea4e4c35af40117",
1025
-                "reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117",
1025
+                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b39ceffc0388232c309cbde3a7c3685f2ec0a624",
1026
+                "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624",
1026
                 "shasum": ""
1027
                 "shasum": ""
1027
             },
1028
             },
1028
             "require": {
1029
             "require": {
1029
                 "php": "^7.1.3",
1030
                 "php": "^7.1.3",
1030
                 "psr/log": "~1.0",
1031
                 "psr/log": "~1.0",
1031
-                "symfony/contracts": "^1.0",
1032
+                "symfony/contracts": "^1.0.2",
1032
                 "symfony/debug": "~3.4|~4.0",
1033
                 "symfony/debug": "~3.4|~4.0",
1033
                 "symfony/event-dispatcher": "~4.1",
1034
                 "symfony/event-dispatcher": "~4.1",
1034
                 "symfony/http-foundation": "^4.1.1",
1035
                 "symfony/http-foundation": "^4.1.1",
1098
             ],
1099
             ],
1099
             "description": "Symfony HttpKernel Component",
1100
             "description": "Symfony HttpKernel Component",
1100
             "homepage": "https://symfony.com",
1101
             "homepage": "https://symfony.com",
1101
-            "time": "2018-11-30T09:16:14+00:00"
1102
+            "time": "2018-12-06T17:39:52+00:00"
1102
         },
1103
         },
1103
         {
1104
         {
1104
             "name": "symfony/polyfill-mbstring",
1105
             "name": "symfony/polyfill-mbstring",
1161
         },
1162
         },
1162
         {
1163
         {
1163
             "name": "symfony/routing",
1164
             "name": "symfony/routing",
1164
-            "version": "v4.2.0",
1165
+            "version": "v4.2.1",
1165
             "source": {
1166
             "source": {
1166
                 "type": "git",
1167
                 "type": "git",
1167
                 "url": "https://github.com/symfony/routing.git",
1168
                 "url": "https://github.com/symfony/routing.git",
1168
-                "reference": "97b9f457df748357eec101df5c8b1c649b543241"
1169
+                "reference": "649460207e77da6c545326c7f53618d23ad2c866"
1169
             },
1170
             },
1170
             "dist": {
1171
             "dist": {
1171
                 "type": "zip",
1172
                 "type": "zip",
1172
-                "url": "https://api.github.com/repos/symfony/routing/zipball/97b9f457df748357eec101df5c8b1c649b543241",
1173
-                "reference": "97b9f457df748357eec101df5c8b1c649b543241",
1173
+                "url": "https://api.github.com/repos/symfony/routing/zipball/649460207e77da6c545326c7f53618d23ad2c866",
1174
+                "reference": "649460207e77da6c545326c7f53618d23ad2c866",
1174
                 "shasum": ""
1175
                 "shasum": ""
1175
             },
1176
             },
1176
             "require": {
1177
             "require": {
1234
                 "uri",
1235
                 "uri",
1235
                 "url"
1236
                 "url"
1236
             ],
1237
             ],
1237
-            "time": "2018-11-29T14:48:32+00:00"
1238
+            "time": "2018-12-03T22:08:12+00:00"
1238
         },
1239
         },
1239
         {
1240
         {
1240
             "name": "symfony/var-exporter",
1241
             "name": "symfony/var-exporter",
1241
-            "version": "v4.2.0",
1242
+            "version": "v4.2.1",
1242
             "source": {
1243
             "source": {
1243
                 "type": "git",
1244
                 "type": "git",
1244
                 "url": "https://github.com/symfony/var-exporter.git",
1245
                 "url": "https://github.com/symfony/var-exporter.git",
1245
-                "reference": "08250457428e06289d21ed52397b0ae336abf54b"
1246
+                "reference": "a39222e357362424b61dcde50e2f7b5a7d3306db"
1246
             },
1247
             },
1247
             "dist": {
1248
             "dist": {
1248
                 "type": "zip",
1249
                 "type": "zip",
1249
-                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/08250457428e06289d21ed52397b0ae336abf54b",
1250
-                "reference": "08250457428e06289d21ed52397b0ae336abf54b",
1250
+                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a39222e357362424b61dcde50e2f7b5a7d3306db",
1251
+                "reference": "a39222e357362424b61dcde50e2f7b5a7d3306db",
1251
                 "shasum": ""
1252
                 "shasum": ""
1252
             },
1253
             },
1253
             "require": {
1254
             "require": {
1294
                 "instantiate",
1295
                 "instantiate",
1295
                 "serialize"
1296
                 "serialize"
1296
             ],
1297
             ],
1297
-            "time": "2018-11-14T10:32:16+00:00"
1298
+            "time": "2018-12-03T22:40:09+00:00"
1298
         },
1299
         },
1299
         {
1300
         {
1300
             "name": "symfony/yaml",
1301
             "name": "symfony/yaml",
1301
-            "version": "v4.2.0",
1302
+            "version": "v4.2.1",
1302
             "source": {
1303
             "source": {
1303
                 "type": "git",
1304
                 "type": "git",
1304
                 "url": "https://github.com/symfony/yaml.git",
1305
                 "url": "https://github.com/symfony/yaml.git",

+ 54
- 53
composer.lock.php7.2 View File

4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
         "This file is @generated automatically"
5
         "This file is @generated automatically"
6
     ],
6
     ],
7
-    "content-hash": "0b888b96f7ba4210853db266eb385c00",
7
+    "content-hash": "31756b6cbd5726ef455ddb006a835ff4",
8
     "packages": [
8
     "packages": [
9
         {
9
         {
10
             "name": "phpbenchmarks/symfony-common",
10
             "name": "phpbenchmarks/symfony-common",
224
         },
224
         },
225
         {
225
         {
226
             "name": "symfony/cache",
226
             "name": "symfony/cache",
227
-            "version": "v4.2.0",
227
+            "version": "v4.2.1",
228
             "source": {
228
             "source": {
229
                 "type": "git",
229
                 "type": "git",
230
                 "url": "https://github.com/symfony/cache.git",
230
                 "url": "https://github.com/symfony/cache.git",
231
-                "reference": "dbe98af4943a9c246e4538868e0fa55bc8b5e0f3"
231
+                "reference": "5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41"
232
             },
232
             },
233
             "dist": {
233
             "dist": {
234
                 "type": "zip",
234
                 "type": "zip",
235
-                "url": "https://api.github.com/repos/symfony/cache/zipball/dbe98af4943a9c246e4538868e0fa55bc8b5e0f3",
236
-                "reference": "dbe98af4943a9c246e4538868e0fa55bc8b5e0f3",
235
+                "url": "https://api.github.com/repos/symfony/cache/zipball/5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41",
236
+                "reference": "5c4b50d6ba4f1c8955c3454444c1e3cfddaaad41",
237
                 "shasum": ""
237
                 "shasum": ""
238
             },
238
             },
239
             "require": {
239
             "require": {
297
                 "caching",
297
                 "caching",
298
                 "psr6"
298
                 "psr6"
299
             ],
299
             ],
300
-            "time": "2018-11-26T18:33:39+00:00"
300
+            "time": "2018-12-06T11:00:08+00:00"
301
         },
301
         },
302
         {
302
         {
303
             "name": "symfony/config",
303
             "name": "symfony/config",
304
-            "version": "v4.2.0",
304
+            "version": "v4.2.1",
305
             "source": {
305
             "source": {
306
                 "type": "git",
306
                 "type": "git",
307
                 "url": "https://github.com/symfony/config.git",
307
                 "url": "https://github.com/symfony/config.git",
308
-                "reference": "10ba96d42cc9a482bce05c8179f06e24e665c920"
308
+                "reference": "005d9a083d03f588677d15391a716b1ac9b887c0"
309
             },
309
             },
310
             "dist": {
310
             "dist": {
311
                 "type": "zip",
311
                 "type": "zip",
312
-                "url": "https://api.github.com/repos/symfony/config/zipball/10ba96d42cc9a482bce05c8179f06e24e665c920",
313
-                "reference": "10ba96d42cc9a482bce05c8179f06e24e665c920",
312
+                "url": "https://api.github.com/repos/symfony/config/zipball/005d9a083d03f588677d15391a716b1ac9b887c0",
313
+                "reference": "005d9a083d03f588677d15391a716b1ac9b887c0",
314
                 "shasum": ""
314
                 "shasum": ""
315
             },
315
             },
316
             "require": {
316
             "require": {
360
             ],
360
             ],
361
             "description": "Symfony Config Component",
361
             "description": "Symfony Config Component",
362
             "homepage": "https://symfony.com",
362
             "homepage": "https://symfony.com",
363
-            "time": "2018-11-26T10:55:26+00:00"
363
+            "time": "2018-11-30T22:21:14+00:00"
364
         },
364
         },
365
         {
365
         {
366
             "name": "symfony/console",
366
             "name": "symfony/console",
367
-            "version": "v4.2.0",
367
+            "version": "v4.2.1",
368
             "source": {
368
             "source": {
369
                 "type": "git",
369
                 "type": "git",
370
                 "url": "https://github.com/symfony/console.git",
370
                 "url": "https://github.com/symfony/console.git",
433
         },
433
         },
434
         {
434
         {
435
             "name": "symfony/contracts",
435
             "name": "symfony/contracts",
436
-            "version": "v1.0.0",
436
+            "version": "v1.0.2",
437
             "source": {
437
             "source": {
438
                 "type": "git",
438
                 "type": "git",
439
                 "url": "https://github.com/symfony/contracts.git",
439
                 "url": "https://github.com/symfony/contracts.git",
440
-                "reference": "4a33574d5771f4b04334cd4f7d43de96a92efb62"
440
+                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
441
             },
441
             },
442
             "dist": {
442
             "dist": {
443
                 "type": "zip",
443
                 "type": "zip",
444
-                "url": "https://api.github.com/repos/symfony/contracts/zipball/4a33574d5771f4b04334cd4f7d43de96a92efb62",
445
-                "reference": "4a33574d5771f4b04334cd4f7d43de96a92efb62",
444
+                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
445
+                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
446
                 "shasum": ""
446
                 "shasum": ""
447
             },
447
             },
448
             "require": {
448
             "require": {
497
                 "interoperability",
497
                 "interoperability",
498
                 "standards"
498
                 "standards"
499
             ],
499
             ],
500
-            "time": "2018-10-31T08:00:32+00:00"
500
+            "time": "2018-12-05T08:06:11+00:00"
501
         },
501
         },
502
         {
502
         {
503
             "name": "symfony/debug",
503
             "name": "symfony/debug",
504
-            "version": "v4.2.0",
504
+            "version": "v4.2.1",
505
             "source": {
505
             "source": {
506
                 "type": "git",
506
                 "type": "git",
507
                 "url": "https://github.com/symfony/debug.git",
507
                 "url": "https://github.com/symfony/debug.git",
557
         },
557
         },
558
         {
558
         {
559
             "name": "symfony/dependency-injection",
559
             "name": "symfony/dependency-injection",
560
-            "version": "v4.2.0",
560
+            "version": "v4.2.1",
561
             "source": {
561
             "source": {
562
                 "type": "git",
562
                 "type": "git",
563
                 "url": "https://github.com/symfony/dependency-injection.git",
563
                 "url": "https://github.com/symfony/dependency-injection.git",
564
-                "reference": "c2061bce5915f853a619f02ce1278ca83156d375"
564
+                "reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5"
565
             },
565
             },
566
             "dist": {
566
             "dist": {
567
                 "type": "zip",
567
                 "type": "zip",
568
-                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c2061bce5915f853a619f02ce1278ca83156d375",
569
-                "reference": "c2061bce5915f853a619f02ce1278ca83156d375",
568
+                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e4adc57a48d3fa7f394edfffa9e954086d7740e5",
569
+                "reference": "e4adc57a48d3fa7f394edfffa9e954086d7740e5",
570
                 "shasum": ""
570
                 "shasum": ""
571
             },
571
             },
572
             "require": {
572
             "require": {
626
             ],
626
             ],
627
             "description": "Symfony DependencyInjection Component",
627
             "description": "Symfony DependencyInjection Component",
628
             "homepage": "https://symfony.com",
628
             "homepage": "https://symfony.com",
629
-            "time": "2018-11-28T18:24:18+00:00"
629
+            "time": "2018-12-02T15:59:36+00:00"
630
         },
630
         },
631
         {
631
         {
632
             "name": "symfony/event-dispatcher",
632
             "name": "symfony/event-dispatcher",
633
-            "version": "v4.2.0",
633
+            "version": "v4.2.1",
634
             "source": {
634
             "source": {
635
                 "type": "git",
635
                 "type": "git",
636
                 "url": "https://github.com/symfony/event-dispatcher.git",
636
                 "url": "https://github.com/symfony/event-dispatcher.git",
637
-                "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137"
637
+                "reference": "921f49c3158a276d27c0d770a5a347a3b718b328"
638
             },
638
             },
639
             "dist": {
639
             "dist": {
640
                 "type": "zip",
640
                 "type": "zip",
641
-                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
642
-                "reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
641
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/921f49c3158a276d27c0d770a5a347a3b718b328",
642
+                "reference": "921f49c3158a276d27c0d770a5a347a3b718b328",
643
                 "shasum": ""
643
                 "shasum": ""
644
             },
644
             },
645
             "require": {
645
             "require": {
690
             ],
690
             ],
691
             "description": "Symfony EventDispatcher Component",
691
             "description": "Symfony EventDispatcher Component",
692
             "homepage": "https://symfony.com",
692
             "homepage": "https://symfony.com",
693
-            "time": "2018-11-26T10:55:26+00:00"
693
+            "time": "2018-12-01T08:52:38+00:00"
694
         },
694
         },
695
         {
695
         {
696
             "name": "symfony/filesystem",
696
             "name": "symfony/filesystem",
697
-            "version": "v4.2.0",
697
+            "version": "v4.2.1",
698
             "source": {
698
             "source": {
699
                 "type": "git",
699
                 "type": "git",
700
                 "url": "https://github.com/symfony/filesystem.git",
700
                 "url": "https://github.com/symfony/filesystem.git",
744
         },
744
         },
745
         {
745
         {
746
             "name": "symfony/finder",
746
             "name": "symfony/finder",
747
-            "version": "v4.2.0",
747
+            "version": "v4.2.1",
748
             "source": {
748
             "source": {
749
                 "type": "git",
749
                 "type": "git",
750
                 "url": "https://github.com/symfony/finder.git",
750
                 "url": "https://github.com/symfony/finder.git",
840
         },
840
         },
841
         {
841
         {
842
             "name": "symfony/framework-bundle",
842
             "name": "symfony/framework-bundle",
843
-            "version": "v4.2.0",
843
+            "version": "v4.2.1",
844
             "source": {
844
             "source": {
845
                 "type": "git",
845
                 "type": "git",
846
                 "url": "https://github.com/symfony/framework-bundle.git",
846
                 "url": "https://github.com/symfony/framework-bundle.git",
847
-                "reference": "6953f43de8244c601884b1a0ecbae1a2be32838f"
847
+                "reference": "eb32d67140510f04fe9cc5fb9ad38fda09591db1"
848
             },
848
             },
849
             "dist": {
849
             "dist": {
850
                 "type": "zip",
850
                 "type": "zip",
851
-                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6953f43de8244c601884b1a0ecbae1a2be32838f",
852
-                "reference": "6953f43de8244c601884b1a0ecbae1a2be32838f",
851
+                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/eb32d67140510f04fe9cc5fb9ad38fda09591db1",
852
+                "reference": "eb32d67140510f04fe9cc5fb9ad38fda09591db1",
853
                 "shasum": ""
853
                 "shasum": ""
854
             },
854
             },
855
             "require": {
855
             "require": {
857
                 "php": "^7.1.3",
857
                 "php": "^7.1.3",
858
                 "symfony/cache": "~4.2",
858
                 "symfony/cache": "~4.2",
859
                 "symfony/config": "~4.2",
859
                 "symfony/config": "~4.2",
860
+                "symfony/contracts": "^1.0.2",
860
                 "symfony/dependency-injection": "^4.2",
861
                 "symfony/dependency-injection": "^4.2",
861
                 "symfony/event-dispatcher": "^4.1",
862
                 "symfony/event-dispatcher": "^4.1",
862
                 "symfony/filesystem": "~3.4|~4.0",
863
                 "symfony/filesystem": "~3.4|~4.0",
955
             ],
956
             ],
956
             "description": "Symfony FrameworkBundle",
957
             "description": "Symfony FrameworkBundle",
957
             "homepage": "https://symfony.com",
958
             "homepage": "https://symfony.com",
958
-            "time": "2018-11-20T16:22:05+00:00"
959
+            "time": "2018-12-05T08:06:11+00:00"
959
         },
960
         },
960
         {
961
         {
961
             "name": "symfony/http-foundation",
962
             "name": "symfony/http-foundation",
962
-            "version": "v4.2.0",
963
+            "version": "v4.2.1",
963
             "source": {
964
             "source": {
964
                 "type": "git",
965
                 "type": "git",
965
                 "url": "https://github.com/symfony/http-foundation.git",
966
                 "url": "https://github.com/symfony/http-foundation.git",
1013
         },
1014
         },
1014
         {
1015
         {
1015
             "name": "symfony/http-kernel",
1016
             "name": "symfony/http-kernel",
1016
-            "version": "v4.2.0",
1017
+            "version": "v4.2.1",
1017
             "source": {
1018
             "source": {
1018
                 "type": "git",
1019
                 "type": "git",
1019
                 "url": "https://github.com/symfony/http-kernel.git",
1020
                 "url": "https://github.com/symfony/http-kernel.git",
1020
-                "reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117"
1021
+                "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624"
1021
             },
1022
             },
1022
             "dist": {
1023
             "dist": {
1023
                 "type": "zip",
1024
                 "type": "zip",
1024
-                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/500409e5d8a31fc92450a0ec2ea4e4c35af40117",
1025
-                "reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117",
1025
+                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b39ceffc0388232c309cbde3a7c3685f2ec0a624",
1026
+                "reference": "b39ceffc0388232c309cbde3a7c3685f2ec0a624",
1026
                 "shasum": ""
1027
                 "shasum": ""
1027
             },
1028
             },
1028
             "require": {
1029
             "require": {
1029
                 "php": "^7.1.3",
1030
                 "php": "^7.1.3",
1030
                 "psr/log": "~1.0",
1031
                 "psr/log": "~1.0",
1031
-                "symfony/contracts": "^1.0",
1032
+                "symfony/contracts": "^1.0.2",
1032
                 "symfony/debug": "~3.4|~4.0",
1033
                 "symfony/debug": "~3.4|~4.0",
1033
                 "symfony/event-dispatcher": "~4.1",
1034
                 "symfony/event-dispatcher": "~4.1",
1034
                 "symfony/http-foundation": "^4.1.1",
1035
                 "symfony/http-foundation": "^4.1.1",
1098
             ],
1099
             ],
1099
             "description": "Symfony HttpKernel Component",
1100
             "description": "Symfony HttpKernel Component",
1100
             "homepage": "https://symfony.com",
1101
             "homepage": "https://symfony.com",
1101
-            "time": "2018-11-30T09:16:14+00:00"
1102
+            "time": "2018-12-06T17:39:52+00:00"
1102
         },
1103
         },
1103
         {
1104
         {
1104
             "name": "symfony/polyfill-mbstring",
1105
             "name": "symfony/polyfill-mbstring",
1161
         },
1162
         },
1162
         {
1163
         {
1163
             "name": "symfony/routing",
1164
             "name": "symfony/routing",
1164
-            "version": "v4.2.0",
1165
+            "version": "v4.2.1",
1165
             "source": {
1166
             "source": {
1166
                 "type": "git",
1167
                 "type": "git",
1167
                 "url": "https://github.com/symfony/routing.git",
1168
                 "url": "https://github.com/symfony/routing.git",
1168
-                "reference": "97b9f457df748357eec101df5c8b1c649b543241"
1169
+                "reference": "649460207e77da6c545326c7f53618d23ad2c866"
1169
             },
1170
             },
1170
             "dist": {
1171
             "dist": {
1171
                 "type": "zip",
1172
                 "type": "zip",
1172
-                "url": "https://api.github.com/repos/symfony/routing/zipball/97b9f457df748357eec101df5c8b1c649b543241",
1173
-                "reference": "97b9f457df748357eec101df5c8b1c649b543241",
1173
+                "url": "https://api.github.com/repos/symfony/routing/zipball/649460207e77da6c545326c7f53618d23ad2c866",
1174
+                "reference": "649460207e77da6c545326c7f53618d23ad2c866",
1174
                 "shasum": ""
1175
                 "shasum": ""
1175
             },
1176
             },
1176
             "require": {
1177
             "require": {
1234
                 "uri",
1235
                 "uri",
1235
                 "url"
1236
                 "url"
1236
             ],
1237
             ],
1237
-            "time": "2018-11-29T14:48:32+00:00"
1238
+            "time": "2018-12-03T22:08:12+00:00"
1238
         },
1239
         },
1239
         {
1240
         {
1240
             "name": "symfony/var-exporter",
1241
             "name": "symfony/var-exporter",
1241
-            "version": "v4.2.0",
1242
+            "version": "v4.2.1",
1242
             "source": {
1243
             "source": {
1243
                 "type": "git",
1244
                 "type": "git",
1244
                 "url": "https://github.com/symfony/var-exporter.git",
1245
                 "url": "https://github.com/symfony/var-exporter.git",
1245
-                "reference": "08250457428e06289d21ed52397b0ae336abf54b"
1246
+                "reference": "a39222e357362424b61dcde50e2f7b5a7d3306db"
1246
             },
1247
             },
1247
             "dist": {
1248
             "dist": {
1248
                 "type": "zip",
1249
                 "type": "zip",
1249
-                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/08250457428e06289d21ed52397b0ae336abf54b",
1250
-                "reference": "08250457428e06289d21ed52397b0ae336abf54b",
1250
+                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a39222e357362424b61dcde50e2f7b5a7d3306db",
1251
+                "reference": "a39222e357362424b61dcde50e2f7b5a7d3306db",
1251
                 "shasum": ""
1252
                 "shasum": ""
1252
             },
1253
             },
1253
             "require": {
1254
             "require": {
1294
                 "instantiate",
1295
                 "instantiate",
1295
                 "serialize"
1296
                 "serialize"
1296
             ],
1297
             ],
1297
-            "time": "2018-11-14T10:32:16+00:00"
1298
+            "time": "2018-12-03T22:40:09+00:00"
1298
         },
1299
         },
1299
         {
1300
         {
1300
             "name": "symfony/yaml",
1301
             "name": "symfony/yaml",
1301
-            "version": "v4.2.0",
1302
+            "version": "v4.2.1",
1302
             "source": {
1303
             "source": {
1303
                 "type": "git",
1304
                 "type": "git",
1304
                 "url": "https://github.com/symfony/yaml.git",
1305
                 "url": "https://github.com/symfony/yaml.git",

+ 1372
- 0
composer.lock.php7.3
File diff suppressed because it is too large
View File


+ 4
- 2
init_benchmark.sh View File

10
     [ "$?" != "0" ] && exit 1
10
     [ "$?" != "0" ] && exit 1
11
     sudo /bin/chmod -R 777 var/log
11
     sudo /bin/chmod -R 777 var/log
12
     [ "$?" != "0" ] && exit 1
12
     [ "$?" != "0" ] && exit 1
13
-
14
-    php bin/console cache:warmup
15
 }
13
 }
16
 
14
 
17
 function init() {
15
 function init() {
16
+    export APP_ENV='prod'
17
+
18
+    sudo /bin/rm -rf vendor/
18
     clearCacheAndLogs
19
     clearCacheAndLogs
19
 
20
 
20
     composer install --no-dev --classmap-authoritative
21
     composer install --no-dev --classmap-authoritative
21
     [ "$?" != "0" ] && exit 1
22
     [ "$?" != "0" ] && exit 1
22
 
23
 
23
     clearCacheAndLogs
24
     clearCacheAndLogs
25
+    php bin/console cache:warmup
24
 
26
 
25
     return 0
27
     return 0
26
 }
28
 }

Loading…
Cancel
Save