Skip to content

Commit

Permalink
Prepare packagist integration
Browse files Browse the repository at this point in the history
This adds a composer manifest in order to be ready to integrate the
extension to packagist, mentioned in proudnerds-typo3#2.
  • Loading branch information
ipf committed Jun 20, 2018
1 parent 66e4140 commit d86a016
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "netcreators/irfaq",
"description": "FAQ frontend plugin with dynamic or static view which will merge and improve functionality of EXT:faq and EXT:faq_plus into a modern look",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Leonie Philine Bitto",
"email": "[email protected]"
},
{
"name": "Tania Morales",
"email": "[email protected]"
}
],
"require": {
"typo3/cms": "^7.6.15 || ^8.7.0"
},
"replace": {
"irfaq": "self.version",
"typo3-ter/irfaq": "self.version"
},
"autoload": {
"psr-4": {
"Netcreators\\Irfaq\\": "Classes/"
},
"classmap": [ "class.ext_update.php" ]
}
}

0 comments on commit d86a016

Please sign in to comment.