File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2828 "monolog/monolog" : " Allows for storing location not found errors to the log"
2929 },
3030 "require-dev" : {
31- "phpunit/phpunit" : " ^8.0 " ,
32- "mockery/mockery" : " ^1.3 " ,
31+ "phpunit/phpunit" : " ^9.5 " ,
32+ "mockery/mockery" : " ^1.4 " ,
3333 "geoip2/geoip2" : " ~2.1" ,
3434 "vlucas/phpdotenv" : " ^5.0" ,
35- "phpstan/phpstan" : " ^0.12.14 " ,
36- "squizlabs/php_codesniffer" : " ^3.5 "
35+ "phpstan/phpstan" : " ^1.2 " ,
36+ "squizlabs/php_codesniffer" : " ^3.6 "
3737 },
3838 "autoload" : {
3939 "files" : [
5151 "Torann\\ GeoIP\\ Tests\\ " : " tests/"
5252 }
5353 },
54+ "scripts" : {
55+ "test" : " vendor/bin/phpunit" ,
56+ "phpcs" : " vendor/bin/phpcs --standard=phpcs.xml src" ,
57+ "phpstan" : " vendor/bin/phpstan --level=0 --no-progress analyse src"
58+ },
5459 "extra" : {
5560 "branch-alias" : {
5661 "dev-master" : " 1.0-dev"
Original file line number Diff line number Diff line change 11parameters :
2- excludes_analyse :
3- - vendor
4- - resources
2+ excludePaths :
3+ analyse :
4+ - vendor
5+ - resources
56 ignoreErrors :
67 - ' #Function config_path not found #'
78 - ' #Function config not found #'
You can’t perform that action at this time.
0 commit comments