From a2b4eb784a4781a6f6d58a9d2ec0adf931f6b73e Mon Sep 17 00:00:00 2001 From: Florian BLOUET Date: Thu, 25 Feb 2016 18:17:29 +0100 Subject: [PATCH] PHRAS-1011 - fix PDFjs compatibility issue - bump Embed Bundle --- bower.json | 2 +- composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 1be38de001..172a3bc945 100644 --- a/bower.json +++ b/bower.json @@ -27,7 +27,7 @@ "bootstrap-sass": "v2.3.2.2", "jquery.lazyload": "~1.9.7", "jquery-treeview": "~1.4.2", - "alchemy-embed-medias": "~0.3.1" + "alchemy-embed-medias": "~0.3.2" }, "devDependencies": { "mocha": "latest", diff --git a/composer.json b/composer.json index 383c7013b8..24a91948a9 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=5.5", "alchemy-fr/tcpdf-clone": "~6.0", - "alchemy/embed-bundle": "^0.2.0", + "alchemy/embed-bundle": "^0.3.2", "alchemy/geonames-api-consumer": "~0.1.0", "alchemy/google-plus-api-client": "~0.6.2", "alchemy/mediavorus": "^0.4.4", diff --git a/composer.lock b/composer.lock index 8a23d73022..2049afa035 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "26dcf1e33b20a55ecd2555da02ba6161", - "content-hash": "6972430014dbde461b9954c32a8cbdbb", + "hash": "ed45383ccafa1e0c7d586d02a8df2e3f", + "content-hash": "8934531438dc5787ad1ff81ae20efa51", "packages": [ { "name": "alchemy-fr/tcpdf-clone", @@ -122,16 +122,16 @@ }, { "name": "alchemy/embed-bundle", - "version": "v0.2.0", + "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/alchemy-fr/embed-bundle.git", - "reference": "37cc6ab627e4a770a60aad4ae4c60934e5de5cf5" + "reference": "3db85da5eb56aa1ebeac4b0a3e224f127dfa7c1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/embed-bundle/zipball/37cc6ab627e4a770a60aad4ae4c60934e5de5cf5", - "reference": "37cc6ab627e4a770a60aad4ae4c60934e5de5cf5", + "url": "https://api.github.com/repos/alchemy-fr/embed-bundle/zipball/3db85da5eb56aa1ebeac4b0a3e224f127dfa7c1c", + "reference": "3db85da5eb56aa1ebeac4b0a3e224f127dfa7c1c", "shasum": "" }, "require-dev": { @@ -169,10 +169,10 @@ ], "description": "Embed resources bundle", "support": { - "source": "https://github.com/alchemy-fr/embed-bundle/tree/v0.2.0", + "source": "https://github.com/alchemy-fr/embed-bundle/tree/v0.3.2", "issues": "https://github.com/alchemy-fr/embed-bundle/issues" }, - "time": "2016-01-15 12:49:06" + "time": "2016-02-25 17:06:03" }, { "name": "alchemy/geonames-api-consumer",