diff --git a/README.md b/README.md index 671549d..9ff746e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This extension provides the `#mermaid` parser function to support the generation ## Requirements - PHP 5.6 or later -- MediaWiki 1.27 or later +- MediaWiki 1.31 or later ## Installation @@ -35,7 +35,7 @@ If you do not have a "composer.local.json" file yet, create one and add the foll ``` { "require": { - "mediawiki/mermaid": "~2.0" + "mediawiki/mermaid": "~2.1" } } ``` @@ -43,7 +43,7 @@ If you do not have a "composer.local.json" file yet, create one and add the foll If you already have a "composer.local.json" file add the following line to the end of the "require" section in your file: - "mediawiki/mermaid": "~2.0" + "mediawiki/mermaid": "~2.1" Remember to add a comma to the end of the preceding line in this section.