From a9bb3174830be58795d04ec32eb0562d5dc8ba80 Mon Sep 17 00:00:00 2001 From: Jean Cesar Garcia Date: Mon, 9 May 2016 18:53:34 -0300 Subject: [PATCH] config and support ~5.1 || ~5.2 --- .gitignore | 3 ++- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f014d92..c8692cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -/vendor/ \ No newline at end of file +/vendor/ +/.phpintel \ No newline at end of file diff --git a/composer.json b/composer.json index 15aa83c..22f9b80 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { "php": ">=5.5.9", - "illuminate/config": "5.1.*", - "illuminate/support": "5.1.*", + "illuminate/config": "~5.1 || ~5.2", + "illuminate/support": "~5.1 || ~5.2", "moip/moip-sdk-php": "1.*", "mockery/mockery": "^0.9.4" },