Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Jun 17, 2021
1 parent 517e94f commit 98a87ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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" : [
Expand All @@ -14,15 +13,14 @@
},
{
"name" : "Christof Rodejohann",
"email" : "chrtistof[email protected]",
"email" : "christof[email protected]",
"role" : "Developer"
}
],
"require": {
"typo3/cms-core": "^9.5.0"
"typo3/cms-core": "^9.5.27"
},
"replace": {
"typo3-ter/find": "*",
"subgoe/find": "*"
},
"autoload": {
Expand Down
5 changes: 1 addition & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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(
Expand All @@ -42,5 +41,3 @@
),
),
);

?>
2 changes: 0 additions & 2 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
);

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'Find');

?>

0 comments on commit 98a87ab

Please sign in to comment.