Skip to content

Commit

Permalink
Merge pull request #310 from acrobat/bump-php
Browse files Browse the repository at this point in the history
Bump minimum php requirement to 5.6
  • Loading branch information
acrobat authored Jun 24, 2017
2 parents e3bf203 + 4805282 commit 7d97adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
sudo: false
dist: trusty

language: php

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

sudo: false

env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",

"require": {
"php": "~5.4|~7.0",
"php": "^5.6 || ^7.0",
"bernard/normalt": "~1.0",
"symfony/event-dispatcher": "~2.3|~3.0",
"beberlei/assert": "~2.1"
Expand Down

0 comments on commit 7d97adf

Please sign in to comment.