Skip to content

Commit 8f4c432

Browse files
committed
minor #245 Fix default symfony required version (ajgarlag)
This PR was merged into the 1.x-dev branch. Discussion ---------- Fix default symfony required version Commits ------- 36f9a6f Fix default symfony required version
2 parents d24758b + 36f9a6f commit 8f4c432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
HOST_USER_ID: ${HOST_USER_ID}
66
HOST_GROUP_ID: ${HOST_GROUP_ID}
77
HOST_IP: ${HOST_IP:-}
8-
SYMFONY_REQUIRE: ${SYMFONY_REQUIRE:-5.4.*}
8+
SYMFONY_REQUIRE: ${SYMFONY_REQUIRE:-6.4.*}
99
image: league/oauth2-server-bundle
1010
volumes:
1111
- .:/app/src

0 commit comments

Comments
 (0)