Commit 4df921fcade45d0d3b06f2a9dba8b258a0861679

Authored by Lucas Schmoeller da Silva
1 parent f2af412b
Exists in 2.8 and in 6 other branches 2.2, 2.3, 2.4, 2.5, 2.6, 2.7

Add lib AWS SDK

Showing 2 changed files with 185 additions and 107 deletions   Show diff stats
composer.json
... ... @@ -14,6 +14,7 @@
14 14 "ext-gd": "*",
15 15 "ext-json": "*",
16 16 "ext-pgsql": "*",
  17 + "aws/aws-sdk-php-laravel": "^3.4",
17 18 "cocur/slugify": "^3.1",
18 19 "composer/semver": "^1.4",
19 20 "cossou/jasperphp": "^2.7",
... ...
composer.lock
... ... @@ -4,20 +4,20 @@
4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5 "This file is @generated automatically"
6 6 ],
7   - "content-hash": "0c2ad06b02b00d28509f500a06f5b97a",
  7 + "content-hash": "e5a0ebd845804324b3d6b71e002350ec",
8 8 "packages": [
9 9 {
10 10 "name": "aws/aws-sdk-php",
11   - "version": "3.112.32",
  11 + "version": "3.113.0",
12 12 "source": {
13 13 "type": "git",
14 14 "url": "https://github.com/aws/aws-sdk-php.git",
15   - "reference": "1e211dcb7dcf757b041890f072bbaa593b39512a"
  15 + "reference": "09998bf4d47195d5c4afa0ffd30e28921ce75f92"
16 16 },
17 17 "dist": {
18 18 "type": "zip",
19   - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1e211dcb7dcf757b041890f072bbaa593b39512a",
20   - "reference": "1e211dcb7dcf757b041890f072bbaa593b39512a",
  19 + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/09998bf4d47195d5c4afa0ffd30e28921ce75f92",
  20 + "reference": "09998bf4d47195d5c4afa0ffd30e28921ce75f92",
21 21 "shasum": ""
22 22 },
23 23 "require": {
... ... @@ -87,7 +87,74 @@
87 87 "s3",
88 88 "sdk"
89 89 ],
90   - "time": "2019-10-30T18:37:36+00:00"
  90 + "time": "2019-11-05T19:13:36+00:00"
  91 + },
  92 + {
  93 + "name": "aws/aws-sdk-php-laravel",
  94 + "version": "3.4.0",
  95 + "source": {
  96 + "type": "git",
  97 + "url": "https://github.com/aws/aws-sdk-php-laravel.git",
  98 + "reference": "90f72efd7ec85c1141b397079112f58e0ca0143b"
  99 + },
  100 + "dist": {
  101 + "type": "zip",
  102 + "url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/90f72efd7ec85c1141b397079112f58e0ca0143b",
  103 + "reference": "90f72efd7ec85c1141b397079112f58e0ca0143b",
  104 + "shasum": ""
  105 + },
  106 + "require": {
  107 + "aws/aws-sdk-php": "~3.0",
  108 + "illuminate/support": "~5.1|~6.0",
  109 + "php": ">=5.5.9"
  110 + },
  111 + "require-dev": {
  112 + "phpunit/phpunit": "~4.0|~5.0",
  113 + "vlucas/phpdotenv": "~2.0|~3.0"
  114 + },
  115 + "suggest": {
  116 + "laravel/framework": "To test the Laravel bindings",
  117 + "laravel/lumen-framework": "To test the Lumen bindings"
  118 + },
  119 + "type": "library",
  120 + "extra": {
  121 + "laravel": {
  122 + "providers": [
  123 + "Aws\\Laravel\\AwsServiceProvider"
  124 + ],
  125 + "aliases": {
  126 + "AWS": "Aws\\Laravel\\AwsFacade"
  127 + }
  128 + }
  129 + },
  130 + "autoload": {
  131 + "psr-4": {
  132 + "Aws\\Laravel\\": "src/"
  133 + }
  134 + },
  135 + "notification-url": "https://packagist.org/downloads/",
  136 + "license": [
  137 + "Apache-2.0"
  138 + ],
  139 + "authors": [
  140 + {
  141 + "name": "Amazon Web Services",
  142 + "homepage": "http://aws.amazon.com"
  143 + }
  144 + ],
  145 + "description": "A simple Laravel 5 service provider for including the AWS SDK for PHP.",
  146 + "homepage": "http://aws.amazon.com/sdkforphp2",
  147 + "keywords": [
  148 + "amazon",
  149 + "aws",
  150 + "dynamodb",
  151 + "ec2",
  152 + "laravel",
  153 + "laravel 5",
  154 + "s3",
  155 + "sdk"
  156 + ],
  157 + "time": "2019-09-09T21:00:25+00:00"
91 158 },
92 159 {
93 160 "name": "cocur/slugify",
... ... @@ -367,31 +434,30 @@
367 434 },
368 435 {
369 436 "name": "doctrine/dbal",
370   - "version": "v2.9.2",
  437 + "version": "v2.10.0",
371 438 "source": {
372 439 "type": "git",
373 440 "url": "https://github.com/doctrine/dbal.git",
374   - "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
  441 + "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934"
375 442 },
376 443 "dist": {
377 444 "type": "zip",
378   - "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
379   - "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  445 + "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
  446 + "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
380 447 "shasum": ""
381 448 },
382 449 "require": {
383 450 "doctrine/cache": "^1.0",
384 451 "doctrine/event-manager": "^1.0",
385 452 "ext-pdo": "*",
386   - "php": "^7.1"
  453 + "php": "^7.2"
387 454 },
388 455 "require-dev": {
389   - "doctrine/coding-standard": "^5.0",
390   - "jetbrains/phpstorm-stubs": "^2018.1.2",
391   - "phpstan/phpstan": "^0.10.1",
392   - "phpunit/phpunit": "^7.4",
393   - "symfony/console": "^2.0.5|^3.0|^4.0",
394   - "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
  456 + "doctrine/coding-standard": "^6.0",
  457 + "jetbrains/phpstorm-stubs": "^2019.1",
  458 + "phpstan/phpstan": "^0.11.3",
  459 + "phpunit/phpunit": "^8.4.1",
  460 + "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
395 461 },
396 462 "suggest": {
397 463 "symfony/console": "For helpful console commands such as SQL execution and import of files."
... ... @@ -402,7 +468,7 @@
402 468 "type": "library",
403 469 "extra": {
404 470 "branch-alias": {
405   - "dev-master": "2.9.x-dev",
  471 + "dev-master": "2.10.x-dev",
406 472 "dev-develop": "3.0.x-dev"
407 473 }
408 474 },
... ... @@ -417,6 +483,10 @@
417 483 ],
418 484 "authors": [
419 485 {
  486 + "name": "Guilherme Blanco",
  487 + "email": "guilhermeblanco@gmail.com"
  488 + },
  489 + {
420 490 "name": "Roman Borschel",
421 491 "email": "roman@code-factory.org"
422 492 },
... ... @@ -425,10 +495,6 @@
425 495 "email": "kontakt@beberlei.de"
426 496 },
427 497 {
428   - "name": "Guilherme Blanco",
429   - "email": "guilhermeblanco@gmail.com"
430   - },
431   - {
432 498 "name": "Jonathan Wage",
433 499 "email": "jonwage@gmail.com"
434 500 }
... ... @@ -438,14 +504,25 @@
438 504 "keywords": [
439 505 "abstraction",
440 506 "database",
  507 + "db2",
441 508 "dbal",
  509 + "mariadb",
  510 + "mssql",
442 511 "mysql",
443   - "persistence",
  512 + "oci8",
  513 + "oracle",
  514 + "pdo",
444 515 "pgsql",
445   - "php",
446   - "queryobject"
447   - ],
448   - "time": "2018-12-31T03:27:51+00:00"
  516 + "postgresql",
  517 + "queryobject",
  518 + "sasql",
  519 + "sql",
  520 + "sqlanywhere",
  521 + "sqlite",
  522 + "sqlserver",
  523 + "sqlsrv"
  524 + ],
  525 + "time": "2019-11-03T16:50:43+00:00"
449 526 },
450 527 {
451 528 "name": "doctrine/event-manager",
... ... @@ -2117,16 +2194,16 @@
2117 2194 },
2118 2195 {
2119 2196 "name": "nesbot/carbon",
2120   - "version": "2.25.3",
  2197 + "version": "2.26.0",
2121 2198 "source": {
2122 2199 "type": "git",
2123 2200 "url": "https://github.com/briannesbitt/Carbon.git",
2124   - "reference": "d07636581795383e2fea2d711212d30f941f2039"
  2201 + "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e"
2125 2202 },
2126 2203 "dist": {
2127 2204 "type": "zip",
2128   - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d07636581795383e2fea2d711212d30f941f2039",
2129   - "reference": "d07636581795383e2fea2d711212d30f941f2039",
  2205 + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e01ecc0b71168febb52ae1fdc1cfcc95428e604e",
  2206 + "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e",
2130 2207 "shasum": ""
2131 2208 },
2132 2209 "require": {
... ... @@ -2180,7 +2257,7 @@
2180 2257 "datetime",
2181 2258 "time"
2182 2259 ],
2183   - "time": "2019-10-20T11:05:44+00:00"
  2260 + "time": "2019-10-21T21:32:25+00:00"
2184 2261 },
2185 2262 {
2186 2263 "name": "nikic/php-parser",
... ... @@ -2435,16 +2512,16 @@
2435 2512 },
2436 2513 {
2437 2514 "name": "phpoption/phpoption",
2438   - "version": "1.5.0",
  2515 + "version": "1.5.1",
2439 2516 "source": {
2440 2517 "type": "git",
2441 2518 "url": "https://github.com/schmittjoh/php-option.git",
2442   - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
  2519 + "reference": "894e8f93890b79f29911cce497fe811fe9d931ba"
2443 2520 },
2444 2521 "dist": {
2445 2522 "type": "zip",
2446   - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2447   - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  2523 + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/894e8f93890b79f29911cce497fe811fe9d931ba",
  2524 + "reference": "894e8f93890b79f29911cce497fe811fe9d931ba",
2448 2525 "shasum": ""
2449 2526 },
2450 2527 "require": {
... ... @@ -2466,7 +2543,7 @@
2466 2543 },
2467 2544 "notification-url": "https://packagist.org/downloads/",
2468 2545 "license": [
2469   - "Apache2"
  2546 + "Apache-2.0"
2470 2547 ],
2471 2548 "authors": [
2472 2549 {
... ... @@ -2481,7 +2558,7 @@
2481 2558 "php",
2482 2559 "type"
2483 2560 ],
2484   - "time": "2015-07-25T16:39:46+00:00"
  2561 + "time": "2019-11-06T12:42:47+00:00"
2485 2562 },
2486 2563 {
2487 2564 "name": "predis/predis",
... ... @@ -2788,16 +2865,16 @@
2788 2865 },
2789 2866 {
2790 2867 "name": "psr/log",
2791   - "version": "1.1.1",
  2868 + "version": "1.1.2",
2792 2869 "source": {
2793 2870 "type": "git",
2794 2871 "url": "https://github.com/php-fig/log.git",
2795   - "reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2"
  2872 + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
2796 2873 },
2797 2874 "dist": {
2798 2875 "type": "zip",
2799   - "url": "https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
2800   - "reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
  2876 + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  2877 + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
2801 2878 "shasum": ""
2802 2879 },
2803 2880 "require": {
... ... @@ -2831,7 +2908,7 @@
2831 2908 "psr",
2832 2909 "psr-3"
2833 2910 ],
2834   - "time": "2019-10-25T08:06:51+00:00"
  2911 + "time": "2019-11-01T11:05:21+00:00"
2835 2912 },
2836 2913 {
2837 2914 "name": "psr/simple-cache",
... ... @@ -3191,16 +3268,16 @@
3191 3268 },
3192 3269 {
3193 3270 "name": "symfony/console",
3194   - "version": "v4.3.5",
  3271 + "version": "v4.3.6",
3195 3272 "source": {
3196 3273 "type": "git",
3197 3274 "url": "https://github.com/symfony/console.git",
3198   - "reference": "929ddf360d401b958f611d44e726094ab46a7369"
  3275 + "reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78"
3199 3276 },
3200 3277 "dist": {
3201 3278 "type": "zip",
3202   - "url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369",
3203   - "reference": "929ddf360d401b958f611d44e726094ab46a7369",
  3279 + "url": "https://api.github.com/repos/symfony/console/zipball/136c4bd62ea871d00843d1bc0316de4c4a84bb78",
  3280 + "reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78",
3204 3281 "shasum": ""
3205 3282 },
3206 3283 "require": {
... ... @@ -3262,11 +3339,11 @@
3262 3339 ],
3263 3340 "description": "Symfony Console Component",
3264 3341 "homepage": "https://symfony.com",
3265   - "time": "2019-10-07T12:36:49+00:00"
  3342 + "time": "2019-10-30T12:58:49+00:00"
3266 3343 },
3267 3344 {
3268 3345 "name": "symfony/css-selector",
3269   - "version": "v4.3.5",
  3346 + "version": "v4.3.6",
3270 3347 "source": {
3271 3348 "type": "git",
3272 3349 "url": "https://github.com/symfony/css-selector.git",
... ... @@ -3319,16 +3396,16 @@
3319 3396 },
3320 3397 {
3321 3398 "name": "symfony/debug",
3322   - "version": "v4.3.5",
  3399 + "version": "v4.3.6",
3323 3400 "source": {
3324 3401 "type": "git",
3325 3402 "url": "https://github.com/symfony/debug.git",
3326   - "reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe"
  3403 + "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2"
3327 3404 },
3328 3405 "dist": {
3329 3406 "type": "zip",
3330   - "url": "https://api.github.com/repos/symfony/debug/zipball/cc5c1efd0edfcfd10b354750594a46b3dd2afbbe",
3331   - "reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe",
  3407 + "url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
  3408 + "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
3332 3409 "shasum": ""
3333 3410 },
3334 3411 "require": {
... ... @@ -3371,11 +3448,11 @@
3371 3448 ],
3372 3449 "description": "Symfony Debug Component",
3373 3450 "homepage": "https://symfony.com",
3374   - "time": "2019-09-19T15:51:53+00:00"
  3451 + "time": "2019-10-28T17:07:32+00:00"
3375 3452 },
3376 3453 {
3377 3454 "name": "symfony/event-dispatcher",
3378   - "version": "v4.3.5",
  3455 + "version": "v4.3.6",
3379 3456 "source": {
3380 3457 "type": "git",
3381 3458 "url": "https://github.com/symfony/event-dispatcher.git",
... ... @@ -3503,16 +3580,16 @@
3503 3580 },
3504 3581 {
3505 3582 "name": "symfony/finder",
3506   - "version": "v4.3.5",
  3583 + "version": "v4.3.6",
3507 3584 "source": {
3508 3585 "type": "git",
3509 3586 "url": "https://github.com/symfony/finder.git",
3510   - "reference": "5e575faa95548d0586f6bedaeabec259714e44d1"
  3587 + "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f"
3511 3588 },
3512 3589 "dist": {
3513 3590 "type": "zip",
3514   - "url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1",
3515   - "reference": "5e575faa95548d0586f6bedaeabec259714e44d1",
  3591 + "url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f",
  3592 + "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f",
3516 3593 "shasum": ""
3517 3594 },
3518 3595 "require": {
... ... @@ -3548,20 +3625,20 @@
3548 3625 ],
3549 3626 "description": "Symfony Finder Component",
3550 3627 "homepage": "https://symfony.com",
3551   - "time": "2019-09-16T11:29:48+00:00"
  3628 + "time": "2019-10-30T12:53:54+00:00"
3552 3629 },
3553 3630 {
3554 3631 "name": "symfony/http-foundation",
3555   - "version": "v4.3.5",
  3632 + "version": "v4.3.6",
3556 3633 "source": {
3557 3634 "type": "git",
3558 3635 "url": "https://github.com/symfony/http-foundation.git",
3559   - "reference": "76590ced16d4674780863471bae10452b79210a5"
  3636 + "reference": "38f63e471cda9d37ac06e76d14c5ea2ec5887051"
3560 3637 },
3561 3638 "dist": {
3562 3639 "type": "zip",
3563   - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/76590ced16d4674780863471bae10452b79210a5",
3564   - "reference": "76590ced16d4674780863471bae10452b79210a5",
  3640 + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/38f63e471cda9d37ac06e76d14c5ea2ec5887051",
  3641 + "reference": "38f63e471cda9d37ac06e76d14c5ea2ec5887051",
3565 3642 "shasum": ""
3566 3643 },
3567 3644 "require": {
... ... @@ -3603,20 +3680,20 @@
3603 3680 ],
3604 3681 "description": "Symfony HttpFoundation Component",
3605 3682 "homepage": "https://symfony.com",
3606   - "time": "2019-10-04T19:48:13+00:00"
  3683 + "time": "2019-10-30T12:58:49+00:00"
3607 3684 },
3608 3685 {
3609 3686 "name": "symfony/http-kernel",
3610   - "version": "v4.3.5",
  3687 + "version": "v4.3.6",
3611 3688 "source": {
3612 3689 "type": "git",
3613 3690 "url": "https://github.com/symfony/http-kernel.git",
3614   - "reference": "5f08141850932e8019c01d8988bf3ed6367d2991"
  3691 + "reference": "56acfda9e734e8715b3b0e6859cdb4f5b28757bf"
3615 3692 },
3616 3693 "dist": {
3617 3694 "type": "zip",
3618   - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5f08141850932e8019c01d8988bf3ed6367d2991",
3619   - "reference": "5f08141850932e8019c01d8988bf3ed6367d2991",
  3695 + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/56acfda9e734e8715b3b0e6859cdb4f5b28757bf",
  3696 + "reference": "56acfda9e734e8715b3b0e6859cdb4f5b28757bf",
3620 3697 "shasum": ""
3621 3698 },
3622 3699 "require": {
... ... @@ -3695,20 +3772,20 @@
3695 3772 ],
3696 3773 "description": "Symfony HttpKernel Component",
3697 3774 "homepage": "https://symfony.com",
3698   - "time": "2019-10-07T15:06:41+00:00"
  3775 + "time": "2019-11-01T10:00:03+00:00"
3699 3776 },
3700 3777 {
3701 3778 "name": "symfony/mime",
3702   - "version": "v4.3.5",
  3779 + "version": "v4.3.6",
3703 3780 "source": {
3704 3781 "type": "git",
3705 3782 "url": "https://github.com/symfony/mime.git",
3706   - "reference": "32f71570547b91879fdbd9cf50317d556ae86916"
  3783 + "reference": "3c0e197529da6e59b217615ba8ee7604df88b551"
3707 3784 },
3708 3785 "dist": {
3709 3786 "type": "zip",
3710   - "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916",
3711   - "reference": "32f71570547b91879fdbd9cf50317d556ae86916",
  3787 + "url": "https://api.github.com/repos/symfony/mime/zipball/3c0e197529da6e59b217615ba8ee7604df88b551",
  3788 + "reference": "3c0e197529da6e59b217615ba8ee7604df88b551",
3712 3789 "shasum": ""
3713 3790 },
3714 3791 "require": {
... ... @@ -3754,7 +3831,7 @@
3754 3831 "mime",
3755 3832 "mime-type"
3756 3833 ],
3757   - "time": "2019-09-19T17:00:15+00:00"
  3834 + "time": "2019-10-30T12:58:49+00:00"
3758 3835 },
3759 3836 {
3760 3837 "name": "symfony/polyfill-ctype",
... ... @@ -4109,16 +4186,16 @@
4109 4186 },
4110 4187 {
4111 4188 "name": "symfony/process",
4112   - "version": "v4.3.5",
  4189 + "version": "v4.3.6",
4113 4190 "source": {
4114 4191 "type": "git",
4115 4192 "url": "https://github.com/symfony/process.git",
4116   - "reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b"
  4193 + "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0"
4117 4194 },
4118 4195 "dist": {
4119 4196 "type": "zip",
4120   - "url": "https://api.github.com/repos/symfony/process/zipball/50556892f3cc47d4200bfd1075314139c4c9ff4b",
4121   - "reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b",
  4197 + "url": "https://api.github.com/repos/symfony/process/zipball/3b2e0cb029afbb0395034509291f21191d1a4db0",
  4198 + "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0",
4122 4199 "shasum": ""
4123 4200 },
4124 4201 "require": {
... ... @@ -4154,20 +4231,20 @@
4154 4231 ],
4155 4232 "description": "Symfony Process Component",
4156 4233 "homepage": "https://symfony.com",
4157   - "time": "2019-09-26T21:17:10+00:00"
  4234 + "time": "2019-10-28T17:07:32+00:00"
4158 4235 },
4159 4236 {
4160 4237 "name": "symfony/routing",
4161   - "version": "v4.3.5",
  4238 + "version": "v4.3.6",
4162 4239 "source": {
4163 4240 "type": "git",
4164 4241 "url": "https://github.com/symfony/routing.git",
4165   - "reference": "3b174ef04fe66696524efad1e5f7a6c663d822ea"
  4242 + "reference": "63a9920cc86fcc745e5ea254e362f02b615290b9"
4166 4243 },
4167 4244 "dist": {
4168 4245 "type": "zip",
4169   - "url": "https://api.github.com/repos/symfony/routing/zipball/3b174ef04fe66696524efad1e5f7a6c663d822ea",
4170   - "reference": "3b174ef04fe66696524efad1e5f7a6c663d822ea",
  4246 + "url": "https://api.github.com/repos/symfony/routing/zipball/63a9920cc86fcc745e5ea254e362f02b615290b9",
  4247 + "reference": "63a9920cc86fcc745e5ea254e362f02b615290b9",
4171 4248 "shasum": ""
4172 4249 },
4173 4250 "require": {
... ... @@ -4230,7 +4307,7 @@
4230 4307 "uri",
4231 4308 "url"
4232 4309 ],
4233   - "time": "2019-10-04T20:57:10+00:00"
  4310 + "time": "2019-10-30T12:58:49+00:00"
4234 4311 },
4235 4312 {
4236 4313 "name": "symfony/service-contracts",
... ... @@ -4292,16 +4369,16 @@
4292 4369 },
4293 4370 {
4294 4371 "name": "symfony/translation",
4295   - "version": "v4.3.5",
  4372 + "version": "v4.3.6",
4296 4373 "source": {
4297 4374 "type": "git",
4298 4375 "url": "https://github.com/symfony/translation.git",
4299   - "reference": "fe6193b066c457c144333c06aaa869a2d42a167f"
  4376 + "reference": "a3aa590ce944afb3434d7a55f81b00927144d5ec"
4300 4377 },
4301 4378 "dist": {
4302 4379 "type": "zip",
4303   - "url": "https://api.github.com/repos/symfony/translation/zipball/fe6193b066c457c144333c06aaa869a2d42a167f",
4304   - "reference": "fe6193b066c457c144333c06aaa869a2d42a167f",
  4380 + "url": "https://api.github.com/repos/symfony/translation/zipball/a3aa590ce944afb3434d7a55f81b00927144d5ec",
  4381 + "reference": "a3aa590ce944afb3434d7a55f81b00927144d5ec",
4305 4382 "shasum": ""
4306 4383 },
4307 4384 "require": {
... ... @@ -4364,7 +4441,7 @@
4364 4441 ],
4365 4442 "description": "Symfony Translation Component",
4366 4443 "homepage": "https://symfony.com",
4367   - "time": "2019-09-27T14:37:39+00:00"
  4444 + "time": "2019-10-30T12:53:54+00:00"
4368 4445 },
4369 4446 {
4370 4447 "name": "symfony/translation-contracts",
... ... @@ -4425,16 +4502,16 @@
4425 4502 },
4426 4503 {
4427 4504 "name": "symfony/var-dumper",
4428   - "version": "v4.3.5",
  4505 + "version": "v4.3.6",
4429 4506 "source": {
4430 4507 "type": "git",
4431 4508 "url": "https://github.com/symfony/var-dumper.git",
4432   - "reference": "bde8957fc415fdc6964f33916a3755737744ff05"
  4509 + "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf"
4433 4510 },
4434 4511 "dist": {
4435 4512 "type": "zip",
4436   - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05",
4437   - "reference": "bde8957fc415fdc6964f33916a3755737744ff05",
  4513 + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf",
  4514 + "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf",
4438 4515 "shasum": ""
4439 4516 },
4440 4517 "require": {
... ... @@ -4497,7 +4574,7 @@
4497 4574 "debug",
4498 4575 "dump"
4499 4576 ],
4500   - "time": "2019-10-04T19:48:13+00:00"
  4577 + "time": "2019-10-13T12:02:04+00:00"
4501 4578 },
4502 4579 {
4503 4580 "name": "tijsverkoyen/css-to-inline-styles",
... ... @@ -5127,16 +5204,16 @@
5127 5204 },
5128 5205 {
5129 5206 "name": "friendsofphp/php-cs-fixer",
5130   - "version": "v2.15.3",
  5207 + "version": "v2.16.0",
5131 5208 "source": {
5132 5209 "type": "git",
5133 5210 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
5134   - "reference": "705490b0f282f21017d73561e9498d2b622ee34c"
  5211 + "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d"
5135 5212 },
5136 5213 "dist": {
5137 5214 "type": "zip",
5138   - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c",
5139   - "reference": "705490b0f282f21017d73561e9498d2b622ee34c",
  5215 + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ceaff36bee1ed3f1bbbedca36d2528c0826c336d",
  5216 + "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d",
5140 5217 "shasum": ""
5141 5218 },
5142 5219 "require": {
... ... @@ -5212,7 +5289,7 @@
5212 5289 }
5213 5290 ],
5214 5291 "description": "A tool to automatically fix PHP code style",
5215   - "time": "2019-08-31T12:51:54+00:00"
  5292 + "time": "2019-11-03T13:31:09+00:00"
5216 5293 },
5217 5294 {
5218 5295 "name": "fzaninotto/faker",
... ... @@ -6997,7 +7074,7 @@
6997 7074 },
6998 7075 {
6999 7076 "name": "symfony/filesystem",
7000   - "version": "v4.3.5",
  7077 + "version": "v4.3.6",
7001 7078 "source": {
7002 7079 "type": "git",
7003 7080 "url": "https://github.com/symfony/filesystem.git",
... ... @@ -7047,16 +7124,16 @@
7047 7124 },
7048 7125 {
7049 7126 "name": "symfony/options-resolver",
7050   - "version": "v4.3.5",
  7127 + "version": "v4.3.6",
7051 7128 "source": {
7052 7129 "type": "git",
7053 7130 "url": "https://github.com/symfony/options-resolver.git",
7054   - "reference": "81c2e120522a42f623233968244baebd6b36cb6a"
  7131 + "reference": "f46c7fc8e207bd8a2188f54f8738f232533765a4"
7055 7132 },
7056 7133 "dist": {
7057 7134 "type": "zip",
7058   - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/81c2e120522a42f623233968244baebd6b36cb6a",
7059   - "reference": "81c2e120522a42f623233968244baebd6b36cb6a",
  7135 + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f46c7fc8e207bd8a2188f54f8738f232533765a4",
  7136 + "reference": "f46c7fc8e207bd8a2188f54f8738f232533765a4",
7060 7137 "shasum": ""
7061 7138 },
7062 7139 "require": {
... ... @@ -7097,7 +7174,7 @@
7097 7174 "configuration",
7098 7175 "options"
7099 7176 ],
7100   - "time": "2019-08-08T09:29:19+00:00"
  7177 + "time": "2019-10-28T20:59:01+00:00"
7101 7178 },
7102 7179 {
7103 7180 "name": "symfony/polyfill-php70",
... ... @@ -7160,7 +7237,7 @@
7160 7237 },
7161 7238 {
7162 7239 "name": "symfony/stopwatch",
7163   - "version": "v4.3.5",
  7240 + "version": "v4.3.6",
7164 7241 "source": {
7165 7242 "type": "git",
7166 7243 "url": "https://github.com/symfony/stopwatch.git",
... ...