dependabot-composer 0.111.42 → 0.111.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/helpers/composer.lock +91 -42
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 00be08aaf2672f0f60a274b8ea9f0a1f6f378c54ca0571c6742fe23ed39bc790
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 92ac1451c5921473ac1e497ab0dafb8101c2cdef73b78087aff8ae6d31b75879
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 9af9dba79737155925e17508887a028888207b78c61280be58414cf20fd22a561b0555fa850ee5ace05f158204004e3a58bde713908e3d0c4211c7faa54a226b
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: bca3347f543040e5a8e43f563ee6311d23f9078a90dd6d2a14e35ff9fd4429392fe8c91bf9cf26f6a1158c197a28f1fd96ecfd9d6b75b74e8eccd95c0fffec06
         
     | 
    
        data/helpers/composer.lock
    CHANGED
    
    | 
         @@ -8,25 +8,25 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
                "packages": [
         
     | 
| 
       9 
9 
     | 
    
         
             
                    {
         
     | 
| 
       10 
10 
     | 
    
         
             
                        "name": "composer/ca-bundle",
         
     | 
| 
       11 
     | 
    
         
            -
                        "version": "1. 
     | 
| 
      
 11 
     | 
    
         
            +
                        "version": "1.2.3",
         
     | 
| 
       12 
12 
     | 
    
         
             
                        "source": {
         
     | 
| 
       13 
13 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       14 
14 
     | 
    
         
             
                            "url": "https://github.com/composer/ca-bundle.git",
         
     | 
| 
       15 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 15 
     | 
    
         
            +
                            "reference": "f26a67e397be0e5c00d7c52ec7b5010098e15ce5"
         
     | 
| 
       16 
16 
     | 
    
         
             
                        },
         
     | 
| 
       17 
17 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       18 
18 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       19 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/ 
     | 
| 
       20 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 19 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/f26a67e397be0e5c00d7c52ec7b5010098e15ce5",
         
     | 
| 
      
 20 
     | 
    
         
            +
                            "reference": "f26a67e397be0e5c00d7c52ec7b5010098e15ce5",
         
     | 
| 
       21 
21 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       22 
22 
     | 
    
         
             
                        },
         
     | 
| 
       23 
23 
     | 
    
         
             
                        "require": {
         
     | 
| 
       24 
24 
     | 
    
         
             
                            "ext-openssl": "*",
         
     | 
| 
       25 
25 
     | 
    
         
             
                            "ext-pcre": "*",
         
     | 
| 
       26 
     | 
    
         
            -
                            "php": "^5.3.2 || ^7.0"
         
     | 
| 
      
 26 
     | 
    
         
            +
                            "php": "^5.3.2 || ^7.0 || ^8.0"
         
     | 
| 
       27 
27 
     | 
    
         
             
                        },
         
     | 
| 
       28 
28 
     | 
    
         
             
                        "require-dev": {
         
     | 
| 
       29 
     | 
    
         
            -
                            "phpunit/phpunit": "^4.8.35 || ^5.7 ||  
     | 
| 
      
 29 
     | 
    
         
            +
                            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
         
     | 
| 
       30 
30 
     | 
    
         
             
                            "psr/log": "^1.0",
         
     | 
| 
       31 
31 
     | 
    
         
             
                            "symfony/process": "^2.5 || ^3.0 || ^4.0"
         
     | 
| 
       32 
32 
     | 
    
         
             
                        },
         
     | 
| 
         @@ -60,20 +60,20 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                            "ssl",
         
     | 
| 
       61 
61 
     | 
    
         
             
                            "tls"
         
     | 
| 
       62 
62 
     | 
    
         
             
                        ],
         
     | 
| 
       63 
     | 
    
         
            -
                        "time": "2019- 
     | 
| 
      
 63 
     | 
    
         
            +
                        "time": "2019-08-02T09:05:43+00:00"
         
     | 
| 
       64 
64 
     | 
    
         
             
                    },
         
     | 
| 
       65 
