We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d32f8 commit 2d31857Copy full SHA for 2d31857
README.md
@@ -25,7 +25,8 @@ the installation instructions provided.
25
26
### Step 1
27
28
-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,
29
+create one and add the following content to it:
30
31
```json
32
{
composer.json
@@ -33,7 +33,7 @@
33
"require": {
34
"php": ">=7.0",
35
"composer/installers": "1.*,>=1.0.1",
36
- "mediawiki/semantic-media-wiki": "~3.0|~3.1"
+ "mediawiki/semantic-media-wiki": "~3.0"
37
},
38
"require-dev": {
39
"mediawiki/semantic-media-wiki": "@dev",
0 commit comments