Skip to content

Commit f90a285

Browse files
committed
* allow upgrading to symfony/*:^8 @ composer.json
$ composer require doctrine/doctrine-bundle $ composer require --dev phan/phan * apply diff `2.13 vs 3.0` in symfony/recipes#1462 (comment) to adopt doctrine/DoctrineBundle#1954 doctrine/DoctrineBundle#2064 doctrine/DoctrineBundle#2105 @ config/packages/doctrine.yaml @ be
1 parent ee9d18a commit f90a285

4 files changed

Lines changed: 190 additions & 286 deletions

File tree

be/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ext-intl": "*",
1212
"ext-mbstring": "*",
1313
"beberlei/doctrineextensions": "dev-master",
14-
"doctrine/doctrine-bundle": "^2.18.2",
14+
"doctrine/doctrine-bundle": "^3.2",
1515
"doctrine/orm": "^3.6.2",
1616
"google/protobuf": "^4.33.6",
1717
"illuminate/collections": "^12.56",
@@ -35,7 +35,7 @@
3535
"doctrine/doctrine-fixtures-bundle": "^4.3.1",
3636
"friendsofphp/php-cs-fixer": "^3.94.2",
3737
"infection/infection": "^0.30.3",
38-
"phan/phan": "^5.5.2",
38+
"phan/phan": "^6.0",
3939
"phpmd/phpmd": "^2.15.0",
4040
"phpstan/extension-installer": "^1.4.3",
4141
"phpstan/phpstan-deprecation-rules": "^2.0.4",
@@ -104,7 +104,7 @@
104104
"extra": {
105105
"symfony": {
106106
"allow-contrib": false,
107-
"require": "7.*"
107+
"require": "8.*"
108108
}
109109
},
110110
"scripts": {

0 commit comments

Comments
 (0)