Skip to content

Commit 182caa1

Browse files
committed
Update doctrine/persistence
1 parent 58dc83a commit 182caa1

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.7.4",
30-
"doctrine/persistence": "^1.3.3|^2.0",
30+
"doctrine/persistence": "^1.3.3|^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.3|^8.0",
1010
"queue-interop/queue-interop": "^0.8",
1111
"doctrine/dbal": "^2.12|^3.1",
12-
"doctrine/persistence": "^1.3.3|^2.0",
12+
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
1313
"ramsey/uuid": "^3.5|^4"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)