Skip to content

Commit 43ef289

Browse files
committed
dropped support for php 5.x for phpunit, and php 5.x is old
1 parent 62ba146 commit 43ef289

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Diff for: .travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ dist: precise
55
php:
66
- 7.3
77
- 7.2
8-
- 5.6
9-
- 5.5
10-
- 5.4
118

129
install: composer install
1310

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ changes when it socially makes sense.
1010
## [1.9.2] - 2019-06-26
1111
### Added
1212
- PHPUnit Tests for Firefox, Opera and Chrome (3684 tests, 7368 assertions)
13-
- Stronger tests for Firefox
13+
- Stronger tests for Firefox and Chrome
14+
### Removed
15+
- Dropped support for 5.x PHP due to updates to PHPUnit and legacy nature of 5.X
1416

1517
## [1.9.1] - 2019-06-19
1618
### Added

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"classmap": ["lib/Browser.php"]
2020
},
2121
"require": {
22-
"php": ">=5.4"
22+
"php": ">=7.2"
2323
},
2424
"extra": {
2525
"branch-alias": {

0 commit comments

Comments
 (0)