Skip to content

Commit

Permalink
Bump version and start from PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 30, 2017
1 parent c808a97 commit f42b777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: trusty

language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
Expand All @@ -12,7 +12,7 @@ matrix:
- php: 7.0
- php: hhvm
include:
- php: 5.4
- php: 5.6
env:
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
- COVERAGE=true
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"docs": "https://portphp.readthedocs.org"
},
"require": {
"php": ">=5.4.0",
"portphp/portphp": "1.0.x-dev",
"php": ">=5.6.0",
"portphp/portphp": "^1.0.0",
"doctrine/common": "^2.2"
},
"require-dev": {
Expand All @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit f42b777

Please sign in to comment.