Update deps

They are not direct deps, which means dependabot can't submit them.

  - Updating ralouphie/getallheaders (2.0.5 => 3.0.3)
  - Updating guzzlehttp/psr7 (1.5.2 => 1.6.1)
  - Updating symfony/http-client (v4.3.1 => v4.3.2)
  - Updating symfony/mime (v4.3.1 => v4.3.2)
  - Updating scheb/two-factor-bundle (v3.19.0 => v3.19.1)
  - Updating egulias/email-validator (2.1.8 => 2.1.9)
  - Updating nette/php-generator (v3.2.2 => v3.2.3)
This commit is contained in:
Jeremy Benoist 2019-07-06 23:00:57 +02:00
parent 830cce45b3
commit 154d09745f
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

78
composer.lock generated
View file

@ -1470,16 +1470,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "2.1.8", "version": "2.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "c26463ff9241f27907112fbcd0c86fa670cfef98" "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/128cc721d771ec2c46ce59698f4ca42b73f71b25",
"reference": "c26463ff9241f27907112fbcd0c86fa670cfef98", "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1523,7 +1523,7 @@
"validation", "validation",
"validator" "validator"
], ],
"time": "2019-05-16T22:02:54+00:00" "time": "2019-06-23T10:14:27+00:00"
}, },
{ {
"name": "electrolinux/php-html5lib", "name": "electrolinux/php-html5lib",
@ -2448,33 +2448,37 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "1.5.2", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "9f83dded91781a01c63574e387eaa769be769115" "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "9f83dded91781a01c63574e387eaa769be769115", "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"psr/http-message": "~1.0", "psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5" "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
}, },
"provide": { "provide": {
"psr/http-message-implementation": "1.0" "psr/http-message-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
}, },
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5-dev" "dev-master": "1.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -2511,7 +2515,7 @@
"uri", "uri",
"url" "url"
], ],
"time": "2018-12-04T20:46:45+00:00" "time": "2019-07-01T23:21:34+00:00"
}, },
{ {
"name": "guzzlehttp/ringphp", "name": "guzzlehttp/ringphp",
@ -6844,24 +6848,24 @@
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
"version": "2.0.5", "version": "3.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ralouphie/getallheaders.git", "url": "https://github.com/ralouphie/getallheaders.git",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" "reference": "120b605dfeb996808c31b6477290a714d356e822"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", "reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7.0", "php-coveralls/php-coveralls": "^2.1",
"satooshi/php-coveralls": ">=1.0" "phpunit/phpunit": "^5 || ^6.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -6880,7 +6884,7 @@
} }
], ],
"description": "A polyfill for getallheaders.", "description": "A polyfill for getallheaders.",
"time": "2016-02-11T07:05:27+00:00" "time": "2019-03-08T08:55:37+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@ -7012,16 +7016,16 @@
}, },
{ {
"name": "scheb/two-factor-bundle", "name": "scheb/two-factor-bundle",
"version": "v3.19.0", "version": "v3.19.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/scheb/two-factor-bundle.git", "url": "https://github.com/scheb/two-factor-bundle.git",
"reference": "4bc6023401a4c7e50dbd9c66f55cc8df9f77e69c" "reference": "634b9b40ea0b6769f274ac994067f08012d96c44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/4bc6023401a4c7e50dbd9c66f55cc8df9f77e69c", "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/634b9b40ea0b6769f274ac994067f08012d96c44",
"reference": "4bc6023401a4c7e50dbd9c66f55cc8df9f77e69c", "reference": "634b9b40ea0b6769f274ac994067f08012d96c44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7070,7 +7074,7 @@
"two-factor", "two-factor",
"two-step" "two-step"
], ],
"time": "2019-05-03T12:46:19+00:00" "time": "2019-07-01T19:12:43+00:00"
}, },
{ {
"name": "sensio/distribution-bundle", "name": "sensio/distribution-bundle",
@ -7732,22 +7736,22 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v4.3.1", "version": "v4.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "c453b1bb8e8a8b79c9db65a1bd86822f8c6e2bb7" "reference": "e903ab079c99eab322fc5c71eb63fc467cd19a2a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/c453b1bb8e8a8b79c9db65a1bd86822f8c6e2bb7", "url": "https://api.github.com/repos/symfony/http-client/zipball/e903ab079c99eab322fc5c71eb63fc467cd19a2a",
"reference": "c453b1bb8e8a8b79c9db65a1bd86822f8c6e2bb7", "reference": "e903ab079c99eab322fc5c71eb63fc467cd19a2a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.1.3",
"psr/log": "^1.0", "psr/log": "^1.0",
"symfony/http-client-contracts": "^1.1.3", "symfony/http-client-contracts": "^1.1.4",
"symfony/polyfill-php73": "^1.11" "symfony/polyfill-php73": "^1.11"
}, },
"provide": { "provide": {
@ -7790,7 +7794,7 @@
], ],
"description": "Symfony HttpClient component", "description": "Symfony HttpClient component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-06-05T13:19:12+00:00" "time": "2019-06-26T07:29:23+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@ -7851,7 +7855,7 @@
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v4.3.1", "version": "v4.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
@ -10245,16 +10249,16 @@
}, },
{ {
"name": "nette/php-generator", "name": "nette/php-generator",
"version": "v3.2.2", "version": "v3.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/php-generator.git", "url": "https://github.com/nette/php-generator.git",
"reference": "acff8b136fad84b860a626d133e791f95781f9f5" "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/php-generator/zipball/acff8b136fad84b860a626d133e791f95781f9f5", "url": "https://api.github.com/repos/nette/php-generator/zipball/aea6e81437bb238e5f0e5b5ce06337433908e63b",
"reference": "acff8b136fad84b860a626d133e791f95781f9f5", "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10300,7 +10304,7 @@
"php", "php",
"scaffolding" "scaffolding"
], ],
"time": "2019-03-15T03:41:13+00:00" "time": "2019-07-05T13:01:56+00:00"
}, },
{ {
"name": "nette/robot-loader", "name": "nette/robot-loader",