Skip to content

Commit 174099a

Browse files
committed
🔧 Remove unused COMPOSER_ROOT_VERSION environment variable
No longer needed since we use dynamic version aliasing during setup
1 parent ffccec8 commit 174099a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ services:
1313
XDEBUG_MODE: '${XDEBUG_MODE:-develop,debug}'
1414
XDEBUG_CONFIG: '${XDEBUG_CONFIG:-client_port=9003 client_host=host.docker.internal discover_client_host=true}'
1515
REPOSITORY_URL: '${REPOSITORY_URL:-https://github.com/roots/bedrock.git}'
16-
COMPOSER_ROOT_VERSION: '5.0.x-dev'
1716
volumes:
1817
- ~/.ssh:/home/vscode/.ssh:ro
1918
- 'app:/roots/app'

0 commit comments

Comments
 (0)