Skip to content

Commit

Permalink
Merge pull request #254 from cakephp/3.x-docs
Browse files Browse the repository at this point in the history
3.x: adjust docs
  • Loading branch information
LordSimal authored Sep 17, 2023
2 parents 55863d1 + 2649cf7 commit 346e697
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 346e697

Please sign in to comment.