Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtteil committed Jul 12, 2019
1 parent 9bb8634 commit 517f319
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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" : "[email protected]"
},
"license" : "GPL-3.0+"
}

0 comments on commit 517f319

Please sign in to comment.