Skip to content

Commit ad7491d

Browse files
authored
Merge pull request #1290 from jlabedo/deps-doctrine-persistence
Update doctrine/persistence
2 parents 60e2356 + eaeb05d commit ad7491d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"makasim/temp-file": "^0.2",
2828
"google/cloud-pubsub": "^1.4.3",
2929
"doctrine/orm": "^2.12",
30-
"doctrine/persistence": "^2.0",
30+
"doctrine/persistence": "^2.0|^3.0",
3131
"mongodb/mongodb": "^1.2",
3232
"pda/pheanstalk": "^3.1",
3333
"aws/aws-sdk-php": "^3.155",

pkg/dbal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": "^7.4|^8.0",
1010
"queue-interop/queue-interop": "^0.8",
1111
"doctrine/dbal": "^2.12|^3.1",
12-
"doctrine/persistence": "^2.0|^3.1",
12+
"doctrine/persistence": "^2.0|^3.0",
1313
"ramsey/uuid": "^3.5|^4"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)