Skip to content

Commit

Permalink
Updating php requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralph committed Mar 4, 2017
1 parent a760365 commit df2eef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1

before_script:
- composer self-update
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"keywords": ["twig", "markdown", "parsedown"],
"license": "MIT",
"require": {
"php": "^7.0",
"twig/twig": "~2",
"erusev/parsedown-extra": "0.*"
},
Expand Down

0 comments on commit df2eef6

Please sign in to comment.