65 
     | 
    
         
             
                    {
         
     | 
| 
       66 
66 
     | 
    
         
             
                        "name": "composer/composer",
         
     | 
| 
       67 
     | 
    
         
            -
                        "version": "1. 
     | 
| 
      
 67 
     | 
    
         
            +
                        "version": "1.9.0",
         
     | 
| 
       68 
68 
     | 
    
         
             
                        "source": {
         
     | 
| 
       69 
69 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       70 
70 
     | 
    
         
             
                            "url": "https://github.com/composer/composer.git",
         
     | 
| 
       71 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 71 
     | 
    
         
            +
                            "reference": "314aa57fdcfc942065996f59fb73a8b3f74f3fa5"
         
     | 
| 
       72 
72 
     | 
    
         
             
                        },
         
     | 
| 
       73 
73 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       74 
74 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       75 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/composer/composer/zipball/ 
     | 
| 
       76 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 75 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/composer/composer/zipball/314aa57fdcfc942065996f59fb73a8b3f74f3fa5",
         
     | 
| 
      
 76 
     | 
    
         
            +
                            "reference": "314aa57fdcfc942065996f59fb73a8b3f74f3fa5",
         
     | 
| 
       77 
77 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       78 
78 
     | 
    
         
             
                        },
         
     | 
| 
       79 
79 
     | 
    
         
             
                        "require": {
         
     | 
| 
         @@ -109,7 +109,7 @@ 
     | 
|
| 
       109 
109 
     | 
    
         
             
                        "type": "library",
         
     | 
| 
       110 
110 
     | 
    
         
             
                        "extra": {
         
     | 
| 
       111 
111 
     | 
    
         
             
                            "branch-alias": {
         
     | 
| 
       112 
     | 
    
         
            -
                                "dev-master": "1. 
     | 
| 
      
 112 
     | 
    
         
            +
                                "dev-master": "1.9-dev"
         
     | 
| 
       113 
113 
     | 
    
         
             
                            }
         
     | 
| 
       114 
114 
     | 
    
         
             
                        },
         
     | 
| 
       115 
115 
     | 
    
         
             
                        "autoload": {
         
     | 
| 
         @@ -133,14 +133,14 @@ 
     | 
|
| 
       133 
133 
     | 
    
         
             
                                "homepage": "http://seld.be"
         
     | 
| 
       134 
134 
     | 
    
         
             
                            }
         
     | 
| 
       135 
135 
     | 
    
         
             
                        ],
         
     | 
| 
       136 
     | 
    
         
            -
                        "description": "Composer helps you declare, manage and install dependencies of PHP projects 
     | 
| 
      
 136 
     | 
    
         
            +
                        "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
         
     | 
| 
       137 
137 
     | 
    
         
             
                        "homepage": "https://getcomposer.org/",
         
     | 
| 
       138 
138 
     | 
    
         
             
                        "keywords": [
         
     | 
| 
       139 
139 
     | 
    
         
             
                            "autoload",
         
     | 
| 
       140 
140 
     | 
    
         
             
                            "dependency",
         
     | 
| 
       141 
141 
     | 
    
         
             
                            "package"
         
     | 
| 
       142 
142 
     | 
    
         
             
                        ],
         
     | 
| 
       143 
     | 
    
         
            -
                        "time": "2019- 
     | 
| 
      
 143 
     | 
    
         
            +
                        "time": "2019-08-02T18:55:33+00:00"
         
     | 
| 
       144 
144 
     | 
    
         
             
                    },
         
     | 
| 
       145 
145 
     | 
    
         
             
                    {
         
     | 
| 
       146 
146 
     | 
    
         
             
                        "name": "composer/semver",
         
     | 
| 
         @@ -206,16 +206,16 @@ 
     | 
|
| 
       206 
206 
     | 
    
         
             
                    },
         
     | 
| 
       207 
207 
     | 
    
         
             
                    {
         
     | 
| 
       208 
208 
     | 
    
         
             
                        "name": "composer/spdx-licenses",
         
     | 
| 
       209 
     | 
    
         
            -
                        "version": "1.5. 
     | 
| 
      
 209 
     | 
    
         
            +
                        "version": "1.5.2",
         
     | 
| 
       210 
210 
     | 
    
         
             
                        "source": {
         
     | 
| 
       211 
211 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       212 
212 
     | 
    
         
             
                            "url": "https://github.com/composer/spdx-licenses.git",
         
     | 
| 
       213 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 213 
     | 
    
         
            +
                            "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
         
     | 
| 
       214 
214 
     | 
    
         
             
                        },
         
     | 
| 
       215 
215 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       216 
216 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       217 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/ 
     | 
| 
       218 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 217 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
         
     | 
| 
      
 218 
     | 
    
         
            +
                            "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
         
     | 
| 
       219 
219 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       220 
220 
     | 
    
         
             
                        },
         
     | 
