File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# Semantic Scribunto
22
3+ [ ![ Build Status] ( https://github.com/SemanticMediaWiki/SemanticScribunto/actions/workflows/ci.yml/badge.svg )] ( https://github.com/oetterer/BootstrapComponents/actions/workflows/ci.yml )
34[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master )
45[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/SemanticMediaWiki/SemanticScribunto/?branch=master )
56![ Latest Stable Version] ( https://img.shields.io/packagist/v/mediawiki/semantic-scribunto.svg )
@@ -11,8 +12,8 @@ Semantic Scribunto (a.k.a. SSC) is a [Semantic Mediawiki][smw] extension to prov
1112## Requirements
1213
1314- PHP 7.3 or later
14- - MediaWiki 1.31 or later
15- - [ Semantic MediaWiki] [ smw ] 3.0 or later
15+ - MediaWiki 1.39 or later
16+ - [ Semantic MediaWiki] [ smw ] 4.0.2 or later
1617
1718## Installation
1819
@@ -23,22 +24,22 @@ Note that the required extensions Semantic MediaWiki and Scribunto must be insta
2324the installation instructions provided.
2425
2526### Step 1
26-
27+
2728Change to the base directory of your MediaWiki installation. If you do not have a "composer.local.json" file yet,
2829create one and add the following content to it:
2930
3031``` json
3132{
3233 "require" : {
33- "mediawiki/semantic-scribunto" : " ~2.2 "
34+ "mediawiki/semantic-scribunto" : " ~2.3 "
3435 }
3536}
3637```
3738
3839If you already have a "composer.local.json" file add the following line to the end of the "require"
3940section in your file:
4041
41- "mediawiki/semantic-scribunto": "~2.2 "
42+ "mediawiki/semantic-scribunto": "~2.3 "
4243
4344Remember to add a comma to the end of the preceding line in this section.
4445
Original file line number Diff line number Diff line change 4242 },
4343 "extra" : {
4444 "branch-alias" : {
45- "dev-master" : " 2.3.x-dev "
45+ "dev-master" : " 2.3.0 "
4646 }
4747 },
4848 "config" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " SemanticScribunto" ,
3- "version" : " 2.3.0-alpha " ,
3+ "version" : " 2.3.0" ,
44 "author" : [
55 " James Hong Kong" ,
66 " [https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"
You can’t perform that action at this time.
0 commit comments