Skip to content

Commit 5206af6

Browse files
authored
Update README.md
1 parent 9641222 commit 5206af6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ The authentication package provides a simple interface to authenticate users in
1010

1111
## Installation via Composer
1212

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`.
1414

1515
```json
1616
{
1717
"require": {
18-
"joomla/authentication": "~3.0"
18+
"joomla/authentication": "~4.0"
1919
}
2020
}
2121
```
2222

2323
Alternatively, you can simply run the following from the command line:
2424

2525
```sh
26-
composer require joomla/authentication "~3.0"
26+
composer require joomla/authentication "~4.0"
2727
```
2828

2929
If you want to include the test sources and docs, use
3030

3131
```sh
32-
composer require --prefer-source joomla/authentication "~3.0"
32+
composer require --prefer-source joomla/authentication "~4.0"
3333
```

0 commit comments

Comments
 (0)