diff vendor/symfony/http-kernel/Kernel.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
line wrap: on
line diff
--- a/vendor/symfony/http-kernel/Kernel.php	Thu Feb 28 13:21:36 2019 +0000
+++ b/vendor/symfony/http-kernel/Kernel.php	Thu May 09 15:33:08 2019 +0100
@@ -67,11 +67,11 @@
     private $requestStackSize = 0;
     private $resetServices = false;
 
-    const VERSION = '3.4.22';
-    const VERSION_ID = 30422;
+    const VERSION = '3.4.27';
+    const VERSION_ID = 30427;
     const MAJOR_VERSION = 3;
     const MINOR_VERSION = 4;
-    const RELEASE_VERSION = 22;
+    const RELEASE_VERSION = 27;
     const EXTRA_VERSION = '';
 
     const END_OF_MAINTENANCE = '11/2020';