Bump PHP requirement

This commit is contained in:
Timothy Warren 2020-03-11 15:14:34 -04:00
parent 14613e6395
commit dec5b25569
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Version 4.2
* Updated dependencies
* Updated PHP requirement to 7.2
* Updated PHP requirement to 7.3
## Version 4.1
* Added optional dark theme

View File

@ -31,7 +31,7 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net
### Requirements
* PHP 7.2+
* PHP 7.3+
* PDO SQLite or PDO PostgreSQL (For collection tab)
* GD extension for caching images

View File

@ -3,7 +3,7 @@
*
* An API client for Kitsu to manage anime and manga watch lists
*
* PHP version 7.2
* PHP version 7.3
*
* @package HummingbirdAnimeClient
* @author Timothy J. Warren <tim@timshomepage.net>

View File

@ -30,7 +30,7 @@
"ext-pdo": "*",
"maximebf/consolekit": "^1.0",
"monolog/monolog": "^2.0.1",
"php": "^7.2",
"php": "^7.3",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
"yosymfony/toml": "^1.0",