Skip to content

Commit 7c84100

Browse files
Update Makefile version
1 parent 3c35b57 commit 7c84100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ init-dev-env: .env ## Initialize current environment with dev repositories
8484
sh ./hooks/initHooksPath.sh
8585

8686
switch-dev-env: ## Switch current environment with dev repositories on a composer version, pass the parameter "v=" to set the composer version, example: make switch-dev-env v=2.2.1
87-
@$(eval v ?= 2.2.1)
87+
@$(eval v ?= dev-main)
8888
$(DOCKER_COMP) up -d --wait php # Wait php container to be ready
8989
$(COMPOSER) config repositories.gally-standard '{ "type": "path", "url": "./packages/gally-standard", "options": { "versions": { "gally/gally-standard": "$(v)"}} }'
9090
$(COMPOSER) config repositories.gally-premium '{ "type": "path", "url": "./packages/gally-premium", "options": { "versions": { "gally/gally-premium": "$(v)"}} }'

0 commit comments

Comments
 (0)