Skip to content

Commit

Permalink
Merge pull request #1094 from php-enqueue/fix-localstack-version
Browse files Browse the repository at this point in the history
fix localstack version (one that worked)
  • Loading branch information
makasim authored Sep 29, 2020
2 parents 0cbd70a + 635d0ea commit 507ab8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"queue-interop/queue-interop": "^0.7|^0.8",
"bunny/bunny": "^0.2.4|^0.3|^0.4",
"php-amqplib/php-amqplib": "^2.7",
"doctrine/dbal": "^2.6",
"doctrine/dbal": "^2.6,<2.10",
"ramsey/uuid": "^2|^3.5|^4.0",
"psr/log": "^1",
"psr/container": "^1",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
- '9090:9090'

localstack:
image: 'localstack/localstack:latest'
image: 'localstack/localstack:0.8.10'
ports:
- '4576:4576'
- '4575:4575'
Expand Down
3 changes: 2 additions & 1 deletion pkg/job-queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"enqueue/enqueue": "^0.10",
"enqueue/null": "^0.10",
"queue-interop/queue-interop": "^0.8",
"doctrine/orm": "~2.4"
"doctrine/orm": "~2.4",
"doctrine/dbal": "<2.10"
},
"require-dev": {
"phpunit/phpunit": "~7.5",
Expand Down

0 comments on commit 507ab8b

Please sign in to comment.