diff --git a/api/composer.json b/api/composer.json index 6e49509d..70f76d6a 100755 --- a/api/composer.json +++ b/api/composer.json @@ -8,7 +8,6 @@ "craftcms/google-cloud": "^1.4", "craftcms/redactor": "2.8.5", "jamesedmonston/graphql-authentication": "^1.12", - "rosas/universal-dam-integrator": "dev-main", "rynpsc/craft-phone-number": "1.4.1", "sebastianlenz/linkfield": "2.0.*@dev", "spicyweb/craft-neo": "2.8.15.1", diff --git a/api/composer.lock b/api/composer.lock index b43944d7..5fcc38e5 100755 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b6eb3d171dce14e8b183bb7ebf39b3f5", + "content-hash": "e939cddc921f33b431eab17c35e08522", "packages": [ { "name": "abraham/twitteroauth", @@ -3941,58 +3941,6 @@ ], "time": "2021-10-09T06:30:16+00:00" }, - { - "name": "rosas/universal-dam-integrator", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/lsst-epo/craft3-universal-dam-integrator.git", - "reference": "f4724dd761c44dcd7376d6119e0ebd029be0e1c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/lsst-epo/craft3-universal-dam-integrator/zipball/f4724dd761c44dcd7376d6119e0ebd029be0e1c4", - "reference": "f4724dd761c44dcd7376d6119e0ebd029be0e1c4", - "shasum": "" - }, - "require": { - "craftcms/cms": "^3.1.5" - }, - "default-branch": true, - "type": "craft-plugin", - "extra": { - "name": "Universal DAM Integrator", - "handle": "universal-dam-integrator" - }, - "autoload": { - "psr-4": { - "rosas\\dam\\": "src/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eric Rosas", - "homepage": "https://github.com/lsst-epo/craft3-universal-dam-integrator" - } - ], - "description": "This plugin is intended to be vendor agnostic, but with enough customizability to work across a broad range of vendors.", - "keywords": [ - "asset", - "dam", - "digital", - "manager" - ], - "support": { - "email": "erosas@lsst.org", - "issues": "https://github.com/lsst-epo/craft3-universal-dam-integrator/issues", - "source": "https://github.com/lsst-epo/craft3-universal-dam-integrator", - "docs": "https://github.com/lsst-epo/craft3-universal-dam-integrator/blob/main/README.md" - }, - "time": "2022-03-17T23:25:07+00:00" - }, { "name": "rynpsc/craft-phone-number", "version": "1.4.1", @@ -6719,7 +6667,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "rosas/universal-dam-integrator": 20, "sebastianlenz/linkfield": 20 }, "prefer-stable": false, diff --git a/api/config/project/project.yaml b/api/config/project/project.yaml index 5fc6680b..4072203d 100644 --- a/api/config/project/project.yaml +++ b/api/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1650398371 +dateModified: 1650399307 email: fromEmail: $EMAIL_FROM_ADDRESS fromName: $EMAIL_SENDER_NAME @@ -1378,16 +1378,6 @@ plugins: edition: standard enabled: true schemaVersion: 2.0.0 - universal-dam-integrator: - edition: standard - enabled: true - schemaVersion: 1.0.0 - settings: - appId: $CANTO_APP_ID - authEndpoint: $CANTO_AUTH_ENDPOINT - damVolume: cantoDam - retrieveAssetMetadataEndpoint: $CANTO_ASSET_ENDPOINT - secretKey: $CANTO_SECRET_KEY system: edition: pro live: true