summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-05-10 11:14:08 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-05-10 12:10:23 +0100
commite7686319595e2aac8ce10b4383f91bfbe21d12f5 (patch)
tree8d83ccd670ead58512b1e2f959eb8c6607bccc94 /vendor/symfony/http-kernel
parent3025da2c89a1d3bca885509d14fe72f88f2e989a (diff)
downloadwebtrees-e7686319595e2aac8ce10b4383f91bfbe21d12f5.tar.gz
webtrees-e7686319595e2aac8ce10b4383f91bfbe21d12f5.tar.bz2
webtrees-e7686319595e2aac8ce10b4383f91bfbe21d12f5.zip
Update vendor dependencies
Diffstat (limited to 'vendor/symfony/http-kernel')
-rw-r--r--vendor/symfony/http-kernel/Kernel.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/symfony/http-kernel/Kernel.php b/vendor/symfony/http-kernel/Kernel.php
index 94e87d880b..cf8c24fb0f 100644
--- a/vendor/symfony/http-kernel/Kernel.php
+++ b/vendor/symfony/http-kernel/Kernel.php
@@ -73,11 +73,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;
- const VERSION = '4.2.7';
- const VERSION_ID = 40207;
+ const VERSION = '4.2.8';
+ const VERSION_ID = 40208;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 2;
- const RELEASE_VERSION = 7;
+ const RELEASE_VERSION = 8;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '07/2019';