From 783a1a89f33671f90ec41d861a687c191a77a3b0 Mon Sep 17 00:00:00 2001 From: weboAp Date: Mon, 19 Sep 2016 19:26:33 -0400 Subject: [PATCH] fix issue #9 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ee9083b..62ab3a9 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~5.0", - "jalle19/php-whitelist-check": "1.0.4", - "geoip2/geoip2": "2.1.1" + "illuminate/support": "^5.0", + "jalle19/php-whitelist-check": "^1.0.6", + "geoip2/geoip2": "^2.4.2" }, "autoload": { "psr-4": { @@ -25,6 +25,6 @@ }, "minimum-stability": "stable", "require-dev": { - "phpspec/phpspec": "~2.1" + } }