Update composer packages and add missing DB migration for Games.
Showing
... | ... | @@ -15,6 +15,11 @@ |
"email": "akalongman@gmail.com", | ||
"homepage": "http://longman.me", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "PHP Telegram Bot Team", | ||
"homepage": "https://github.com/php-telegram-bot/core/graphs/contributors", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
... | ... | @@ -26,8 +31,8 @@ |
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.0", | ||
"squizlabs/php_codesniffer": "^3.2" | ||
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.2", | ||
"squizlabs/php_codesniffer": "^3.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment