Skip to content

Commit

Permalink
dropped support for php 5.x for phpunit, and php 5.x is old
Browse files Browse the repository at this point in the history
  • Loading branch information
cbschuld committed Jun 26, 2019
1 parent 62ba146 commit 43ef289
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ dist: precise
php:
- 7.3
- 7.2
- 5.6
- 5.5
- 5.4

install: composer install

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ changes when it socially makes sense.
## [1.9.2] - 2019-06-26
### Added
- PHPUnit Tests for Firefox, Opera and Chrome (3684 tests, 7368 assertions)
- Stronger tests for Firefox
- Stronger tests for Firefox and Chrome
### Removed
- Dropped support for 5.x PHP due to updates to PHPUnit and legacy nature of 5.X

## [1.9.1] - 2019-06-19
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"classmap": ["lib/Browser.php"]
},
"require": {
"php": ">=5.4"
"php": ">=7.2"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 43ef289

Please sign in to comment.