This commit is contained in:
Jean-Christian Denis 2023-04-25 15:16:34 +02:00
parent 73acccce65
commit 3a33babb3d
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

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';