File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ adds some extra [special properties].
10
10
11
11
## Requirements
12
12
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
16
16
17
17
18
18
## Installation
@@ -31,15 +31,15 @@ create one and add the following content to it:
31
31
```
32
32
{
33
33
"require": {
34
- "mediawiki/semantic-extra-special-properties": "~3 .0"
34
+ "mediawiki/semantic-extra-special-properties": "~4 .0"
35
35
}
36
36
}
37
37
```
38
38
39
39
If you already have a "composer.local.json" file, add the following line to the end of the "require"
40
40
section in your file:
41
41
42
- "mediawiki/semantic-extra-special-properties": "~3 .0"
42
+ "mediawiki/semantic-extra-special-properties": "~4 .0"
43
43
44
44
Remember to add a comma to the end of the preceding line in this section.
45
45
You can’t perform that action at this time.
0 commit comments