-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
305cc2f
commit 0c06b4b
Showing
3 changed files
with
57 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
:major: 2 | ||
:minor: 0 | ||
:patch: 2 | ||
:minor: 1 | ||
:patch: 0 | ||
:special: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,56 @@ | ||
{ | ||
"name": "josegonzalez/cakephp-sanction", | ||
"version": "2.0.2", | ||
"description": "Centralize all of those permissions in a single file using the Sanction plugin.", | ||
"type": "cakephp-plugin", | ||
"keywords": [ | ||
"cakephp", | ||
"authorization", | ||
"auth" | ||
], | ||
"homepage": "http://github.com/josegonzalez/cakephp-sanction", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Jose Diaz-Gonzalez", | ||
"email": "email@josediazgonzalez.com", | ||
"homepage": "http://josediazgonzalez.com", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Daniel Hollands", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/LimeBlast" | ||
}, | ||
{ | ||
"name": "Alan Blount", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/zeroasterisk" | ||
}, | ||
{ | ||
"name": "mreishus", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/mreishus" | ||
}, | ||
{ | ||
"name": "kaptron", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/kaptron" | ||
}, | ||
{ | ||
"name": "Rifat Nabi", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/torifat" | ||
} | ||
], | ||
"require": { | ||
"composer/installers": "*" | ||
}, | ||
"support": { | ||
"email": "cakephp+sanction@josediazgonzalez.com", | ||
"issues": "https://github.com/josegonzalez/cakephp-sanction/issues", | ||
"source": "https://github.com/josegonzalez/cakephp-sanction" | ||
}, | ||
"extra": { | ||
"installer-name": "Sanction" | ||
} | ||
"name": "josegonzalez/cakephp-sanction", | ||
"description": "Centralize all of those permissions in a single file using the Sanction plugin.", | ||
"type": "cakephp-plugin", | ||
"keywords": [ | ||
"cakephp", | ||
"authorization", | ||
"auth" | ||
], | ||
"homepage": "http://github.com/josegonzalez/cakephp-sanction", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Jose Diaz-Gonzalez", | ||
"email": "email@josediazgonzalez.com", | ||
"homepage": "http://josediazgonzalez.com", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Daniel Hollands", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/LimeBlast" | ||
}, | ||
{ | ||
"name": "Alan Blount", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/zeroasterisk" | ||
}, | ||
{ | ||
"name": "mreishus", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/mreishus" | ||
}, | ||
{ | ||
"name": "kaptron", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/kaptron" | ||
}, | ||
{ | ||
"name": "Rifat Nabi", | ||
"role": "Contributor", | ||
"homepage": "https://github.com/torifat" | ||
} | ||
], | ||
"require": { | ||
"composer/installers": "*" | ||
}, | ||
"support": { | ||
"email": "cakephp+sanction@josediazgonzalez.com", | ||
"issues": "https://github.com/josegonzalez/cakephp-sanction/issues", | ||
"source": "https://github.com/josegonzalez/cakephp-sanction" | ||
}, | ||
"extra": { | ||
"installer-name": "Sanction" | ||
} | ||
} |