Skip to content

Commit 2daa8fe

Browse files
committed
Issue #2986725 by Mile23, devitate, alexpott: doctrine common 2.9 has moved reflection
(cherry picked from commit 994e7ec)
1 parent 17c1d9b commit 2daa8fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/polyfill-iconv": "^1.0",
3333
"symfony/yaml": "~3.4.5",
3434
"twig/twig": "^1.35.0",
35-
"doctrine/common": "^2.5",
35+
"doctrine/common": "^2.5 <2.9",
3636
"doctrine/annotations": "^1.2",
3737
"guzzlehttp/guzzle": "^6.2.1",
3838
"symfony-cmf/routing": "^1.4",

lib/Drupal/Component/Annotation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "GPL-2.0-or-later",
77
"require": {
88
"php": ">=5.5.9",
9-
"doctrine/common": "^2.5",
9+
"doctrine/common": "^2.5 <2.9",
1010
"doctrine/annotations": "1.2.*",
1111
"drupal/core-file-cache": "^8.2",
1212
"drupal/core-plugin": "^8.2",

lib/Drupal/Component/ClassFinder/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "GPL-2.0-or-later",
77
"require": {
88
"php": ">=5.5.9",
9-
"doctrine/common": "^2.5"
9+
"doctrine/common": "^2.5 <2.9"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)