1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-18 19:42:21 +01:00

Update patched version of php-parser

This commit is contained in:
Steve Miketa 2016-03-03 12:32:37 -05:00
parent bd146381a8
commit d09e172b8b
3 changed files with 74 additions and 2 deletions

1
.gitingore Normal file
View File

@ -0,0 +1 @@
vendor/

View File

@ -11,11 +11,17 @@
],
"require": {
"php": ">=5.4",
"nikic/php-parser": "~2.0.0"
"stevemiketa/PHP-Parser": "~2.0.0"
},
"autoload": {
"psr-4": {
"CodeInspector\\": "lib"
}
}
},
"repositories": [
{
"type": "git",
"url": "git@github.com:stevemiketa/PHP-Parser.git"
}
]
}

65
composer.lock generated Normal file
View File

@ -0,0 +1,65 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "858af52d1bbec2aa7f5bf82ec775e113",
"content-hash": "e97f2d4a5fa540eb6d8bc906aadd8c0b",
"packages": [
{
"name": "stevemiketa/php-parser",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "git@github.com:stevemiketa/PHP-Parser.git",
"reference": "42051a95b5cc59a349fe7ab9bd7c2aa7b0e226c9"
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2016-03-03 17:24:26"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": []
}