diff --git a/.travis.yml b/.travis.yml index c755ccf..08ffb48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 services: - mysql diff --git a/readme.md b/readme.md index f667eb2..cc2fd79 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Install Dibi via Composer: composer require dibi/dibi ``` -The Dibi 4.0 requires PHP version 7.1 and supports PHP up to 7.2. Older Dibi 3.x requires PHP 5.4 and supports PHP up to 7.2. +The Dibi 4.1 requires PHP version 7.1 and supports PHP up to 7.4. Usage