Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Kott committed Sep 26, 2014
1 parent eba9df6 commit e3c3bb9
Showing 1 changed file with 38 additions and 7 deletions.
45 changes: 38 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
{
"name": "typo3-ter/bootstrap_package",
"description": "Boostrap Package delivers a full configured frontend for TYPO3 CMS 6.2, based on the Bootstrap CSS Framework, and is basicly a THEME.",
"type": "typo3-cms-extension",
"require": {
"composer/installers": "*"
}
}
"repositories": [
{
"type": "composer",
"url": "http://composer.typo3.org/"
}
],
"name": "typo3-ter/bootstrap_package",
"type": "typo3-cms-extension",
"description": "Bootstrap Package delivers a full configured frontend for TYPO3 CMS 6.2, based on the Bootstrap CSS Framework.",
"homepage": "https://github.com/benjaminkott/bootstrap_package",
"authors": [
{
"name": "Benjamin Kott",
"email": "info@bk2k.info",
"role": "Developer",
"homepage": "http://www.bk2k.info/"
}
],
"license": "MIT",
"keywords": [
"TYPO3 CMS",
"introduction",
"sitepackage",
"bootstrap",
"responsive",
"front-end",
"web"
],
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"require": {
"composer/installers": "*",
"typo3/cms": ">=6.2.4,<7",
"typo3-ter/realurl": "*"
},
"version": "6.2.6-dev"
}

0 comments on commit e3c3bb9

Please sign in to comment.