From 68308eeea71f294c77950e5c055ab09ff163be61 Mon Sep 17 00:00:00 2001 From: Achim Fritz Date: Fri, 29 May 2026 14:51:03 +0200 Subject: [PATCH] [TASK] update composer file --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6e0a66b..b18d43f 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "b13/simpleevents", "type": "typo3-cms-extension", - "description": "Add events in a simple way", + "description": "Events - Add events in a simple way", "license": "GPL-2.0-or-later", "keywords": ["TYPO3 CMS", "Events"], "require": { - "typo3/cms-core": "^13.4 || ^14.1" + "typo3/cms-core": "^13.4 || ^14.3" }, "replace": { "cmsexperts/simpleevents": "*" @@ -17,7 +17,11 @@ }, "extra": { "typo3/cms": { - "extension-key": "simpleevents" + "extension-key": "simpleevents", + "version": "6.0.1", + "Package": { + "providesPackages": {} + } } } }