From 6c759c4bd89903c35d4a2445ce20abf26569dbec Mon Sep 17 00:00:00 2001 From: Adam Weingarten Date: Thu, 10 Jan 2019 18:46:08 -0500 Subject: [PATCH 1/2] Updated nikic/php-parser to 4.x. --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index a1747d2..a246a5d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.5.9 || ^7.0", - "nikic/php-parser": "~3.0", + "nikic/php-parser": "~4.0", "symfony/console": "^2.6 || ^3.0", "symfony/finder": "^2.6 || ^3.0", "phpdocumentor/reflection-docblock": "~2.0 || ~3.0 || ~4.0", diff --git a/composer.lock b/composer.lock index 213dd42..3e9daa4 100644 --- a/composer.lock +++ b/composer.lock @@ -1,31 +1,31 @@ { "_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", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f46285c4b1590606da3d20ada6fb75ab", + "content-hash": "ffba43b2fa5cc2664c01e2e660662e7a", "packages": [ { "name": "nikic/php-parser", - "version": "v3.0.5", + "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d" + "reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d", - "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8aae5b59b83bb4d0dbf07b0a835f2680a658f610", + "reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.5" + "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" + "phpunit/phpunit": "^6.5 || ^7.0" }, "bin": [ "bin/php-parse" @@ -33,7 +33,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "4.1-dev" } }, "autoload": { @@ -55,7 +55,7 @@ "parser", "php" ], - "time": "2017-03-05T18:23:57+00:00" + "time": "2018-12-26T11:32:39+00:00" }, { "name": "phpdocumentor/reflection-docblock", From 4e1e076dcb641c6d89b30a8be78b366aabc3f32f Mon Sep 17 00:00:00 2001 From: Adam Weingarten Date: Thu, 10 Jan 2019 18:58:26 -0500 Subject: [PATCH 2/2] Restricting build to php 7.1. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7446f32..d591e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,7 @@ cache: matrix: include: - - php: 5.5 - - php: 5.6 - - php: 7 - allow_failures: - - php: 7 + - php: 7.1 fast_finish: true install: