Skip to content

Commit a48109d

Browse files
committed
Bump minimum PHP version to 7.1; test up to PHP 7.4
This will allow us to use class constant visibility and nullable types
1 parent 3d84f82 commit a48109d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
6+
- 7.3
7+
- 7.4
78

89
before_script:
910
- wget -nc http://getcomposer.org/composer.phar

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Given a deep data structure, access data by dot notation.
77
Requirements
88
------------
99

10-
* PHP (7.0+)
10+
* PHP (7.1+)
1111

1212
> For PHP (5.3+) please refer to version `1.0`.
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.0"
26+
"php": "^7.1"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)