From 9f21e47a06e73a3ff8cb5e27bf06a80f15162e81 Mon Sep 17 00:00:00 2001 From: Julian Karhoff Date: Mon, 2 Mar 2015 23:16:58 +0100 Subject: [PATCH] Bump composer.json to L5 --- .gitignore | 1 + composer.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c1fc0c..cb4c3b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor +/.idea composer.phar composer.lock .DS_Store \ No newline at end of file diff --git a/composer.json b/composer.json index 4fa0355..e747f83 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "license": "MIT", "require": { "php": ">=5.3.0", - "illuminate/support": "<4.3,>=4.0", - "illuminate/view": "<4.3,>=4.0", + "illuminate/support": ">=5.0", + "illuminate/view": ">=5.0", "mthaml/mthaml": "~1.3" }, "autoload": { @@ -19,5 +19,5 @@ "Bkwld\\LaravelHaml": "src/" } }, - "minimum-stability": "dev" + "minimum-stability": "stable" }