Skip to content

Commit

Permalink
Updated composer.json to install new DAM plugin
Browse files Browse the repository at this point in the history
EPO-8313
  • Loading branch information
ericdrosas87 authored and blnkt committed Aug 29, 2023
1 parent 340e373 commit a64139a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
ARG BASE_TAG=latest
LABEL maintainer="[email protected]"
# Composer dependencies
FROM composer:2 as vendor

LABEL maintainer="[email protected]"

COPY api/composer.json composer.json
COPY api/composer.lock composer.lock
COPY api/plugins ./plugins
Expand Down
6 changes: 3 additions & 3 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"craftcms/google-cloud": "^2.0.0",
"craftcms/redactor": "3.0.4",
"jamesedmonston/graphql-authentication": "2.4.0",
"lsst-epo/canto-dam-assets": "^1.0",
"lsst-epo/canto-dam-assets": "dev-develop-v4",
"lsst/canto-dam-integrator": "dev-EPO-7854#v0.3.2",
"rynpsc/craft-phone-number": "^2.1.0",
"sebastianlenz/linkfield": "^2.1.4",
Expand All @@ -25,8 +25,8 @@
"url": "https://github.com/lsst-epo/craft-canto-dam-integrator.git"
},
{
"type": "path",
"url": "plugins/canto-dam-assets"
"type": "vcs",
"url": "https://github.com/lsst-epo/canto-dam-assets.git"
},
{
"type": "path",
Expand Down
22 changes: 14 additions & 8 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api/plugins/canto-dam-assets
Submodule canto-dam-assets deleted from a7351e
2 changes: 0 additions & 2 deletions composer.json

This file was deleted.

0 comments on commit a64139a

Please sign in to comment.