From c9a5adaa848dac9fa9002d0af237440a15775499 Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 18 May 2015 18:35:42 +0800 Subject: [PATCH] Update project setup. Signed-off-by: crynobone --- README.md | 4 ++-- composer.json | 10 +++++----- src/Authorization/composer.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1cedbf6..849c393 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To install through composer, simply put the following in your `composer.json` fi ```json { "require": { - "orchestra/auth": "3.0.*" + "orchestra/auth": "~3.0" } } ``` @@ -44,7 +44,7 @@ And then run `composer install` from the terminal. Above installation can also be simplify by using the following command: - composer require "orchestra/auth=3.0.*" + composer require "orchestra/auth=~3.0" ## Configuration diff --git a/composer.json b/composer.json index a611605..0e9f827 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "orchestra/auth", "description": "Auth Component for Orchestra Platform", - "license": "MIT", "homepage": "http://orchestraplatform.com/docs/latest/components/auth/", "keywords": ["orchestra-platform", "orchestral", "laravel", "auth", "acl", "rbac", "permission"], + "license": "MIT", "authors": [ { "name": "Mior Muhammad Zaki", @@ -34,13 +34,13 @@ "orchestra/authorization": "self.version" }, "suggest": { - "laravel/framework": "Allow using orchestra/auth component outside of Orchestra Platform", - "orchestra/model": "Allow using orchestra/auth component outside of Orchestra Platform", - "orchestra/foundation": "Allow using orchestra/auth with Orchestra Platform" + "laravel/framework": "Allow using orchestra/auth component outside of Orchestra Platform (~5.0).", + "orchestra/model": "Allow using orchestra/auth component outside of Orchestra Platform (~3.0).", + "orchestra/foundation": "Allow using orchestra/auth with Orchestra Platform (~3.0)." }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "minimum-stability": "dev" diff --git a/src/Authorization/composer.json b/src/Authorization/composer.json index ed0b4a6..fe91158 100644 --- a/src/Authorization/composer.json +++ b/src/Authorization/composer.json @@ -1,9 +1,9 @@ { "name": "orchestra/authorization", "description": "Authorization Component for Orchestra Platform", - "license": "MIT", "homepage": "http://orchestraplatform.com/docs/latest/components/auth/", "keywords": ["orchestra-platform", "orchestral", "laravel", "acl", "rbac", "permission"], + "license": "MIT", "authors": [ { "name": "Mior Muhammad Zaki", @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "support": {