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 3e7276c commit 959c1a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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/mkmailer",
"description": "Makes the Open Source project phpmailer available for TYPO3.",
"version" : "2.0.10",
"version": "3.0.0",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3 CMS",
Expand Down Expand Up @@ -37,8 +37,8 @@
"issues": "https://github.com/DMKEBUSINESSGMBH/typo3-mkmailer"
},
"require": {
"typo3/cms-core": ">=4.5.0 <=8.7.99",
"typo3-ter/rn-base": ">=1.0.5"
"typo3/cms": "~4.5 || ~6.2 || ~7.6 || ~8.7",
"digedag/rn-base": ">=1.4"
},
"autoload": {
"classmap": [
Expand Down
10 changes: 5 additions & 5 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'category' => 'services',
'author' => 'René Nitzsche,Michael Wagner,Hannes Bochmann',
'author_email' => 'dev@dmk-ebusiness.de',
'version' => '2.0.10',
'version' => '3.0.0',
'shy' => '',
'dependencies' => 'rn_base',
'conflicts' => '',
Expand All @@ -32,14 +32,14 @@
'author_company' => 'DMK E-BUSINESS GmbH',
'constraints' => array(
'depends' => array(
'rn_base' => '1.0.5-0.0.0',
'typo3' => '4.5.0-8.7.99'
'rn_base' => '1.4.0-',
'typo3' => '4.5.0-8.7.99',
),
'conflicts' => array(
),
'suggests' => array(
't3users' => '2.0.0-0.0.0',
'mklib' => '2.0.0-0.0.0'
't3users' => '3.0.0-',
'mklib' => '3.0.0-'
),
),
'_md5_values_when_last_written' => 'a:5:{s:9:"ChangeLog";s:4:"afa5";s:10:"README.txt";s:4:"ee2d";s:12:"ext_icon.gif";s:4:"1bdc";s:19:"doc/wizard_form.dat";s:4:"ae26";s:20:"doc/wizard_form.html";s:4:"b08b";}',
Expand Down

0 comments on commit 959c1a1

Please sign in to comment.