We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aee3a5 commit 3d5f2abCopy full SHA for 3d5f2ab
2 files changed
.docker/Dockerfile.govcms
@@ -22,7 +22,7 @@ RUN case $(uname -m) in x86_64) ARCH="amd64" ;; aarch64) ARCH="arm64" ;; *) ARC
22
# Install jq for YAML/JSON parsing.
23
RUN apk add jq
24
25
-RUN sed -i -e "/govcms\/govcms/ s!3.x-develop-dev!${GOVCMS_PROJECT_VERSION}!" /app/composer.json
+RUN sed -i -e "/govcms\/govcms/ s!dev-4.x-develop!${GOVCMS_PROJECT_VERSION}!" /app/composer.json
26
27
COPY scripts/composer/ScriptHandler.php /app/scripts/composer/ScriptHandler.php
28
composer.json
@@ -16,7 +16,7 @@
16
"require": {
17
"composer/installers": "^2.0",
18
"cweagans/composer-patches": "^1.7",
19
- "govcms/govcms": "4.2.0",
+ "govcms/govcms": "dev-4.x-develop",
20
"govcms/govcms-custom": "*",
21
"govcms/scaffold-tooling": "6.0.5"
},
0 commit comments