diff --git a/composer.json b/composer.json
index 95827ab4acf2cb1d4596987de23930c4fae2d7bd..b59f4d2fbb8e23bced4b0e7a9c2955aa17698df7 100644
--- a/composer.json
+++ b/composer.json
@@ -90,7 +90,8 @@
 	"conflict": {
 		"symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0",
 		"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
-		"symfony/routing": "4.2.7"
+		"symfony/routing": "4.2.7",
+		"phpdocumentor/reflection-docblock": ">= 4.3.2"
 	},
 	"extra": {
 		"typo3/class-alias-loader": {
diff --git a/composer.lock b/composer.lock
index a1c23f9c62c57fd9a9725f0bf9f2afaa6e60ada5..9538f239da72a294ed3b3d4a5e07d22db90f600c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "29101a84cc5689c07e8b81dd4f0f2ada",
+    "content-hash": "dc3ae530cb1a404c1ca2efe45c9e2c7f",
     "packages": [
         {
             "name": "cogpowered/finediff",
@@ -5017,8 +5017,8 @@
             "authors": [
                 {
                     "name": "Sebastian Bergmann",
-                    "role": "lead",
-                    "email": "sebastian@phpunit.de"
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
                 }
             ],
             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
@@ -5159,8 +5159,8 @@
             "authors": [
                 {
                     "name": "Sebastian Bergmann",
-                    "role": "lead",
-                    "email": "sebastian@phpunit.de"
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
                 }
             ],
             "description": "Utility class for timing",
@@ -5866,8 +5866,8 @@
             "authors": [
                 {
                     "name": "Sebastian Bergmann",
-                    "role": "lead",
-                    "email": "sebastian@phpunit.de"
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
                 }
             ],
             "description": "Collection of value objects that represent the types of the PHP type system",
diff --git a/typo3/sysext/extbase/composer.json b/typo3/sysext/extbase/composer.json
index 092b91b8c15a5a61ffe8b20b2dd3f8b46afa4f62..296fb756b60370c1bf3394fe8aeffb706b7b8b88 100644
--- a/typo3/sysext/extbase/composer.json
+++ b/typo3/sysext/extbase/composer.json
@@ -24,7 +24,8 @@
 		"typo3/cms-scheduler": "Additional scheduler tasks"
 	},
 	"conflict": {
-		"typo3/cms": "*"
+		"typo3/cms": "*",
+		"phpdocumentor/reflection-docblock": ">= 4.3.2"
 	},
 	"replace": {
 		"extbase": "*"