File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
; This file is for unifying the coding style for different editors and IDEs.
2
- ; More information at http://editorconfig.org
3
-
4
- root = false
2
+ ; More information at https://editorconfig.org
5
3
6
4
[* ]
7
5
indent_style = tab
Original file line number Diff line number Diff line change 45
45
},
46
46
"scripts" : {
47
47
"test" : " php phpunit.phar" ,
48
- "test-setup" : " [ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-6 .5.13.phar && mv phpunit-6 .5.13.phar phpunit.phar || true" ,
48
+ "test-setup" : " [ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit-8 .5.13.phar && mv phpunit-8 .5.13.phar phpunit.phar || true" ,
49
49
"test-coverage" : " php phpunit.phar --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml" ,
50
50
"stan" : " phpstan analyse" ,
51
51
"stan-setup" : " cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.12 && mv composer.backup composer.json" ,
You can’t perform that action at this time.
0 commit comments