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 3434 "Tests\\ Functional\\ " : " tests/functional/src"
3535 }
3636 },
37- "extra" : {
38- "branch-alias" : {
39- "dev-master" : " 1.0-dev"
40- }
41- },
4237 "scripts" : {
43- "all" : [
38+ "tools" : " sh composer-tools.sh" ,
39+ "ci" : [
4440 " @fix" ,
4541 " @analyse" ,
4642 " @test"
4743 ],
48- "tools" : " sh composer-tools.sh" ,
4944 "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" ,
5146 "test" : [
5247 " \" vendor/bin/codecept\" build" ,
5348 " \" vendor/bin/codecept\" run --debug"
5449 ]
50+ },
51+ "extra" : {
52+ "branch-alias" : {
53+ "dev-master" : " 1.0-dev"
54+ }
5555 }
5656}
You can’t perform that action at this time.
0 commit comments