Composer extensions
This commit is contained in:
@@ -1,38 +1,22 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "numbered_pagination".
|
||||
*
|
||||
* Auto generated 15-10-2025 10:47
|
||||
*
|
||||
* 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' => 'Numbered Pagination',
|
||||
'description' => 'Improved pagination for TYPO3 10+',
|
||||
'category' => 'fe',
|
||||
'version' => '2.0.0',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => false,
|
||||
'clearcacheonload' => true,
|
||||
'author' => 'Georg Ringer',
|
||||
'author_email' => 'mail@ringer.it',
|
||||
'author_company' => NULL,
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '9.5.0-12.4.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'Numbered Pagination',
|
||||
'description' => 'Improved pagination for TYPO3 10+',
|
||||
'category' => 'fe',
|
||||
'author' => 'Georg Ringer',
|
||||
'author_email' => 'mail@ringer.it',
|
||||
'state' => 'stable',
|
||||
'clearCacheOnLoad' => true,
|
||||
'version' => '2.0.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '9.5.0-12.4.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
'autoload' => [
|
||||
'classmap' => ['Classes'],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user