From 6ff2d58097a275131a1bb2350e222bf1e2780234 Mon Sep 17 00:00:00 2001 From: Ivan Brezhnev Date: Sun, 28 Feb 2016 19:07:32 +0200 Subject: [PATCH] Update for Laravel 5.2 --- .gitignore | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f11b75..bd757d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .idea/ +/composer.lock +/vendor diff --git a/composer.json b/composer.json index 1ad084f..12cd070 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { "php": ">=5.5.0", - "illuminate/contracts": "5.1.*", - "illuminate/http": "5.1.*" + "illuminate/contracts": "~5.1", + "illuminate/http": "~5.1" }, "autoload": { "psr-4": {