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,24 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "paginatedprocessors".
*
* Auto generated 14-07-2024 01:44
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'Paginated Processors',
'description' => 'Data processors with pagination',
'category' => 'fe',
'version' => '1.5.1',
'state' => 'stable',
'uploadfolder' => false,
'clearcacheonload' => true,
'author' => 'Tanel Põld',
'author_email' => 'tanel@brightside.ee',
'author_company' => 'Brightside OÜ / t3brightside.com',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '11.5.0-12.4.99',
'embedassets' => '1.2.0-1.99.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);
$EM_CONF[$_EXTKEY] = [
'title' => 'Paginated Processors',
'description' => 'Data processors with pagination',
'category' => 'fe',
'author' => 'Tanel Põld',
'author_email' => 'tanel@brightside.ee',
'author_company' => 'Brightside OÜ / t3brightside.com',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '1.5.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
'embedassets' => '1.2.0-1.99.99',
],
],
'autoload' => [
'psr-4' => [
'Brightside\\Paginatedprocessors\\' => 'Classes'
]
],
];