Skip to content

Commit 3d5f2ab

Browse files
committed
update govcms/govcms composer.json references
1 parent 7aee3a5 commit 3d5f2ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/Dockerfile.govcms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN case $(uname -m) in x86_64) ARCH="amd64" ;; aarch64) ARCH="arm64" ;; *) ARC
2222
# Install jq for YAML/JSON parsing.
2323
RUN apk add jq
2424

25-
RUN sed -i -e "/govcms\/govcms/ s!3.x-develop-dev!${GOVCMS_PROJECT_VERSION}!" /app/composer.json
25+
RUN sed -i -e "/govcms\/govcms/ s!dev-4.x-develop!${GOVCMS_PROJECT_VERSION}!" /app/composer.json
2626

2727
COPY scripts/composer/ScriptHandler.php /app/scripts/composer/ScriptHandler.php
2828

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"composer/installers": "^2.0",
1818
"cweagans/composer-patches": "^1.7",
19-
"govcms/govcms": "4.2.0",
19+
"govcms/govcms": "dev-4.x-develop",
2020
"govcms/govcms-custom": "*",
2121
"govcms/scaffold-tooling": "6.0.5"
2222
},

0 commit comments

Comments
 (0)