We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c7cf6 commit f174cceCopy full SHA for f174cce
.travis.yml
@@ -1,13 +1,13 @@
1
language: php
2
php:
3
- - 7.1
4
- - 7.2
+ - 7.3
+ - 7.4
5
6
matrix:
7
include:
8
- - php: 7.1
+ - php: 7.3
9
env: DEPENDENCIES="--prefer-lowest"
10
- - php: 7.2
+ - php: 7.4
11
env: CHECK_CODESTYLE=1
12
before_install: phpenv config-rm xdebug.ini
13
before_script:
composer.json
@@ -13,7 +13,7 @@
}
14
},
15
"require": {
16
- "php": "^7.1",
+ "php": "^7.3",
17
"ext-mbstring": "*",
18
"beberlei/assert": "^2.9 || ^3.0",
19
"mf/collections-php": "^4.0"
0 commit comments