Composer extensions
This commit is contained in:
@@ -1,38 +1,17 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "ods_osm".
|
||||
*
|
||||
* Auto generated 15-10-2025 10:41
|
||||
*
|
||||
* 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' => 'OpenStreetMap',
|
||||
'description' => 'Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.',
|
||||
'category' => 'plugin',
|
||||
'version' => '4.2.2',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => false,
|
||||
'clearcacheonload' => false,
|
||||
'author' => 'Robert Heel',
|
||||
'author_email' => 'typo3@bobosch.de',
|
||||
'author_company' => NULL,
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '11.5.0-12.4.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => 'OpenStreetMap',
|
||||
'description' => 'Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.',
|
||||
'author' => 'Robert Heel',
|
||||
'author_email' => 'typo3@bobosch.de',
|
||||
'category' => 'plugin',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '11.5.0-12.4.99',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
],
|
||||
'state' => 'stable',
|
||||
'version' => '4.2.2',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user