Composer extensions

This commit is contained in:
Matteo Gallo
2026-07-03 20:05:15 +02:00
parent 5ca4743197
commit d8a4481a03
1747 changed files with 3503 additions and 194889 deletions

View File

@@ -1,39 +1,31 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "fs_media_gallery".
*
* Auto generated 15-07-2022 15:24
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
* Extension Manager/Repository config file for ext: "fs_media_gallery"
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Media Gallery',
'description' => 'A media gallery based on the FAL integration of TYPO3.
$EM_CONF[$_EXTKEY] = [
'title' => 'Media Gallery',
'description' => 'A media gallery based on the FAL integration of TYPO3.
Show your media assets from your local or remote storage as a gallery of albums.',
'category' => 'plugin',
'version' => '3.0.2',
'state' => 'stable',
'uploadfolder' => false,
'clearcacheonload' => true,
'author' => 'Frans Saris',
'author_email' => 'franssaris@gmail.com',
'author_company' => '',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '11.4.0-11.5.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);
'category' => 'plugin',
'author' => 'Frans Saris',
'author_email' => 'franssaris@gmail.com',
'author_company' => '',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '3.0.2',
'constraints' => [
'depends' => [
'typo3' => '11.4.0-11.5.99',
],
'conflicts' => [],
'suggests' => [],
],
];