From 98a87ab4a6d5d6fe7683332d678f6c0f1ef2dd17 Mon Sep 17 00:00:00 2001 From: Alexander Bigga Date: Thu, 17 Jun 2021 10:15:12 +0200 Subject: [PATCH] Fix composer.json --- composer.json | 8 +++----- ext_emconf.php | 5 +---- ext_tables.php | 2 -- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index aace39fe..b89cee5f 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,8 @@ { "name": "slub/find", "description": "A frontend for Solr indexes", - "version": "1.1.0", "type": "typo3-cms-extension", - "homepage": "", + "homepage": "https://github.com/slub/typo3-find", "keywords" : ["TYPO3 CMS"], "license": ["GPL-2.0+"], "authors" : [ @@ -14,15 +13,14 @@ }, { "name" : "Christof Rodejohann", - "email" : "chrtistof.rodejohann@slub-dresden.de", + "email" : "christof.rodejohann@slub-dresden.de", "role" : "Developer" } ], "require": { - "typo3/cms-core": "^9.5.0" + "typo3/cms-core": "^9.5.27" }, "replace": { - "typo3-ter/find": "*", "subgoe/find": "*" }, "autoload": { diff --git a/ext_emconf.php b/ext_emconf.php index 5dff9d77..df8e2670 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -13,7 +13,7 @@ $EM_CONF[$_EXTKEY] = array( 'title' => 'Find', 'description' => 'A frontend for Solr indexes', - 'version' => '2.0.0', + 'version' => '1.1.1', 'state' => 'stable', 'category' => 'frontend', 'shy' => 0, @@ -33,7 +33,6 @@ 'conflicts' => '', 'constraints' => array( 'depends' => array( - 'php' => '7.2.0-7.3.99', 'typo3' => '9.5.0-9.5.99', ), 'conflicts' => array( @@ -42,5 +41,3 @@ ), ), ); - -?> diff --git a/ext_tables.php b/ext_tables.php index f5332c85..a6d7b705 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -13,5 +13,3 @@ ); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'Find'); - -?> \ No newline at end of file