Skip to content

Commit f42b777

Browse files
committed
Bump version and start from PHP 5.6
1 parent c808a97 commit f42b777

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
dist: trusty
2+
13
language: php
24

35
php:
4-
- 5.4
5-
- 5.5
66
- 5.6
77
- 7.0
88
- hhvm
@@ -12,7 +12,7 @@ matrix:
1212
- php: 7.0
1313
- php: hhvm
1414
include:
15-
- php: 5.4
15+
- php: 5.6
1616
env:
1717
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
1818
- COVERAGE=true

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"docs": "https://portphp.readthedocs.org"
2424
},
2525
"require": {
26-
"php": ">=5.4.0",
27-
"portphp/portphp": "1.0.x-dev",
26+
"php": ">=5.6.0",
27+
"portphp/portphp": "^1.0.0",
2828
"doctrine/common": "^2.2"
2929
},
3030
"require-dev": {
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "1.0.x-dev"
49+
"dev-master": "2.0.x-dev"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)