Skip to content

Commit d08d0ae

Browse files
committed
wip 8
1 parent 63216b9 commit d08d0ae

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.scrutinizer.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,11 @@ coding_style:
1818
php: { }
1919

2020
tools:
21-
php_sim: true
22-
php_pdepend: true
2321
php_analyzer: true
24-
php_code_sniffer:
25-
config:
26-
standard: PSR2
2722
php_changetracking: true
28-
php_cs_fixer:
29-
config: { level: psr2 }
30-
php_mess_detector: true
31-
sensiolabs_security_checker: true
3223
external_code_coverage:
3324
timeout: 600
25+
3426
filter:
3527
excluded_paths:
3628
- 'tests/*'

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"phpspec/prophecy-phpunit": "^2.0",
2424
"phpstan/phpstan": "^0.12.99",
2525
"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"
2927
},
3028
"autoload": {
3129
"psr-4": {

0 commit comments

Comments
 (0)