You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ init-dev-env: .env ## Initialize current environment with dev repositories
84
84
sh ./hooks/initHooksPath.sh
85
85
86
86
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)
88
88
$(DOCKER_COMP) up -d --wait php # Wait php container to be ready
0 commit comments