From 1c5726ef4a0b65cea35037d48c738c4275c5a53e Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Wed, 31 Oct 2018 13:19:37 +0900 Subject: [PATCH] Update composer.json Updated OLE should now work on PHP 7.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 513559d..652509f 100644 --- a/composer.json +++ b/composer.json @@ -51,8 +51,8 @@ "type": "library", "require": { "pear/pear-core-minimal": "^1.10", - "pear/ole": ">=1.0.0RC3", - "php": ">=5.3.3 <7.3" + "pear/ole": ">=1.0.0RC4", + "php": ">=5.3.3 <7.4" }, "require-dev": { "phpunit/phpunit": "<6.0"