| 
       221 
221 
     | 
    
         
             
                        "require": {
         
     | 
| 
         @@ -262,7 +262,7 @@ 
     | 
|
| 
       262 
262 
     | 
    
         
             
                            "spdx",
         
     | 
| 
       263 
263 
     | 
    
         
             
                            "validator"
         
     | 
| 
       264 
264 
     | 
    
         
             
                        ],
         
     | 
| 
       265 
     | 
    
         
            -
                        "time": "2019- 
     | 
| 
      
 265 
     | 
    
         
            +
                        "time": "2019-07-29T10:31:59+00:00"
         
     | 
| 
       266 
266 
     | 
    
         
             
                    },
         
     | 
| 
       267 
267 
     | 
    
         
             
                    {
         
     | 
| 
       268 
268 
     | 
    
         
             
                        "name": "composer/xdebug-handler",
         
     | 
| 
         @@ -374,6 +374,55 @@ 
     | 
|
| 
       374 
374 
     | 
    
         
             
                        ],
         
     | 
| 
       375 
375 
     | 
    
         
             
                        "time": "2019-01-14T23:55:14+00:00"
         
     | 
| 
       376 
376 
     | 
    
         
             
                    },
         
     | 
| 
      
 377 
     | 
    
         
            +
                    {
         
     | 
| 
      
 378 
     | 
    
         
            +
                        "name": "psr/container",
         
     | 
| 
      
 379 
     | 
    
         
            +
                        "version": "1.0.0",
         
     | 
| 
      
 380 
     | 
    
         
            +
                        "source": {
         
     | 
| 
      
 381 
     | 
    
         
            +
                            "type": "git",
         
     | 
| 
      
 382 
     | 
    
         
            +
                            "url": "https://github.com/php-fig/container.git",
         
     | 
| 
      
 383 
     | 
    
         
            +
                            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
         
     | 
| 
      
 384 
     | 
    
         
            +
                        },
         
     | 
| 
      
 385 
     | 
    
         
            +
                        "dist": {
         
     | 
| 
      
 386 
     | 
    
         
            +
                            "type": "zip",
         
     | 
| 
      
 387 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
         
     | 
| 
      
 388 
     | 
    
         
            +
                            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
         
     | 
| 
      
 389 
     | 
    
         
            +
                            "shasum": ""
         
     | 
| 
      
 390 
     | 
    
         
            +
                        },
         
     | 
| 
      
 391 
     | 
    
         
            +
                        "require": {
         
     | 
| 
      
 392 
     | 
    
         
            +
                            "php": ">=5.3.0"
         
     | 
| 
      
 393 
     | 
    
         
            +
                        },
         
     | 
| 
      
 394 
     | 
    
         
            +
                        "type": "library",
         
     | 
| 
      
 395 
     | 
    
         
            +
                        "extra": {
         
     | 
| 
      
 396 
     | 
    
         
            +
                            "branch-alias": {
         
     | 
| 
      
 397 
     | 
    
         
            +
                                "dev-master": "1.0.x-dev"
         
     | 
| 
      
 398 
     | 
    
         
            +
                            }
         
     | 
| 
      
 399 
     | 
    
         
            +
                        },
         
     | 
| 
      
 400 
     | 
    
         
            +
                        "autoload": {
         
     | 
| 
      
 401 
     | 
    
         
            +
                            "psr-4": {
         
     | 
| 
      
 402 
     | 
    
         
            +
                                "Psr\\Container\\": "src/"
         
     | 
| 
      
 403 
     | 
    
         
            +
                            }
         
     | 
| 
      
 404 
     | 
    
         
            +
                        },
         
     | 
| 
      
 405 
     | 
    
         
            +
                        "notification-url": "https://packagist.org/downloads/",
         
     | 
| 
      
 406 
     | 
    
         
            +
                        "license": [
         
     | 
| 
      
 407 
     | 
    
         
            +
                            "MIT"
         
     | 
| 
      
 408 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 409 
     | 
    
         
            +
                        "authors": [
         
     | 
| 
      
 410 
     | 
    
         
            +
                            {
         
     | 
| 
      
 411 
     | 
    
         
            +
                                "name": "PHP-FIG",
         
     | 
| 
      
 412 
     | 
    
         
            +
                                "homepage": "http://www.php-fig.org/"
         
     | 
| 
      
 413 
     | 
    
         
            +
                            }
         
     | 
| 
      
 414 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 415 
     | 
    
         
            +
                        "description": "Common Container Interface (PHP FIG PSR-11)",
         
     | 
| 
      
 416 
     | 
    
         
            +
                        "homepage": "https://github.com/php-fig/container",
         
     | 
| 
      
 417 
     | 
    
         
            +
                        "keywords": [
         
     | 
| 
      
 418 
     | 
    
         
            +
                            "PSR-11",
         
     | 
| 
      
 419 
     | 
    
         
            +
                            "container",
         
     | 
| 
      
 420 
     | 
    
         
            +
                            "container-interface",
         
     | 
| 
      
 421 
     | 
    
         
            +
                            "container-interop",
         
     | 
| 
      
 422 
     | 
    
         
            +
                            "psr"
         
     | 
| 
      
 423 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 424 
     | 
    
         
            +
                        "time": "2017-02-14T16:28:37+00:00"
         
     | 
| 
      
 425 
     | 
    
         
            +
                    },
         
     | 
| 
       377 
426 
     | 
    
         
             
                    {
         
     | 
| 
       378 
427 
     | 
    
         
             
                        "name": "psr/log",
         
     | 
| 
       379 
428 
     | 
    
         
             
                        "version": "1.1.0",
         
     | 
| 
         @@ -516,16 +565,16 @@ 
     | 
|
| 
       516 
565 
     | 
    
         
             
                    },
         
     | 
| 
       517 
566 
     | 
    
         
             
                    {
         
     | 
| 
       518 
567 
     | 
    
         
             
                        "name": "symfony/console",
         
     | 
| 
       519 
     | 
    
         
            -
                        "version": "v4.3. 
     | 
| 
      
 568 
     | 
    
         
            +
                        "version": "v4.3.3",
         
     | 
| 
       520 
569 
     | 
    
         
             
                        "source": {
         
     | 
| 
       521 
570 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       522 
571 
     | 
    
         
             
                            "url": "https://github.com/symfony/console.git",
         
     | 
| 
       523 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 572 
     | 
    
         
            +
                            "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9"
         
     | 
| 
       524 
573 
     | 
    
         
             
                        },
         
     | 
| 
       525 
574 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       526 
575 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       527 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/symfony/console/zipball/ 
     | 
| 
       528 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 576 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/symfony/console/zipball/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
         
     | 
| 
      
 577 
     | 
    
         
            +
                            "reference": "8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9",
         
     | 
| 
       529 
578 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       530 
579 
     | 
    
         
             
                        },
         
     | 
| 
       531 
580 
     | 
    
         
             
                        "require": {
         
     | 
| 
         @@ -587,20 +636,20 @@ 
     | 
|
| 
       587 
636 
     | 
    
         
             
                        ],
         
     | 
| 
       588 
637 
     | 
    
         
             
                        "description": "Symfony Console Component",
         
     | 
| 
       589 
638 
     | 
    
         
             
                        "homepage": "https://symfony.com",
         
     | 
| 
       590 
     | 
    
         
            -
                        "time": "2019- 
     | 
| 
      
 639 
     | 
    
         
            +
                        "time": "2019-07-24T17:13:59+00:00"
         
     | 
| 
       591 
640 
     | 
    
         
             
                    },
         
     | 
| 
       592 
641 
     | 
    
         
             
                    {
         
     | 
| 
       593 
642 
     | 
    
         
             
                        "name": "symfony/filesystem",
         
     | 
| 
       594 
     | 
    
         
            -
                        "version": "v4.3. 
     | 
| 
      
 643 
     | 
    
         
            +
                        "version": "v4.3.3",
         
     | 
| 
       595 
644 
     | 
    
         
             
                        "source": {
         
     | 
| 
       596 
645 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       597 
646 
     | 
    
         
             
                            "url": "https://github.com/symfony/filesystem.git",
         
     | 
| 
       598 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 647 
     | 
    
         
            +
                            "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d"
         
     | 
| 
       599 
648 
     | 
    
         
             
                        },
         
     | 
| 
       600 
649 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       601 
650 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       602 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/symfony/filesystem/zipball/ 
     | 
| 
       603 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 651 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/symfony/filesystem/zipball/b9896d034463ad6fd2bf17e2bf9418caecd6313d",
         
     | 
| 
      
 652 
     | 
    
         
            +
                            "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d",
         
     | 
| 
       604 
653 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       605 
654 
     | 
    
         
             
                        },
         
     | 
| 
       606 
655 
     | 
    
         
             
                        "require": {
         
     | 
| 
         @@ -637,20 +686,20 @@ 
     | 
|
| 
       637 
686 
     | 
    
         
             
                        ],
         
     | 
| 
       638 
687 
     | 
    
         
             
                        "description": "Symfony Filesystem Component",
         
     | 
| 
       639 
688 
     | 
    
         
             
                        "homepage": "https://symfony.com",
         
     | 
| 
       640 
     | 
    
         
            -
                        "time": "2019-06- 
     | 
| 
      
 689 
     | 
    
         
            +
                        "time": "2019-06-23T08:51:25+00:00"
         
     | 
| 
       641 
690 
     | 
    
         
             
                    },
         
     | 
| 
       642 
691 
     | 
    
         
             
                    {
         
     | 
| 
       643 
692 
     | 
    
         
             
                        "name": "symfony/finder",
         
     | 
| 
       644 
     | 
    
         
            -
                        "version": "v4.3. 
     | 
| 
      
 693 
     | 
    
         
            +
                        "version": "v4.3.3",
         
     | 
| 
       645 
694 
     | 
    
         
             
                        "source": {
         
     | 
| 
       646 
695 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       647 
696 
     | 
    
         
             
                            "url": "https://github.com/symfony/finder.git",
         
     | 
| 
       648 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 697 
     | 
    
         
            +
                            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
         
     | 
| 
       649 
698 
     | 
    
         
             
                        },
         
     | 
| 
       650 
699 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       651 
700 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       652 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/symfony/finder/zipball/ 
     | 
| 
       653 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 701 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
         
     | 
| 
      
 702 
     | 
    
         
            +
                            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
         
     | 
| 
       654 
703 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       655 
704 
     | 
    
         
             
                        },
         
     | 
| 
       656 
705 
     | 
    
         
             
                        "require": {
         
     | 
| 
         @@ -686,7 +735,7 @@ 
     | 
|
| 
       686 
735 
     | 
    
         
             
                        ],
         
     | 
| 
       687 
736 
     | 
    
         
             
                        "description": "Symfony Finder Component",
         
     | 
| 
       688 
737 
     | 
    
         
             
                        "homepage": "https://symfony.com",
         
     | 
| 
       689 
     | 
    
         
            -
                        "time": "2019- 
     | 
| 
      
 738 
     | 
    
         
            +
                        "time": "2019-06-28T13:16:30+00:00"
         
     | 
| 
       690 
739 
     | 
    
         
             
                    },
         
     | 
