Skip to content

Commit 91f97e4

Browse files
committed
dependencies updated and testing and cs fix commands integrted
1 parent cad8f92 commit 91f97e4

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
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": [
@@ -32,5 +33,10 @@
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
}

0 commit comments

Comments
 (0)