This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +646
-298
lines changed Expand file tree Collapse file tree 3 files changed +646
-298
lines changed Original file line number Diff line number Diff line change 23
23
24
24
matrix :
25
25
include :
26
- - php : 5.6
27
- env :
28
- - DEPS=lowest
29
- - php : 5.6
30
- env :
31
- - DEPS=locked
32
- - TEST_COVERAGE=true
33
- - DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
34
- - PATH="$HOME/.local/bin:$PATH"
35
- - php : 5.6
36
- env :
37
- - DEPS=latest
38
- - php : 7
39
- env :
40
- - DEPS=lowest
41
- - php : 7
42
- env :
43
- - DEPS=locked
44
- - CS_CHECK=true
45
- - php : 7
46
- env :
47
- - DEPS=latest
48
26
- php : 7.1
49
27
env :
50
28
- DEPS=lowest
51
29
- php : 7.1
52
30
env :
53
31
- DEPS=locked
32
+ - DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
33
+ - PATH="$HOME/.local/bin:$PATH"
34
+ - TEST_COVERAGE=true
35
+ - CHECK_CS=true
54
36
- php : 7.1
55
37
env :
56
38
- DEPS=latest
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"require" : {
17
- "php" : " ^5.6 || ^7.0 " ,
17
+ "php" : " ^7.1 " ,
18
18
"container-interop/container-interop" : " ^1.2" ,
19
19
"psr/container" : " ^1.0" ,
20
20
"zendframework/zend-stdlib" : " ^3.1"
21
21
},
22
22
"require-dev" : {
23
- "ocramius/proxy-manager " : " ^1.0 || ^2.0 " ,
24
- "phpbench/phpbench " : " ^0.10.0 " ,
25
- "phpunit/phpunit " : " ^5.7 || ^6.0.6 " ,
26
- "mikey179/vfsStream " : " ^1.6 " ,
23
+ "mikey179/vfsStream " : " ^1.6.4 " ,
24
+ "ocramius/proxy-manager " : " ^2.1.1 " ,
25
+ "phpbench/phpbench " : " ^0.13.0 " ,
26
+ "phpunit/phpunit " : " ^6.2.3 " ,
27
27
"zendframework/zend-coding-standard" : " ~1.0.0"
28
28
},
29
29
"suggest" : {
30
- "ocramius/proxy-manager" : " ProxyManager 1.* to handle lazy initialization of services" ,
31
- "zendframework/zend-stdlib" : " zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
30
+ "ocramius/proxy-manager" : " ProxyManager ^2.1.1 to handle lazy initialization of services" ,
31
+ "zendframework/zend-stdlib" : " zend-stdlib ^2.7.7 | ^3.1 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
32
32
},
33
33
"minimum-stability" : " dev" ,
34
34
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments