File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 34
34
"Tests\\ Functional\\ " : " tests/functional/src"
35
35
}
36
36
},
37
- "extra" : {
38
- "branch-alias" : {
39
- "dev-master" : " 1.0-dev"
40
- }
41
- },
42
37
"scripts" : {
43
- "all" : [
38
+ "tools" : " sh composer-tools.sh" ,
39
+ "ci" : [
44
40
" @fix" ,
45
41
" @analyse" ,
46
42
" @test"
47
43
],
48
- "tools" : " sh composer-tools.sh" ,
49
44
"fix" : " \" vendor-tools/bin/php-cs-fixer\" fix" ,
50
- "analyse" : " \" vendor-tools/bin/phpstan\" analyse --no-progress --level=4 --configuration=phpstan.neon src tests" ,
45
+ "analyse" : " \" vendor-tools/bin/phpstan\" analyse --no-progress --level=5 --configuration=phpstan.neon src tests" ,
51
46
"test" : [
52
47
" \" vendor/bin/codecept\" build" ,
53
48
" \" vendor/bin/codecept\" run --debug"
54
49
]
50
+ },
51
+ "extra" : {
52
+ "branch-alias" : {
53
+ "dev-master" : " 1.0-dev"
54
+ }
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments