Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rengaw83 committed May 11, 2017
1 parent 78eafa5 commit cf8cc85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmk/mksearch",
"description": "Generic highly adjustable and extendable search engine framework, using Zend Lucene, Apache Solr or ElasticSearch. But support for other search engines can be provided easily.",
"version" : "2.0.34",
"version": "3.0.0",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3 CMS",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typo3-ter/mksearch": "self.version"
},
"require": {
"typo3/cms-core": ">=4.5.0 <=8.7.99",
"typo3-ter/rn-base": ">=1.2.6"
"typo3/cms": "~4.5 || ~6.2 || ~7.6 || ~8.7",
"digedag/rn-base": ">=1.4"
},
"autoload": {
"classmap": [
Expand Down
15 changes: 6 additions & 9 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* 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' => 'MK Search',
'description' => 'Generic highly adjustable and extendable search engine framework, using Zend Lucene, Apache Solr or ElasticSearch. But support for other search engines can be provided easily.',
Expand All @@ -18,7 +17,7 @@
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => 'rn_base',
'version' => '2.0.34',
'version' => '3.0.0',
'conflicts' => '',
'priority' => '',
'module' => '',
Expand All @@ -32,16 +31,14 @@
'author_company' => 'DMK E-Business GmbH',
'constraints' => array(
'depends' => array(
'rn_base' => '1.1.6-',
'rn_base' => '1.4.0-',
'typo3' => '4.5.0-8.7.99',
'scheduler' => '1.0.0-8.7.99'
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
'conflicts' => array(),
'suggests' => array(),
),
'suggests' => array(),
'classmap' => array(
'action/',
'filter/',
Expand Down

0 comments on commit cf8cc85

Please sign in to comment.