Skip to content

Commit

Permalink
[TASK] Raise PHP requirement to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Mar 5, 2015
1 parent c7babfa commit d1b732d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"FluidTYPO3\\Vhs\\": "Classes/"
}
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"fluidtypo3/development": "*"
},
Expand Down
36 changes: 21 additions & 15 deletions composer.lock

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

1 change: 1 addition & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
array (
'depends' =>
array (
'php' => '5.4.0-5.6.99',
'typo3' => '6.0.0-7.99.99',
'cms' => '',
'extbase' => '',
Expand Down

0 comments on commit d1b732d

Please sign in to comment.