From 2e919abfb7883cf8e7b3e1af1d6a56f6b02274af Mon Sep 17 00:00:00 2001 From: neoan Date: Wed, 7 Oct 2020 19:48:08 -0400 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 37a04d5..2a0e94a 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "neoan3-apps/db", "description": "neoan3 mysqli class", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "require": { - "php": "^7.0", + "php": "^7", "ext-mysqli": "*", "ext-ctype": "*" },