Skip to content

Commit 86abc4e

Browse files
authored
Update SRF version number to 5.0 in INSTALL.md (#943)
1 parent 24aebd0 commit 86abc4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ create one and add the following content to it:
2020
```
2121
{
2222
"require": {
23-
"mediawiki/semantic-result-formats": "~4.2"
23+
"mediawiki/semantic-result-formats": "~5.0"
2424
}
2525
}
2626
```
2727

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

31-
"mediawiki/semantic-result-formats": "~4.2"
31+
"mediawiki/semantic-result-formats": "~5.0"
3232

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

0 commit comments

Comments
 (0)