File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5
5
- - 5.6
6
4
- 7.0
7
5
- 8.0
8
- - hhvm
9
6
10
7
# This triggers builds to run on the new TravisCI infrastructure.
11
8
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
18
15
19
16
matrix :
20
17
include :
21
- - php : 5.5
18
+ - php : 7.0
22
19
env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
23
20
24
21
before_script :
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ~5.6 || ~ 7.0 || ~8.0"
22
+ "php" : " ~7.0 || ~8.0"
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " ~4.0 || ~5.0 || ~6.0 || ~7.0 || ~ 8.0 || ~9.0" ,
25
+ "phpunit/phpunit" : " ~8.0 || ~9.0" ,
26
26
"scrutinizer/ocular" : " ~1.1" ,
27
27
"squizlabs/php_codesniffer" : " ~2.3"
28
28
},
You can’t perform that action at this time.
0 commit comments