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