Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
add composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Oct 6, 2017
1 parent 99a08b9 commit 10ea758
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": "atomicptr/blogging",
"type": "typo3-cms-extension",
"description": "Minimal blog extension that makes use of TYPO3s core elements.",
"keywords": [
"TYPO3 CMS",
"blog",
"blogging",
"article",
"post"
],
"support": {
"issues": "https://github.com/atomicptr/blogging/issues"
},
"homepage": "https://github.com/atomicptr/blogging",
"authors": [
{
"name": "Christopher Kaster",
"email": "me@atomicptr.de",
"role": "Developer",
"homepage": "https://atomicptr.de"
}
],
"license": "MIT",
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"Atomicptr\\Blogging\\": "Classes"
}
}
}

0 comments on commit 10ea758

Please sign in to comment.