File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,11 @@ coding_style:
18
18
php : { }
19
19
20
20
tools :
21
- php_sim : true
22
- php_pdepend : true
23
21
php_analyzer : true
24
- php_code_sniffer :
25
- config :
26
- standard : PSR2
27
22
php_changetracking : true
28
- php_cs_fixer :
29
- config : { level: psr2 }
30
- php_mess_detector : true
31
- sensiolabs_security_checker : true
32
23
external_code_coverage :
33
24
timeout : 600
25
+
34
26
filter :
35
27
excluded_paths :
36
28
- ' tests/*'
Original file line number Diff line number Diff line change 23
23
"phpspec/prophecy-phpunit" : " ^2.0" ,
24
24
"phpstan/phpstan" : " ^0.12.99" ,
25
25
"phpstan/phpstan-doctrine" : " ^0.12.44" ,
26
- "phpstan/phpstan-mockery" : " ^0.12.14" ,
27
- "php-coveralls/php-coveralls" : " ^2.4" ,
28
- "scrutinizer/ocular" : " ^1.8"
26
+ "phpstan/phpstan-mockery" : " ^0.12.14"
29
27
},
30
28
"autoload" : {
31
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments