File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ with content generated from selected properties to create:
16
16
17
17
## Requirements
18
18
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
22
22
23
23
## Installation
24
24
@@ -36,15 +36,15 @@ create one and add the following content to it:
36
36
```
37
37
{
38
38
"require": {
39
- "mediawiki/semantic-meta-tags": "~3.1 "
39
+ "mediawiki/semantic-meta-tags": "~4.0 "
40
40
}
41
41
}
42
42
```
43
43
44
44
If you already have a "composer.local.json" file add the following line to the end of the "require"
45
45
section in your file:
46
46
47
- "mediawiki/semantic-meta-tags": "~3.1 "
47
+ "mediawiki/semantic-meta-tags": "~4.0 "
48
48
49
49
Remember to add a comma to the end of the preceding line in this section.
50
50
Original file line number Diff line number Diff line change 27
27
"source" : " https://github.com/SemanticMediaWiki/SemanticMetaTags"
28
28
},
29
29
"require" : {
30
- "php" : " >=7.4 " ,
30
+ "php" : " >=8.1 " ,
31
31
"composer/installers" : " >=1.0.1" ,
32
32
"easyrdf/easyrdf" : " ~1.1" ,
33
33
"ml/json-ld" : " ^1.2"
Original file line number Diff line number Diff line change 12
12
"requires" : {
13
13
"MediaWiki" : " >= 1.39" ,
14
14
"extensions" : {
15
- "SemanticMediaWiki" : " >= 4.2 .0"
15
+ "SemanticMediaWiki" : " >= 5.0 .0"
16
16
}
17
17
},
18
18
"MessagesDirs" : {
You can’t perform that action at this time.
0 commit comments