Skip to content

Commit

Permalink
Dump reported PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 10, 2014
1 parent 1eef0e6 commit 0a8c43f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .travis.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* and as such must be included in each project as part of the skeleton.
*/

echo 'Reported PHP Version: ' . PHP_VERSION . PHP_EOL;

$config = array(
'config' => array(
'notify-on-install' => false
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
],
"require": {
"php": ">=5.5",
"evenement/evenement": "~2",
"icecave/repr": "~1",
"react/react": "dev-master"
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 0a8c43f

Please sign in to comment.