Skip to content

Commit

Permalink
Update project setup.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 18, 2015
1 parent 4aebdab commit c9a5ada
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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"
}
}
```
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions 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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -23,7 +23,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "3.2-dev"
}
},
"support": {
Expand Down

0 comments on commit c9a5ada

Please sign in to comment.