From 705d843de2902a27eba8fcf9ab63cbd407f176cd Mon Sep 17 00:00:00 2001 From: crynobone Date: Sun, 17 May 2015 18:28:49 +0800 Subject: [PATCH 1/2] Update project composer setup. Signed-off-by: crynobone --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3379d59..306cfe6 100644 --- a/composer.json +++ b/composer.json @@ -31,12 +31,12 @@ "illuminate/support": "5.0.*" }, "suggest": { - "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform", - "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform" + "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.0).", + "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.0)." }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "minimum-stability": "dev" From 9f07f6c68f15dbe498f247fe02c63b635acc1aa1 Mon Sep 17 00:00:00 2001 From: crynobone Date: Sun, 17 May 2015 18:30:39 +0800 Subject: [PATCH 2/2] Update installation guide. Signed-off-by: crynobone --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c96635..6a7e00d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To install through composer, simply put the following in your `composer.json` fi ```json { "require": { - "orchestra/messages": "3.0.*" + "orchestra/messages": "~3.0" } } ``` @@ -46,7 +46,7 @@ And then run `composer install` from the terminal. Above installation can also be simplify by using the following command: - composer require "orchestra/messages=3.0.*" + composer require "orchestra/messages=~3.0" ## Configuration