Skip to content

Commit 5cc34ce

Browse files
committed
Updated dependencies to most recent version
1 parent 08299c8 commit 5cc34ce

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- hhvm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PHPHtmlParser is a simple, flexible, html parser which allows you to select tags
1212
Install
1313
-------
1414

15-
This package can be found on [packagist](https://packagist.org/packages/paquettg/php-html-parser) and is best loaded using [composer](http://getcomposer.org/). We support php 5.4, 5.5, and hhvm 2.3.
15+
This package can be found on [packagist](https://packagist.org/packages/paquettg/php-html-parser) and is best loaded using [composer](http://getcomposer.org/). We support php 5.6, 7.0, and hhvm 2.3.
1616

1717
Usage
1818
-----

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.4",
17+
"php": ">=5.6",
1818
"paquettg/string-encode": "~0.1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~4.8.0",
22-
"satooshi/php-coveralls": "~0.6.0",
21+
"phpunit/phpunit": "~5.3.0",
22+
"satooshi/php-coveralls": "~1.0.0",
2323
"mockery/mockery": "~0.9.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)