Skip to content

Commit 635d0ea

Browse files
committed
fix doctrine version
1 parent fc50ed8 commit 635d0ea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"queue-interop/queue-interop": "^0.7|^0.8",
2121
"bunny/bunny": "^0.2.4|^0.3|^0.4",
2222
"php-amqplib/php-amqplib": "^2.7",
23-
"doctrine/dbal": "^2.6",
23+
"doctrine/dbal": "^2.6,<2.10",
2424
"ramsey/uuid": "^2|^3.5|^4.0",
2525
"psr/log": "^1",
2626
"psr/container": "^1",
2727
"makasim/temp-file": "^0.2",
2828
"google/cloud-pubsub": "^0.6.1|^1.0",
29-
"doctrine/orm": "2.7.0",
29+
"doctrine/orm": "~2.4",
3030
"mongodb/mongodb": "^1.2",
3131
"pda/pheanstalk": "^3",
3232
"aws/aws-sdk-php": "^3.26",

pkg/job-queue/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"enqueue/enqueue": "^0.10",
1111
"enqueue/null": "^0.10",
1212
"queue-interop/queue-interop": "^0.8",
13-
"doctrine/orm": "2.7.0"
13+
"doctrine/orm": "~2.4",
14+
"doctrine/dbal": "<2.10"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "~7.5",

0 commit comments

Comments
 (0)