Skip to content

Commit ebb5a32

Browse files
authored
Update README.md (#258)
Just updating details to the current version
1 parent 1d48620 commit ebb5a32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ adds some extra [special properties].
1010

1111
## Requirements
1212

13-
- PHP 7.3 or later
14-
- MediaWiki 1.35 or later, tested up to MediaWiki 1.39
15-
- Semantic MediaWiki 3.1 or later, tested up to SMW 4.1
13+
- PHP 8.1 or later
14+
- MediaWiki 1.39 or later, tested up to MediaWiki 1.43
15+
- Semantic MediaWiki 5.0 or later, tested up to SMW 5.0.1
1616

1717

1818
## Installation
@@ -31,15 +31,15 @@ create one and add the following content to it:
3131
```
3232
{
3333
"require": {
34-
"mediawiki/semantic-extra-special-properties": "~3.0"
34+
"mediawiki/semantic-extra-special-properties": "~4.0"
3535
}
3636
}
3737
```
3838

3939
If you already have a "composer.local.json" file, add the following line to the end of the "require"
4040
section in your file:
4141

42-
"mediawiki/semantic-extra-special-properties": "~3.0"
42+
"mediawiki/semantic-extra-special-properties": "~4.0"
4343

4444
Remember to add a comma to the end of the preceding line in this section.
4545

0 commit comments

Comments
 (0)