diff vendor/symfony/http-kernel/Kernel.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
line wrap: on
line diff
--- a/vendor/symfony/http-kernel/Kernel.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/vendor/symfony/http-kernel/Kernel.php	Thu May 09 15:34:47 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';