Fix composer references
parent
e46d0ded11
commit
90b40ef449
|
@ -45,7 +45,7 @@
|
|||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/mousetraps/tolerant-php-parser.git"
|
||||
"url": "https://github.com/Microsoft/tolerant-php-parser.git"
|
||||
}
|
||||
],
|
||||
"prefer-stable": true,
|
||||
|
|
|
@ -30,7 +30,7 @@ class ComposerScripts
|
|||
$finder = new FileSystemFilesFinder;
|
||||
$contentRetriever = new FileSystemContentRetriever;
|
||||
$docBlockFactory = DocBlockFactory::createInstance();
|
||||
$parser = Tolerant\Parser();
|
||||
$parser = new Tolerant\Parser();
|
||||
$definitionResolver = new TolerantDefinitionResolver($index);
|
||||
|
||||
$stubsLocation = null;
|
||||
|
|
Loading…
Reference in New Issue