From 5e092c1a158c8cc495028a75224f465c2d8f5a11 Mon Sep 17 00:00:00 2001 From: Aina Sitraka <35221835+aynsix@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:36:54 +0300 Subject: [PATCH] PHRAS-3930 matomo media tracking (#4393) * update embed-bundle version to 2.0.15 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 08eef8c780..d1f80937f5 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "php": ">=7.0 <7.1", "ext-intl": "*", "alchemy-fr/tcpdf-clone": "~6.0", - "alchemy/embed-bundle": "^2.0.7", + "alchemy/embed-bundle": "^2.0.15", "alchemy/geonames-api-consumer": "~0.1.0", "alchemy/mediavorus": "^0.4.4", "alchemy/oauth2php": "1.1.0", diff --git a/composer.lock b/composer.lock index 039f1fcf64..f15e7d1962 100644 --- a/composer.lock +++ b/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": "12f2708ee329327ead6eac100cdf302e", + "content-hash": "cab652a03aad457cf7239d3156a0514c", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -131,16 +131,16 @@ }, { "name": "alchemy/embed-bundle", - "version": "2.0.13", + "version": "2.0.15", "source": { "type": "git", "url": "https://github.com/alchemy-fr/embed-bundle.git", - "reference": "e7c53ac4f0bfedba2cbd4431040cd615703a4c23" + "reference": "835a6b0cfce6b966df1b73c3a651a742ebe9449a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/embed-bundle/zipball/e7c53ac4f0bfedba2cbd4431040cd615703a4c23", - "reference": "e7c53ac4f0bfedba2cbd4431040cd615703a4c23", + "url": "https://api.github.com/repos/alchemy-fr/embed-bundle/zipball/835a6b0cfce6b966df1b73c3a651a742ebe9449a", + "reference": "835a6b0cfce6b966df1b73c3a651a742ebe9449a", "shasum": "" }, "require-dev": { @@ -178,10 +178,10 @@ ], "description": "Embed resources bundle", "support": { - "source": "https://github.com/alchemy-fr/embed-bundle/tree/2.0.13", + "source": "https://github.com/alchemy-fr/embed-bundle/tree/2.0.15", "issues": "https://github.com/alchemy-fr/embed-bundle/issues" }, - "time": "2021-10-01T13:22:39+00:00" + "time": "2023-10-14T10:42:19+00:00" }, { "name": "alchemy/geonames-api-consumer", @@ -8736,5 +8736,5 @@ "ext-intl": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" }