Skip to content

Commit

Permalink
Merge pull request #7 from SemanticMediaWiki/rel200
Browse files Browse the repository at this point in the history
2.0.0 release
  • Loading branch information
JeroenDeDauw authored Sep 9, 2019
2 parents 89564e5 + d9b8f9c commit 5cbae1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ create one and add the following content to it:
```
{
"require": {
"mediawiki/semantic-bundle": "~1.0"
"mediawiki/semantic-bundle": "~2.0"
}
}
```

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

"mediawiki/semantic-bundle": "~1.0"
"mediawiki/semantic-bundle": "~2.0"

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

Expand Down

0 comments on commit 5cbae1c

Please sign in to comment.