Skip to content

Commit ab8619a

Browse files
authored
Update requirements details (#96)
* Update README.md * Update extension.json * Update composer.json
1 parent 804f79a commit ab8619a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ with content generated from selected properties to create:
1616

1717
## Requirements
1818

19-
- PHP 7.1 or later
20-
- MediaWiki 1.31 or later
21-
- [Semantic MediaWiki][smw] 3.1 or later
19+
- PHP 8.1 or later
20+
- MediaWiki 1.39 or later
21+
- [Semantic MediaWiki][smw] 5.0 or later
2222

2323
## Installation
2424

@@ -36,15 +36,15 @@ create one and add the following content to it:
3636
```
3737
{
3838
"require": {
39-
"mediawiki/semantic-meta-tags": "~3.1"
39+
"mediawiki/semantic-meta-tags": "~4.0"
4040
}
4141
}
4242
```
4343

4444
If you already have a "composer.local.json" file add the following line to the end of the "require"
4545
section in your file:
4646

47-
"mediawiki/semantic-meta-tags": "~3.1"
47+
"mediawiki/semantic-meta-tags": "~4.0"
4848

4949
Remember to add a comma to the end of the preceding line in this section.
5050

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"source": "https://github.com/SemanticMediaWiki/SemanticMetaTags"
2828
},
2929
"require": {
30-
"php": ">=7.4",
30+
"php": ">=8.1",
3131
"composer/installers": ">=1.0.1",
3232
"easyrdf/easyrdf": "~1.1",
3333
"ml/json-ld": "^1.2"

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"requires": {
1313
"MediaWiki": ">= 1.39",
1414
"extensions": {
15-
"SemanticMediaWiki": ">= 4.2.0"
15+
"SemanticMediaWiki": ">= 5.0.0"
1616
}
1717
},
1818
"MessagesDirs": {

0 commit comments

Comments
 (0)