Skip to content

Commit f174cce

Browse files
committed
Allow PHP 7.3 and higher
1 parent c6c7cf6 commit f174cce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
22
php:
3-
- 7.1
4-
- 7.2
3+
- 7.3
4+
- 7.4
55

66
matrix:
77
include:
8-
- php: 7.1
8+
- php: 7.3
99
env: DEPENDENCIES="--prefer-lowest"
10-
- php: 7.2
10+
- php: 7.4
1111
env: CHECK_CODESTYLE=1
1212
before_install: phpenv config-rm xdebug.ini
1313
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^7.1",
16+
"php": "^7.3",
1717
"ext-mbstring": "*",
1818
"beberlei/assert": "^2.9 || ^3.0",
1919
"mf/collections-php": "^4.0"

0 commit comments

Comments
 (0)