Skip to content

Commit 507ab8b

Browse files
authored
Merge pull request php-enqueue#1094 from php-enqueue/fix-localstack-version
fix localstack version (one that worked)
2 parents 0cbd70a + 635d0ea commit 507ab8b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ services:
122122
- '9090:9090'
123123

124124
localstack:
125-
image: 'localstack/localstack:latest'
125+
image: 'localstack/localstack:0.8.10'
126126
ports:
127127
- '4576:4576'
128128
- '4575:4575'

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.4"
13+
"doctrine/orm": "~2.4",
14+
"doctrine/dbal": "<2.10"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "~7.5",

0 commit comments

Comments
 (0)