diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |