Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Project's ROOT directory (where the **composer.json** file is located)

.. code-block:: shell

php composer.phar require "cakephp/authorization:^2.0"
Version 2 of the Authorization Plugin is compatible with CakePHP 4.
php composer.phar require "cakephp/authorization:^3.0"

Version 3 of the Authorization Plugin is compatible with CakePHP 5.

Load the plugin by adding the following statement in your project's
``src/Application.php``::
Expand Down