File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
- 5.6
7
7
- 7.0
8
8
- 7.1
9
+ - 7.2
9
10
10
11
matrix :
12
+ # test latest PHP stable version with lowest dependencies and phpstan static analysis
11
13
include :
12
- - php : 7.2
13
- env : STATIC_ANALYSIS=yes
14
+ - php : 7.1
15
+ env : COMPOSER_FLAGS="--prefer-lowest" STATIC_ANALYSIS=yes
14
16
15
17
before_script :
16
18
- travis_retry composer self-update
17
- - travis_retry composer install --no-interaction --prefer-source
19
+ - travis_retry composer update --no-interaction ${COMPOSER_FLAGS}
18
20
- if [ "$STATIC_ANALYSIS" != "" ]; then curl -L https://github.com/phpstan/phpstan/releases/download/0.8/phpstan.phar -o phpstan.phar; fi;
19
21
20
22
script :
Original file line number Diff line number Diff line change 28
28
"php-http/discovery" : " ^1.2" ,
29
29
"php-http/httplug" : " ^1.1" ,
30
30
"php-http/multipart-stream-builder" : " ^1.0" ,
31
- "symfony/options-resolver" : " ^2.6 || ^3.0"
31
+ "symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0 "
32
32
},
33
33
"require-dev" : {
34
34
"guzzlehttp/psr7" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments