File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ The authentication package provides a simple interface to authenticate users in
10
10
11
11
## Installation via Composer
12
12
13
- Add ` "joomla/authentication": "~3 .0" ` to the require block in your composer.json and then run ` composer install ` .
13
+ Add ` "joomla/authentication": "~4 .0" ` to the require block in your composer.json and then run ` composer install ` .
14
14
15
15
``` json
16
16
{
17
17
"require" : {
18
- "joomla/authentication" : " ~3 .0"
18
+ "joomla/authentication" : " ~4 .0"
19
19
}
20
20
}
21
21
```
22
22
23
23
Alternatively, you can simply run the following from the command line:
24
24
25
25
``` sh
26
- composer require joomla/authentication " ~3 .0"
26
+ composer require joomla/authentication " ~4 .0"
27
27
```
28
28
29
29
If you want to include the test sources and docs, use
30
30
31
31
``` sh
32
- composer require --prefer-source joomla/authentication " ~3 .0"
32
+ composer require --prefer-source joomla/authentication " ~4 .0"
33
33
```
You can’t perform that action at this time.
0 commit comments