File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 6
6
- $HOME/.composer/cache/files
7
7
8
8
php :
9
- - 7.0
10
9
- 7.1
11
10
- 7.2
12
11
- 7.3
@@ -16,18 +15,16 @@ matrix:
16
15
17
16
jobs :
18
17
include :
19
- - php : 7.0
18
+ - php : 7.1
20
19
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
21
20
- php : 7.2
22
- env : COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage"
21
+ env : COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2 "
23
22
script :
24
23
- composer test-ci
25
24
after_success :
26
25
- wget https://scrutinizer-ci.com/ocular.phar
27
26
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
28
27
# Test LTS versions
29
- - php : 7.2
30
- env : DEPENDENCIES="dunglas/symfony-lock:^2"
31
28
- php : 7.2
32
29
env : DEPENDENCIES="dunglas/symfony-lock:^3"
33
30
- php : 7.2
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^7.0 " ,
14
+ "php" : " ^7.1 " ,
15
15
"php-http/httplug" : " ^2.0" ,
16
16
"php-http/message-factory" : " ^1.0" ,
17
17
"php-http/message" : " ^1.6" ,
18
- "symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0 "
18
+ "symfony/options-resolver" : " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1 "
19
19
},
20
20
"require-dev" : {
21
- "doctrine/instantiator" : " >=1.0.5 " ,
21
+ "doctrine/instantiator" : " ^1.1 " ,
22
22
"guzzlehttp/psr7" : " ^1.4" ,
23
- "phpspec/phpspec" : " ^3.4 || ^4.2 " ,
24
- "phpspec/prophecy" : " >= 1.8" ,
25
- "sebastian/comparator" : " >=2 "
23
+ "phpspec/phpspec" : " ^5.1 " ,
24
+ "phpspec/prophecy" : " ^ 1.8" ,
25
+ "sebastian/comparator" : " ^3.0 "
26
26
},
27
27
"suggest" : {
28
28
"ext-json" : " To detect JSON responses with the ContentTypePlugin" ,
You can’t perform that action at this time.
0 commit comments