Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Download the stable branch (https://github.com/FMCorz/AclManager/archive/stable.
#### With Composer

1. [Install composer](http://getcomposer.org/doc/00-intro.md#locally) in the `app/` folder of your project.
2. Add `"fmcorz/acl-manager": "stable"` to your `require` key in your `composer.json` file. ([More about this](http://getcomposer.org/doc/01-basic-usage.md#the-require-key))
2. Add `"fmcorz/acl-manager": "dev-stable"` to your `require` key in your `composer.json` file. ([More about this](http://getcomposer.org/doc/01-basic-usage.md#the-require-key))
1. See [https://packagist.org/packages/fmcorz/acl-manager](https://packagist.org/packages/fmcorz/acl-manager) for all packages.
3. Run `php composer.phar install` to install the plugin.

[Composer documentation](http://getcomposer.org/doc/)
Expand Down