Skip to content

Commit 428e878

Browse files
committed
Bump orm to one depending on lexer working correctly on PHP 8.1
1 parent 178ebda commit 428e878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"psr/container": "^1.1 || ^2.0",
2727
"makasim/temp-file": "^0.2",
2828
"google/cloud-pubsub": "^1.4.3",
29-
"doctrine/orm": "^2.10",
29+
"doctrine/orm": "^2.12",
3030
"doctrine/persistence": "^2.0",
3131
"mongodb/mongodb": "^1.2",
3232
"pda/pheanstalk": "^3.1",

pkg/job-queue/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"enqueue/enqueue": "^0.10",
1111
"enqueue/null": "^0.10",
1212
"queue-interop/queue-interop": "^0.8",
13-
"doctrine/orm": "^2.10",
13+
"doctrine/orm": "^2.12",
1414
"doctrine/dbal": "^2.12 | ^3.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)