From 49f553e052fe974e0a499195f2c40acec75b0b42 Mon Sep 17 00:00:00 2001 From: Ivan Kartolo Date: Tue, 19 Dec 2023 21:15:55 +0100 Subject: [PATCH] Task #446 #398: synchronize composer.json and ext_emconf resolve #446 #398 --- composer.json | 96 ++++++++++++++++++++++++++------------------------ ext_emconf.php | 4 +-- 2 files changed, 52 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index c8ef80fd2..2df183c46 100644 --- a/composer.json +++ b/composer.json @@ -1,48 +1,52 @@ { - "name": "directmailteam/direct-mail", - "type": "typo3-cms-extension", - "description": "Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.", - "keywords": [ - "TYPO3", - "extension", - "directmail", - "newsletter" - ], - "homepage": "https://github.com/kartolo/direct_mail", - "authors": [ - { - "name": "Ivan Kartolo", - "role": "Developer" - } - ], - "license": [ - "GPL-2.0-or-later" - ], - "support": { - "issues": "https://github.com/kartolo/direct_mail/issues" - }, - "require": { - "typo3/cms-core": "^11.5", - "typo3/cms-dashboard": "^11.5", - "php": "^7.4 || ^8.0 || ^8.1", - "friendsoftypo3/tt-address": "^6.0 || ^7.0 || ^8.0", - "tedivm/fetch": "0.7.*" - }, - "require-dev": { - "roave/security-advisories": "dev-master" - }, - "minimum-stability": "dev", - "autoload": { - "psr-4": { - "DirectMailTeam\\DirectMail\\": "Classes" - } - }, - "replace": { - "typo3-ter/direct-mail": "self.version" - }, - "extra": { - "typo3/cms": { - "extension-key": "direct_mail" - } - } + "name": "directmailteam/direct-mail", + "type": "typo3-cms-extension", + "description": "Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.", + "keywords": [ + "TYPO3", + "extension", + "directmail", + "newsletter" + ], + "homepage": "https://github.com/kartolo/direct_mail", + "authors": [ + { + "name": "Ivan Kartolo", + "role": "Developer" + } + ], + "license": [ + "GPL-2.0-or-later" + ], + "support": { + "issues": "https://github.com/kartolo/direct_mail/issues" + }, + "require": { + "typo3/cms-core": "^11.5", + "php": "^7.4 || ^8.0 || ^8.1", + "friendsoftypo3/tt-address": "^6.0 || ^7.0 || ^8.0", + "tedivm/fetch": "0.7.*" + }, + "require-dev": { + "roave/security-advisories": "dev-master" + }, + "suggest": { + "typo3/cms-dashboard": "^11.5", + "friendsoftypo3/rdct": "^2.1", + "friendsoftypo3/jumpurl": "^8.1" + }, + "minimum-stability": "dev", + "autoload": { + "psr-4": { + "DirectMailTeam\\DirectMail\\": "Classes" + } + }, + "replace": { + "typo3-ter/direct-mail": "self.version" + }, + "extra": { + "typo3/cms": { + "extension-key": "direct_mail" + } + } } diff --git a/ext_emconf.php b/ext_emconf.php index b4fa546ad..7774977d1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -16,12 +16,12 @@ 'lowlevel' => '11.5.0-11.99.99', 'tt_address' => '6.0.0-8.0.99', 'php' => '7.4.0-8.1.99', - 'jumpurl' => '8.0.3-', - 'rdct' => '2.1.0', ], 'conflicts' => [ ], 'suggests' => [ + 'jumpurl' => '8.0.3-', + 'rdct' => '2.1.0', ], ], 'suggests' => [