From b193218c3aa841b328f998814b52567b4b247e79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jan 2021 10:46:19 +0100 Subject: update to 1.2.12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index be5ef71..653b936 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/main/README.md", "license": "MPL-2.0", - "version": "1.2.11", + "version": "1.2.12", "keywords": [ "mariadb", "mysql", @@ -38,7 +38,7 @@ "phpcbf": "phpcbf --standard=phpcs.xml" }, "require": { - "php": ">=7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^7 || ^8 || ^9", -- cgit