Skip to content

Commit 36f9a6f

Browse files
committed
Fix default symfony required version
1 parent 7d890a6 commit 36f9a6f

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)