From 7c8e77de9874bdbad209155319138c6920ca91ce Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Fri, 17 Mar 2017 18:47:26 -0700 Subject: [PATCH] Require php v7.1 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 913e810..ff8a4f4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "require": { + "php": ">=7.1", "ivkos/pushbullet": "^3.1", "symfony/console": "^3.2", "symfony/event-dispatcher": "^3.2",