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].
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
3939If you already have a "composer.local.json" file, add the following line to the end of the "require"
4040section in your file:
4141
42- "mediawiki/semantic-extra-special-properties": "~3 .0"
42+ "mediawiki/semantic-extra-special-properties": "~4 .0"
4343
4444Remember to add a comma to the end of the preceding line in this section.
4545
You can’t perform that action at this time.
0 commit comments