| 
       691 
740 
     | 
    
         
             
                    {
         
     | 
| 
       692 
741 
     | 
    
         
             
                        "name": "symfony/polyfill-ctype",
         
     | 
| 
         @@ -865,7 +914,7 @@ 
     | 
|
| 
       865 
914 
     | 
    
         
             
                    },
         
     | 
| 
       866 
915 
     | 
    
         
             
                    {
         
     | 
| 
       867 
916 
     | 
    
         
             
                        "name": "symfony/process",
         
     | 
| 
       868 
     | 
    
         
            -
                        "version": "v4.3. 
     | 
| 
      
 917 
     | 
    
         
            +
                        "version": "v4.3.3",
         
     | 
| 
       869 
918 
     | 
    
         
             
                        "source": {
         
     | 
| 
       870 
919 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       871 
920 
     | 
    
         
             
                            "url": "https://github.com/symfony/process.git",
         
     | 
| 
         @@ -914,23 +963,23 @@ 
     | 
|
| 
       914 
963 
     | 
    
         
             
                    },
         
     | 
| 
       915 
964 
     | 
    
         
             
                    {
         
     | 
| 
       916 
965 
     | 
    
         
             
                        "name": "symfony/service-contracts",
         
     | 
| 
       917 
     | 
    
         
            -
                        "version": "v1.1. 
     | 
| 
      
 966 
     | 
    
         
            +
                        "version": "v1.1.5",
         
     | 
| 
       918 
967 
     | 
    
         
             
                        "source": {
         
     | 
| 
       919 
968 
     | 
    
         
             
                            "type": "git",
         
     | 
| 
       920 
969 
     | 
    
         
             
                            "url": "https://github.com/symfony/service-contracts.git",
         
     | 
| 
       921 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 970 
     | 
    
         
            +
                            "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
         
     | 
| 
       922 
971 
     | 
    
         
             
                        },
         
     | 
| 
       923 
972 
     | 
    
         
             
                        "dist": {
         
     | 
| 
       924 
973 
     | 
    
         
             
                            "type": "zip",
         
     | 
| 
       925 
     | 
    
         
            -
                            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ 
     | 
| 
       926 
     | 
    
         
            -
                            "reference": " 
     | 
| 
      
 974 
     | 
    
         
            +
                            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
         
     | 
| 
      
 975 
     | 
    
         
            +
                            "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
         
     | 
| 
       927 
976 
     | 
    
         
             
                            "shasum": ""
         
     | 
| 
       928 
977 
     | 
    
         
             
                        },
         
     | 
| 
       929 
978 
     | 
    
         
             
                        "require": {
         
     | 
| 
       930 
     | 
    
         
            -
                            "php": "^7.1.3"
         
     | 
| 
      
 979 
     | 
    
         
            +
                            "php": "^7.1.3",
         
     | 
| 
      
 980 
     | 
    
         
            +
                            "psr/container": "^1.0"
         
     | 
| 
       931 
981 
     | 
    
         
             
                        },
         
     | 
| 
       932 
982 
     | 
    
         
             
                        "suggest": {
         
     | 
| 
       933 
     | 
    
         
            -
                            "psr/container": "",
         
     | 
| 
       934 
983 
     | 
    
         
             
                            "symfony/service-implementation": ""
         
     | 
| 
       935 
984 
     | 
    
         
             
                        },
         
     | 
| 
       936 
985 
     | 
    
         
             
                        "type": "library",
         
     | 
| 
         @@ -968,7 +1017,7 @@ 
     | 
|
| 
       968 
1017 
     | 
    
         
             
                            "interoperability",
         
     | 
| 
       969 
1018 
     | 
    
         
             
                            "standards"
         
     | 
| 
       970 
1019 
     | 
    
         
             
                        ],
         
     | 
| 
       971 
     | 
    
         
            -
                        "time": "2019- 
     | 
| 
      
 1020 
     | 
    
         
            +
                        "time": "2019-06-13T11:15:36+00:00"
         
     | 
| 
       972 
1021 
     | 
    
         
             
                    }
         
     | 
| 
       973 
1022 
     | 
    
         
             
                ],
         
     | 
| 
       974 
1023 
     | 
    
         
             
                "packages-dev": [
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: dependabot-composer
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.111. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.111.43
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Dependabot
         
     | 
| 
         @@ -16,14 +16,14 @@ dependencies: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
17 
     | 
    
         
             
                - - '='
         
     | 
| 
       18 
18 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       19 
     | 
    
         
            -
                    version: 0.111. 
     | 
| 
      
 19 
     | 
    
         
            +
                    version: 0.111.43
         
     | 
| 
       20 
20 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       21 
21 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       22 
22 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       23 
23 
     | 
    
         
             
                requirements:
         
     | 
| 
       24 
24 
     | 
    
         
             
                - - '='
         
     | 
| 
       25 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       26 
     | 
    
         
            -
                    version: 0.111. 
     | 
| 
      
 26 
     | 
    
         
            +
                    version: 0.111.43
         
     | 
| 
       27 
27 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       28 
28 
     | 
    
         
             
              name: byebug
         
     | 
| 
       29 
29 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     |