From 32f3a0b360d59c2d43c48406618f4359e6e7cb90 Mon Sep 17 00:00:00 2001 From: kuzmaka Date: Thu, 1 Nov 2018 12:22:19 +0200 Subject: [PATCH] fix auth0-php version at 5.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b14ea75..780a9abb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": ">=5.3.0", "illuminate/support": "5.*", - "auth0/auth0-php": "^5.1.0", + "auth0/auth0-php": "5.3.0", "illuminate/contracts": "5.*" }, "autoload": {