Skip to content

Commit a7bebe7

Browse files
committed
Update supported PHP versions
1 parent fbd2cb8 commit a7bebe7

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
6-
- hhvm
4+
- 7.1
5+
- 7.2
6+
- nightly
77

88
install:
99
- composer self-update
1010
- composer install --dev --no-interaction
1111

12+
allowed_failures:
13+
- nightly
14+
1215
script:
1316
- vendor/bin/phpunit
1417

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^5.6 || ^7.0",
22-
"paquettg/string-encode": "~0.1.0"
21+
"php": "^7.1",
22+
"paquettg/string-encode": "^0.1.1"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~5.3.0",
26-
"satooshi/php-coveralls": "~1.0.0",
27-
"mockery/mockery": "~0.9.0"
25+
"phpunit/phpunit": "^6.5",
26+
"php-coveralls/php-coveralls": "^2.0",
27+
"mockery/mockery": "^1.0"
2828
},
2929
"replace": {
3030
"paquettg/php-html-parser": "self.version"
@@ -33,6 +33,5 @@
3333
"psr-0": {
3434
"PHPHtmlParser": "src/"
3535
}
36-
},
37-
"prefer-stable": true
36+
}
3837
}

0 commit comments

Comments
 (0)