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