Skip to content

Commit 01554b3

Browse files
committed
Revert "Issue #2986725 by Mile23, devitate, alexpott: doctrine common 2.9 has moved reflection"
This reverts commit 12173dcf795bad1c4675e53647b7cb3d6baec79f.
1 parent e1f678c commit 01554b3

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 <2.9",
35+
"doctrine/common": "^2.5",
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 <2.9",
9+
"doctrine/common": "^2.5",
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 <2.9"
9+
"doctrine/common": "^2.5"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)