File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
- imports :
2
- - php
1
+ filter :
2
+ excluded_paths : [tests/*]
3
+
4
+ checks :
5
+ php :
6
+ remove_extra_empty_lines : true
7
+ fix_use_statements :
8
+ remove_unused : true
9
+ fix_line_ending : true
10
+ fix_doc_comments : true
3
11
4
12
tools :
13
+ php_code_coverage : false
5
14
external_code_coverage :
6
15
timeout : 600
16
+
17
+ # build:
18
+ # dependencies:
19
+ # before:
20
+ # - sudo php /usr/bin/composer.phar self-update
21
+
22
+ application :
23
+ type : none
24
+
25
+ before_commands :
26
+ - sudo php /usr/bin/composer.phar self-update
Original file line number Diff line number Diff line change 35
35
"mockery/mockery" : " ~0.9.1" ,
36
36
"monolog/monolog" : " ^1.0" ,
37
37
"php-http/guzzle6-adapter" : " ^0.3.1" ,
38
- "php-http/mock-client" : " ~0.1" ,
38
+ "php-http/mock-client" : " ~0.1.1 " ,
39
39
"symfony/process" : " ^2.3||^3.0" ,
40
40
"symfony/http-kernel" : " ^2.3||^3.0"
41
41
},
You can’t perform that action at this time.
0 commit comments