Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d24d0a

Browse files
minor #46104 [DoctrineBridge][FrameworkBundle][Messenger] Indicate support for doctrine/persistence 3 (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [DoctrineBridge][FrameworkBundle][Messenger] Indicate support for doctrine/persistence 3 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- c93d3dd Indicate support for doctrine/persistence 3
2 parents 8b6f56e + c93d3dd commit 8d24d0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ext-xml": "*",
3737
"friendsofphp/proxy-manager-lts": "^1.0.2",
3838
"doctrine/event-manager": "~1.0",
39-
"doctrine/persistence": "^1.3|^2",
39+
"doctrine/persistence": "^1.3|^2|^3",
4040
"twig/twig": "^1.43|^2.13|^3.0.4",
4141
"psr/cache": "^1.0|^2.0",
4242
"psr/container": "^1.0",

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.1.3",
2020
"doctrine/event-manager": "~1.0",
21-
"doctrine/persistence": "^1.3|^2",
21+
"doctrine/persistence": "^1.3|^2|^3",
2222
"symfony/polyfill-ctype": "~1.8",
2323
"symfony/polyfill-mbstring": "~1.0",
2424
"symfony/polyfill-php80": "^1.16",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"require-dev": {
3434
"doctrine/annotations": "^1.10.4",
3535
"doctrine/cache": "^1.0|^2.0",
36-
"doctrine/persistence": "^1.3|^2.0",
36+
"doctrine/persistence": "^1.3|^2|^3",
3737
"paragonie/sodium_compat": "^1.8",
3838
"symfony/asset": "^3.4|^4.0|^5.0",
3939
"symfony/browser-kit": "^4.3|^5.0",

src/Symfony/Component/Messenger/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"doctrine/dbal": "^2.6|^3.0",
25-
"doctrine/persistence": "^1.3|^2",
25+
"doctrine/persistence": "^1.3|^2|^3",
2626
"psr/cache": "^1.0|^2.0|^3.0",
2727
"symfony/console": "^3.4|^4.0|^5.0",
2828
"symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0",

0 commit comments

Comments
 (0)