Fix required php version

This commit is contained in:
Dennis Eichhorn 2018-06-20 19:53:24 +02:00
parent f0f505301e
commit 7900333d41
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ use phpOMS\System\File\Local\File;
/**
* MemCache class.
*
* PHP Version 7.1
* PHP Version 7.2
*
* @package phpOMS\DataStorage\Cache\Connection
* @license OMS License 1.0

View File

@ -17,7 +17,7 @@ namespace phpOMS\Utils\IO\Csv {
/**
* Cvs interface.
*
* PHP Version 7.1
* PHP Version 7.2
*
* @package Framework
* @copyright Dennis Eichhorn