Skip to content

Commit

Permalink
Make 2.1.0 release (#71)
Browse files Browse the repository at this point in the history
* Update README.md
** Tweak information
* Update composer.json
** Simplify version constraints
  • Loading branch information
kghbln authored Aug 18, 2019
1 parent b4d32f8 commit 2d31857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ the installation instructions provided.

### Step 1

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

```json
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": ">=7.0",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~3.0|~3.1"
"mediawiki/semantic-media-wiki": "~3.0"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev",
Expand Down

0 comments on commit 2d31857

Please sign in to comment.