Skip to content

Commit

Permalink
Change requirements in README (#114)
Browse files Browse the repository at this point in the history
* Change requirements in README

* Update README.md

* Update extension.json

* Update composer.json
  • Loading branch information
paladox authored Dec 28, 2024
1 parent 2d19a37 commit 2a0acd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ This extension provides the `#mermaid` parser function to support the generation

## Requirements

Requirements for Mermaid 3.x:
Requirements for Mermaid 4.x:

- PHP 7.0 or later
- MediaWiki 1.33 or later
- PHP 7.4 or later
- MediaWiki 1.39 or later

You can use an older version of Mermaid for older versions of MediaWiki and/or PHP.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
"dev-master": "4.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mermaid",
"version": "3.1.1-beta",
"version": "4.0.0-alpha",
"author": [
"James Hong Kong",
"Tyler Gibson"
Expand Down

0 comments on commit 2a0acd2

Please sign in to comment.