From 517f319b4b310e69ea479b986caa9ca1829e7b8c Mon Sep 17 00:00:00 2001 From: lichtteil Date: Fri, 12 Jul 2019 11:32:14 +0200 Subject: [PATCH] Add composer.json --- composer.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5d54d74 --- /dev/null +++ b/composer.json @@ -0,0 +1,33 @@ +{ + "name" : "gebruederheitz/backendtools", + "type" : "typo3-cms-extension", + "description" : "5 admin tools for extensions, files, images and links: extensionlist, filedeletion, images with no title, unzip and linklist.", + "authors" : [{ + "name" : "Kurt Gusbeth", + "role" : "Developer" + } + ], + "version" : "1.2.3", + "require" : { + "typo3/cms-core" : "^7.6" + }, + "autoload" : { + "psr-4" : { + "Fixpunkt\\Backendtools\\" : "Classes" + } + }, + "autoload-dev" : { + "psr-4" : { + "Fixpunkt\\Backendtools\\Tests\\" : "Tests" + } + }, + "replace" : { + "backendtools" : "self.version", + "typo3-ter/backendtools" : "self.version" + }, + "homepage" : "https://www.fixpunkt.com/webentwicklung/typo3/typo3-extensions/", + "support" : { + "email" : "info@quizpalme.de" + }, + "license" : "GPL-3.0+" +} \ No newline at end of file