There was an error while loading. Please reload this page.
1 parent c808a97 commit f42b777Copy full SHA for f42b777
2 files changed
.travis.yml
@@ -1,8 +1,8 @@
1
+dist: trusty
2
+
3
language: php
4
5
php:
- - 5.4
- - 5.5
6
- 5.6
7
- 7.0
8
- hhvm
@@ -12,7 +12,7 @@ matrix:
12
- php: 7.0
13
- php: hhvm
14
include:
15
- - php: 5.4
+ - php: 5.6
16
env:
17
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
18
- COVERAGE=true
composer.json
@@ -23,8 +23,8 @@
23
"docs": "https://portphp.readthedocs.org"
24
},
25
"require": {
26
- "php": ">=5.4.0",
27
- "portphp/portphp": "1.0.x-dev",
+ "php": ">=5.6.0",
+ "portphp/portphp": "^1.0.0",
28
"doctrine/common": "^2.2"
29
30
"require-dev": {
@@ -46,7 +46,7 @@
46
47
"extra": {
48
"branch-alias": {
49
- "dev-master": "1.0.x-dev"
+ "dev-master": "2.0.x-dev"
50
}
51
52
0 commit comments