From 315c866ab2bdf23bcc3f2fe7dffefcc9c548e715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B5=D0=BD=D0=B5=D0=BB=D0=B8=D0=BD=20=D0=98=D0=BB?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2?= Date: Tue, 30 Aug 2016 19:49:14 +0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 18ec034..6fc648a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.*|5.2.*" + "illuminate/support": "5.1.*|5.2.*|5.3.*" }, "require-dev": { "phpunit/phpunit": "^4.8",