Merge branch 'hotfix/ext-media-fix'
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@
|
||||
"ext-pdo": "*",
|
||||
"ext-simplexml": "*",
|
||||
"christophlehmann/imageoptimizer": "^2.0",
|
||||
"fab/media": "^5.0",
|
||||
"fab/vidi": "^3.2",
|
||||
"fab/media": "^5.1",
|
||||
"fab/vidi": "^4.0",
|
||||
"fluidtypo3/vhs": "^5.2",
|
||||
"georgringer/news": "^7.2",
|
||||
"gridelementsteam/gridelements": "^9.2",
|
||||
|
||||
Generated
+7
-8
@@ -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": "9e1be2cab97408fbcbe09fa4a4286a55",
|
||||
"content-hash": "c384522b1ff8b9dee68379d36ec578c0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "christophlehmann/imageoptimizer",
|
||||
@@ -616,21 +616,20 @@
|
||||
},
|
||||
{
|
||||
"name": "fab/vidi",
|
||||
"version": "3.3.2",
|
||||
"version": "4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fabarea/vidi.git",
|
||||
"reference": "5dbf282e8b8bf280fcda838444aee03ebf181a16"
|
||||
"reference": "9e577214cfaaf5a8d1e81fd4f79b0086f47d8724"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fabarea/vidi/zipball/5dbf282e8b8bf280fcda838444aee03ebf181a16",
|
||||
"reference": "5dbf282e8b8bf280fcda838444aee03ebf181a16",
|
||||
"url": "https://api.github.com/repos/fabarea/vidi/zipball/9e577214cfaaf5a8d1e81fd4f79b0086f47d8724",
|
||||
"reference": "9e577214cfaaf5a8d1e81fd4f79b0086f47d8724",
|
||||
"shasum": ""
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/vidi": "self.version",
|
||||
"vidi": "self.version"
|
||||
"typo3-ter/vidi": "self.version"
|
||||
},
|
||||
"type": "typo3-cms-extension",
|
||||
"autoload": {
|
||||
@@ -648,7 +647,7 @@
|
||||
"TYPO3 CMS",
|
||||
"generic listing"
|
||||
],
|
||||
"time": "2019-08-20T09:37:57+00:00"
|
||||
"time": "2020-06-05T07:51:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "facebook/graph-sdk",
|
||||
|
||||
@@ -14,9 +14,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '1.1.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'media' => '*'
|
||||
],
|
||||
'depends' => [],
|
||||
'conflicts' => [],
|
||||
'suggests' => []
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user