mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Update to latest PHP-Parser
This commit is contained in:
parent
9b3b536254
commit
3c3224591a
@ -11,7 +11,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^5.5 || ^7.0",
|
||||
"nikic/PHP-Parser": "^3.0.3"
|
||||
"nikic/PHP-Parser": "^3.0.4"
|
||||
},
|
||||
"bin": ["bin/psalm"],
|
||||
"autoload": {
|
||||
|
14
composer.lock
generated
14
composer.lock
generated
@ -4,21 +4,21 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "db5c69606b6482ae098b501a0faf7fd3",
|
||||
"content-hash": "42ba16896d86862e3e63ef4963ba14dc",
|
||||
"hash": "f84de893c6c9e43e4af798e0a2b295fc",
|
||||
"content-hash": "fb885d354a7a9f7ef9cad72c724df5f7",
|
||||
"packages": [
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v3.0.3",
|
||||
"version": "v3.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "5b8182cc0abb4b0ff290ba9df6c0e1323286013a"
|
||||
"reference": "0bf561dfe75ba80441c22adecc0529056671a7d2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5b8182cc0abb4b0ff290ba9df6c0e1323286013a",
|
||||
"reference": "5b8182cc0abb4b0ff290ba9df6c0e1323286013a",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0bf561dfe75ba80441c22adecc0529056671a7d2",
|
||||
"reference": "0bf561dfe75ba80441c22adecc0529056671a7d2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -56,7 +56,7 @@
|
||||
"parser",
|
||||
"php"
|
||||
],
|
||||
"time": "2017-02-03 21:57:31"
|
||||
"time": "2017-02-10 20:20:03"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
Loading…
Reference in New Issue
Block a user