From 9d4735f895eb0ca071750dc3dae9007e69ec6dda Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Mon, 20 Feb 2017 18:42:23 +0200 Subject: [PATCH] DBP: Strict Laravel versions support. --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 34bd8ec..351081d 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "^5.1", - "illuminate/database": "^5.1" + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*" }, "require-dev": { "phpunit/phpunit": "^5.0", diff --git a/composer.lock b/composer.lock index cbfc6d8..572de08 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "f2a820754651d76490a4b664ea25ed99", + "content-hash": "184f4076c959d205ccf259434aa31bf9", "packages": [ { "name": "classpreloader/classpreloader",