From 09574248ea90dcc45dabe9898d951a5547723d15 Mon Sep 17 00:00:00 2001 From: Arthur Rehm Date: Mon, 21 Mar 2016 11:26:10 +0100 Subject: [PATCH] * add 0.1.0 version --- composer.json | 5 ++++- ext_emconf.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 76dd810..022219a 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "extension", "hostedsolr" ], - "version": "0.0.1", + "version": "0.1.0", "authors": [ { "name": "Arthur Rehm", @@ -17,6 +17,9 @@ "homepage": "http://www.dkd.de" } ], + "require-dev": { + "phpunit/phpunit": ">=4.8.0" + }, "require": { "typo3/cms-core": ">=7.6.0", "hosted-solr/apiclient": "*" diff --git a/ext_emconf.php b/ext_emconf.php index 9b7780d..faf2496 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -49,7 +49,7 @@ 'clearCacheOnLoad' => 0, 'lockType' => '', 'author_company' => 'dkd Internet Service GmbH', - 'version' => '0.0.1', + 'version' => '0.1.0', 'constraints' => array( 'depends' => array( 'typo3' => '7.6.0-7.6.99',