Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
[TASK] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Feb 23, 2015
1 parent 540ced4 commit f51188a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
26 changes: 16 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"require": {
"fluidtypo3/flux": "*"
},
"require-dev": {
"fluidtypo3/development": "*",
"fluidtypo3/flux": "dev-development"
},
"autoload": {
"psr-4": {
"FluidTYPO3\\Fluidcontent\\": "Classes/"
}
},
"require-dev": {
"fluidtypo3/development": "*",
"fluidtypo3/flux": "dev-development"
},
"autoload": {
"psr-4": {
"FluidTYPO3\\Fluidcontent\\": "Classes/"
}
},
"type": "typo3-cms-extension",
"keywords": ["TYPO3 CMS", "templating", "bootstrap", "flux", "fluidcontent", "fedext", "fluid"],
"homepage": "https://fluidtypo3.org",
Expand All @@ -24,5 +24,11 @@
},
"suggest": {
"fluidtypo3/fluidpages": "Gives the ability to render Page Templates with pure fluid."
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/TYPO3/TYPO3.CMS"
}
]
}
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f51188a

Please sign in to comment.