From 60d37e0d71f5a972b66a5c197c423d43cc0f205c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 21:56:59 +0000 Subject: [PATCH] Bump nikic/php-parser from 4.2.1 to 4.2.2 Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v4.2.1...v4.2.2) --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 0fdca5097..696b4f0f6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2227819d7c5d9b4044210f18c1ed1866", + "content-hash": "027a8502301fd8104f3f967dcd9427ed", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -47,16 +47,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.2.1", + "version": "v4.2.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0" + "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0", - "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420", + "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420", "shasum": "" }, "require": { @@ -94,7 +94,7 @@ "parser", "php" ], - "time": "2019-02-16T20:54:15+00:00" + "time": "2019-05-25T20:07:01+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -326,7 +326,7 @@ }, { "name": "Gert de Pagter", - "email": "backendtea@gmail.com" + "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -1875,7 +1875,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.2.0,<7.4.0", + "php": ">=7.2.0,<7.5.0", "ext-json": "*" }, "platform-dev": []