Skip to content

Commit 85076bf

Browse files
committed
Update version references from 3 to 4
- composer.json docs URL - English and French index.rst
1 parent e46b456 commit 85076bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"issues": "https://github.com/cakephp/authentication/issues",
2121
"forum": "https://discourse.cakephp.org/",
2222
"source": "https://github.com/cakephp/authentication",
23-
"docs": "https://book.cakephp.org/authentication/3/en/"
23+
"docs": "https://book.cakephp.org/authentication/4/en/"
2424
},
2525
"require": {
2626
"php": ">=8.1",

docs/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Project's ROOT directory (where the **composer.json** file is located)
88
99
php composer.phar require cakephp/authentication
1010
11-
Version 3 of the Authentication Plugin is compatible with CakePHP 5.
11+
Version 4 of the Authentication Plugin is compatible with CakePHP 5.
1212

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

docs/fr/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ répertoire ROOT de votre projet CakePHP (là où se trouve le fichier
99
1010
php composer.phar require cakephp/authentication
1111
12-
La version 3 du Plugin Authentication est compatible avec CakePHP 5.
12+
La version 4 du Plugin Authentication est compatible avec CakePHP 5.
1313

1414
Chargez le plugin en ajoutant l'instruction suivante dans le fichier
1515
``src/Application.php`` de votre projet::

0 commit comments

Comments
 (0)