Skip to content

Commit

Permalink
[BUGFIX] Remove composer dependencies that do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Nilsson committed Oct 21, 2016
1 parent b1cac29 commit 690199a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
},
{
"type": "git",
"url": "https://github.com/t3kit/t3kit_extension_tools"
Expand All @@ -23,8 +27,7 @@
"typo3-ter/dyncss": ">=0.7.0 <=0.7.99",
"typo3-ter/dyncss-less": ">=0.7.0 <=0.7.99",
"typo3-themes/themes": ">=7.0.0 <=7.2.99",
"t3kit/t3kit-extension-tools": "*",
"typo3-ter/fluid-styled-content": "*",
"t3kit/t3kit-extension-tools": "^1.0",
"typo3-ter/gridelements": ">=7.0.0 <=7.2.99"
}
}

0 comments on commit 690199a

Please sign in to comment.