Skip to content

Commit

Permalink
support-symfony-7-for-development (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni authored Jan 9, 2024
1 parent b22cafe commit 131c390
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN apk add --no-cache bash

RUN install-php-extensions \
opcache \
redis \
igbinary \
xdebug \
@composer-2

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mockery/mockery": "^1.6",
"league/flysystem-adapter-test-utilities": "^3.15",
"league/flysystem-memory": "^3.15",
"symfony/cache": "^6.3",
"symfony/cache": "^6.3|^7.0",
"league/flysystem-aws-s3-v3": "^3.15"
}
}

0 comments on commit 131c390

Please sign in to comment.