File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "type" : " library" ,
55 "require" : {
66 "php" : " ^7.1" ,
7- "ext-json" : " ^1.3 " ,
7+ "ext-json" : " * " ,
88 "guzzlehttp/guzzle" : " ^6.3" ,
99 "psr/http-message" : " ^1.0" ,
1010 "psr/log" : " ^1.0" ,
11- "monolog/monolog" : " ^1.9 "
11+ "monolog/monolog" : " ^1.23 "
1212 },
1313 "require-dev" : {
14+ "squizlabs/php_codesniffer" : " ^3.3" ,
1415 "codeception/codeception" : " ^2.5" ,
1516 "vlucas/phpdotenv" : " ^2.5" ,
16- "php-coveralls/php-coveralls" : " ^2.0 "
17+ "php-coveralls/php-coveralls" : " ^2.1 "
1718 },
1819 "license" : " MIT" ,
1920 "authors" : [
3233 "psr-4" : {
3334 "TK\\ Test\\ Unit\\ " : " tests/unit/"
3435 }
36+ },
37+ "scripts" : {
38+ "unit-test" : " vendor/bin/codecept run unit --coverage" ,
39+ "phpcs" : " vendor/bin/phpcs --standard=PSR2 src tests" ,
40+ "phpcbf" : " vendor/bin/phpcbf --standard=PSR2 src tests"
3541 }
3642}
You can’t perform that action at this time.
0 commit comments