From fc63ee37b1ebf75ee1843ded10f5bb4f3590afdd Mon Sep 17 00:00:00 2001 From: Derek Myers Date: Wed, 23 Jan 2019 13:47:42 -0600 Subject: [PATCH] Updated required PHP version to 5.4 in composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b14ea75..72c08b29 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Laravel plugin that helps authenticate with the auth0 service", "license": "MIT", "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "illuminate/support": "5.*", "auth0/auth0-php": "^5.1.0", "illuminate/contracts": "5.*"