Skip to content

Commit a1ae2f1

Browse files
Prepare 2.2.0
1 parent acb785a commit a1ae2f1

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
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.0.0
87-
@$(eval v ?= dev-main)
87+
@$(eval v ?= 2.2.x-dev)
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)"}} }'

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"doctrine/doctrine-bundle": "^2.7",
1212
"doctrine/doctrine-migrations-bundle": "^3.2",
1313
"doctrine/orm": "^2.12",
14-
"gally/gally-standard": "dev-main",
14+
"gally/gally-standard": "2.2.x-dev",
1515
"lexik/jwt-authentication-bundle": "^2.14",
1616
"nelmio/cors-bundle": "^2.2",
1717
"opensearch-project/opensearch-php": "^2.3",

api/composer.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)