master
Jean-Christian Paul Denis 2023-04-25 15:16:34 +02:00
parent 73acccce65
commit 3a33babb3d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use dcCore;
class My
{
/** @var string Required php version */
public const PHP_MIN = '8.1';
public const PHP_MIN = '8.0';
/** @var string Plugin table name */
public const TABLE_NAME = 'post_option';