Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Updating README.md and composer.json with suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Feb 21, 2016
1 parent 4c066c5 commit 25b476a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor
/plugins
/tmp
/tmp
*.mo
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Requirements
* CakePHP 3.0+
* PHP 5.4.19

Complementary plugins
---------------------

The following plugins are not required but are a suggestions if you're looking for additional user related things.

* [Authenticate](https://github.com/friendsofcake/authenticate) - An authentication adapter collection
* [JWT Auth](https://github.com/ADmad/cakephp-jwt-auth) - A JWT Auth adapter
* [SimpleRbac](https://github.com/burzum/cakephp-simple-rbac) - An easy to use role based authorization adapter

Documentation
-------------

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
},
"suggested": {
"cakephp/migration": "*",
"friendsofcake/authenticate": "dev-cake3",
"admad/cakephp-jwt-auth": "dev-master"
"friendsofcake/authenticate": "Authentication adapter collection",
"admad/cakephp-jwt-auth": "JWT Auth adapter",
"burzum/cakephp-simple-rbac": "An easy to use role based authorization adapter"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 25b476a

Please sign in to comment.