From 811d8b2b89bf64d7106b433f5b8d5698527fab75 Mon Sep 17 00:00:00 2001 From: wuweixin Date: Sat, 3 Sep 2016 14:07:10 +0800 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3b00d2a..c2f5153 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ ], "require": { "php": ">=5.4.0", - "illuminate/filesystem": "5.2.*", - "illuminate/support": "5.2.*", - "pingpong/support": "2.2.*@dev", + "illuminate/filesystem": "5.3.*", + "illuminate/support": "5.3.*", + "pingpong/support": "dev-master", "doctrine/dbal": "~2.5" }, "require-dev": {