Skip to content

Commit 0decf16

Browse files
committed
GettingStarted: Update composer instructions
Deprecation warning: require.Microsoft/tolerant-php-parser is invalid, it should not contain uppercase characters. Please use microsoft/tolerant-php-parser instead. Make sure you fix this as Composer 2.0 will error.
1 parent 8786bf0 commit 0decf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ In your project's `composer.json`, specify the `minimum-stability`,
4040
"repositories": [
4141
{
4242
"type": "git",
43-
"url": "https://github.com/Microsoft/tolerant-php-parser.git"
43+
"url": "https://github.com/microsoft/tolerant-php-parser.git"
4444
}
4545
],
4646
"require": {
47-
"Microsoft/tolerant-php-parser": "master"
47+
"microsoft/tolerant-php-parser": "master"
4848
}
4949
}
5050
```

0 commit comments

Comments
 (0)