File tree Expand file tree Collapse file tree 3 files changed +568
-490
lines changed Expand file tree Collapse file tree 3 files changed +568
-490
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ matrix:
22
22
- php : 7.1
23
23
env :
24
24
- DEPS=locked
25
- - CS_CHECK =true
25
+ - TEST_COVERAGE =true
26
26
- php : 7.1
27
27
env :
28
28
- DEPS=latest
@@ -52,7 +52,6 @@ matrix:
52
52
env :
53
53
- DEPS=latest
54
54
allow_failures :
55
- - php : 7.2
56
55
- php : nightly
57
56
58
57
before_install :
Original file line number Diff line number Diff line change 44
44
"symfony/console" : " ^2.3 || ^3.0 || ^4.0" ,
45
45
"zendframework/zend-stdlib" : " ^2.7.7 || ^3.0.1" ,
46
46
"zendframework/zend-hydrator" : " ^1.1 || ^2.2.1" ,
47
- "zendframework/zend-mvc" : " ^2.7.10 || ^3.0.1" ,
47
+ "zendframework/zend-mvc" : " ^2.7.13 || ^3.0.1" ,
48
48
"zendframework/zend-servicemanager" : " ^2.7.6 || ^3.1"
49
49
},
50
50
"require-dev" : {
51
- "phpunit/phpunit" : " ^6.5 " ,
51
+ "phpunit/phpunit" : " ^7.0.3 " ,
52
52
"squizlabs/php_codesniffer" : " ^2.7" ,
53
53
"doctrine/data-fixtures" : " ^1.2.1" ,
54
54
"doctrine/migrations" : " ^1.4.1" ,
You can’t perform that action at this time.
0 commit comments