Skip to content

Commit 2d31857

Browse files
authored
Make 2.1.0 release (#71)
* Update README.md ** Tweak information * Update composer.json ** Simplify version constraints
1 parent b4d32f8 commit 2d31857

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ the installation instructions provided.
2525

2626
### Step 1
2727

28-
If you do not have a "composer.local.json" file yet, create one and add the following content to it:
28+
Change to the base directory of your MediaWiki installation. If you do not have a "composer.local.json" file yet,
29+
create one and add the following content to it:
2930

3031
```json
3132
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"require": {
3434
"php": ">=7.0",
3535
"composer/installers": "1.*,>=1.0.1",
36-
"mediawiki/semantic-media-wiki": "~3.0|~3.1"
36+
"mediawiki/semantic-media-wiki": "~3.0"
3737
},
3838
"require-dev": {
3939
"mediawiki/semantic-media-wiki": "@dev",

0 commit comments

Comments
 (0)