Skip to content

Commit 125a751

Browse files
authored
Merge pull request #12 from php-telegram-bot/10-improve-tests
Improve and refactor tests and code
2 parents 5f05323 + 466422f commit 125a751

File tree

5 files changed

+372
-273
lines changed

5 files changed

+372
-273
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.3|^8.0"
27+
"php": "^7.4|^8.0"
2828
},
2929
"require-dev": {
30-
"php-parallel-lint/php-parallel-lint": "v1.2",
30+
"php-parallel-lint/php-parallel-lint": "^1.3",
3131
"phpunit/phpunit": "^9.5",
32-
"squizlabs/php_codesniffer": "^3.5"
32+
"squizlabs/php_codesniffer": "^3.6"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)