1
0
Fork 0

Fix composer references

pull/357/head
Rob Lourens 2017-05-17 14:57:54 -07:00
parent e46d0ded11
commit 90b40ef449
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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;