Skip to content

Commit

Permalink
[TASK] add require-dev theme-t3kit in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Feb 14, 2017
1 parent 14396a5 commit 69a8970
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
},
{
"type": "git",
"url": "https://github.com/t3kit/theme_t3kit"
}
],
"name": "t3kit/theme-t3kit-bluemountain",
"description": "Theme t3kit Blue mountain",
"type": "typo3-cms-extension",
Expand All @@ -10,5 +20,8 @@
"minimum-stability": "dev",
"require": {
"t3kit/theme-t3kit": "1.9.0"
},
"require-dev": {
"t3kit/theme-t3kit": "dev-master"
}
}

0 comments on commit 69a8970

Please sign in to comment.