Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Sep 9, 2019
1 parent 89564e5 commit d9b8f9c
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 d9b8f9c

Please sign in to comment.