Skip to content

Commit fd57a5c

Browse files
committed
Update composer packages and use new PHPUnit TestCase class.
1 parent 83ba387 commit fd57a5c

File tree

5 files changed

+287
-192
lines changed

5 files changed

+287
-192
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": "^7.0",
22-
"longman/telegram-bot": "^0.40"
22+
"longman/telegram-bot": "^0.42"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^5.5",
26-
"jakub-onderka/php-parallel-lint": "^0.9"
25+
"jakub-onderka/php-parallel-lint": "^0.9.2",
26+
"phpunit/phpunit": "^6.1"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)