From 7af73b0e34aec614b3a4e7513c769cfa63b94b0e Mon Sep 17 00:00:00 2001 From: Stefan Danaita Date: Fri, 2 Jun 2017 14:33:22 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b880c7..8bffbe4 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A CSV Validator based on Laravel's built-in Validator", "type": "library", "require": { - "laravel/framework": "5.4.*" + "laravel/framework": "~5.0" }, "license": "MIT", "support": {