Skip to content

Commit 5f7d8d2

Browse files
authored
Update README.md
Update readme for 2.1.0 release
1 parent d24b451 commit 5f7d8d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This extension provides the `#mermaid` parser function to support the generation
1313
## Requirements
1414

1515
- PHP 5.6 or later
16-
- MediaWiki 1.27 or later
16+
- MediaWiki 1.31 or later
1717

1818
## Installation
1919

@@ -35,15 +35,15 @@ If you do not have a "composer.local.json" file yet, create one and add the foll
3535
```
3636
{
3737
"require": {
38-
"mediawiki/mermaid": "~2.0"
38+
"mediawiki/mermaid": "~2.1"
3939
}
4040
}
4141
```
4242

4343
If you already have a "composer.local.json" file add the following line to the end of the "require"
4444
section in your file:
4545

46-
"mediawiki/mermaid": "~2.0"
46+
"mediawiki/mermaid": "~2.1"
4747

4848
Remember to add a comma to the end of the preceding line in this section.
4949

0 commit comments

Comments
 (0)