Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 8, 2023
1 parent f1353ca commit 7da5dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": "^8.1",
"ext-simplexml": "*",
"doctrine/persistence": "^3",
"jms/metadata": "^2.6",
"jms/metadata": "^2.4",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile83
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3-alpine

ARG MONGODB_VERSION=1.14.0
ARG MONGODB_VERSION=1.17.0

# Install mongo
RUN set -eux; \
Expand Down

0 comments on commit 7da5dda

Please sign in to comment.