diff --git a/composer.json b/composer.json index 79131af9..7e87ad39 100755 --- a/composer.json +++ b/composer.json @@ -48,8 +48,10 @@ "drupal/flysystem": "^2.2@alpha", "drupal/fpa": "^4.0", "drupal/hal": "^1.0||^2.0", - "drupal/islandora": "^2.8.1", - "drupal/islandora_mirador": "^2", + + "drupal/islandora": "^2.12", + "drupal/islandora_mirador": "^2.3", + "drupal/matomo": "^1.19", "drupal/openseadragon": "^2", "drupal/pathauto": "^1.12", "drupal/pdf": "^1.1", diff --git a/composer.lock b/composer.lock index 1b66fd9d..2ae22995 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6dfe6c9892b339cab5406295e73398d6", + "content-hash": "1c657b3b610439a25f9983fa0f4990d7", + "packages": [ { "name": "adci/full-name-parser", @@ -4293,6 +4294,70 @@ "issues": "http://drupal.org/project/key" } }, + { + "name": "drupal/matomo", + "version": "1.23.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/matomo.git", + "reference": "8.x-1.23" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/matomo-8.x-1.23.zip", + "reference": "8.x-1.23", + "shasum": "c2dbf12878388c5859e64f1e74a9ca5110d1623f" + }, + "require": { + "drupal/core": "^9.0 || ^10" + }, + "conflict": { + "drupal/csp": "<1.12" + }, + "require-dev": { + "drupal/csp": "~1.12", + "drupal/php": "~1.1", + "drupal/token": "~1.9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.23", + "datestamp": "1700936102", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "C-Logemann", + "homepage": "https://www.drupal.org/user/218368" + }, + { + "name": "Grimreaper", + "homepage": "https://www.drupal.org/user/2388214" + }, + { + "name": "hass", + "homepage": "https://www.drupal.org/user/85918" + }, + { + "name": "shelane", + "homepage": "https://www.drupal.org/user/2674989" + } + ], + "description": "Adds Matomo javascript tracking code to all your site's pages.", + "homepage": "https://www.drupal.org/project/matomo", + "support": { + "source": "https://git.drupalcode.org/project/matomo" + } + }, { "name": "drupal/migrate_plus", "version": "6.0.2",