summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Kernel.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-04-03 17:17:02 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-04-03 17:19:16 +0100
commitfe08511b142ebcf03abe6e407f6746de3b4db362 (patch)
tree26257d4287110ca9a57c9f5c0e0382c597b0fa98 /vendor/symfony/http-kernel/Kernel.php
parent89d880da80f202b08b9fe837f38a87b48c6d2a97 (diff)
downloadwebtrees-fe08511b142ebcf03abe6e407f6746de3b4db362.tar.gz
webtrees-fe08511b142ebcf03abe6e407f6746de3b4db362.tar.bz2
webtrees-fe08511b142ebcf03abe6e407f6746de3b4db362.zip
Update vendor dependencies
Diffstat (limited to 'vendor/symfony/http-kernel/Kernel.php')
-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 6737caee9e..762e4b5995 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.4';
- const VERSION_ID = 40204;
+ const VERSION = '4.2.5';
+ const VERSION_ID = 40205;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 2;
- const RELEASE_VERSION = 4;
+ const RELEASE_VERSION = 5;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '07/2019';