From 5fe5ae69584d3adc8112edebed7ff4ff58ecf533 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 16 Jan 2020 15:36:16 -0600 Subject: [PATCH] add PHP version and extension requirementss It might be a good idea to break off a v2 as well after this, and switch the minimum version support to PHP 7.2 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c611273..093f297 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,11 @@ "role": "Maintainer" } ], - "require": {}, + "require": { + "php": ">=5.4.0", + "ext-fileinfo": "*", + "ext-imagick": "*" + }, "autoload": { "psr-0": { "FroalaEditor": "lib/"