Skip to content

Commit

Permalink
[BUGFIX] Corrected invalid version requirement and added static_info_…
Browse files Browse the repository at this point in the history
…tables as requirement.
  • Loading branch information
DavidSporer committed Feb 9, 2016
1 parent 1f75c7f commit 28b9bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"bin-dir": "bin"
},
"require": {
"typo3/cms-core": ">=6.2.*"
"typo3/cms-core": ">=6.2",
"typo3-ter/static-info-tables": "6.3.*"
},
"require-dev": {
"phpunit/phpunit": "4.7.*",
Expand Down

0 comments on commit 28b9bb4

Please sign in to comment.