From c668b1f19963ec1a7ccd6a9266e47615e7725719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 9 Jan 2019 01:18:50 +0000 Subject: [PATCH] Bump phpunit/php-token-stream from 1.4.11 to 2.0.2 Bumps [phpunit/php-token-stream](https://github.com/sebastianbergmann/php-token-stream) from 1.4.11 to 2.0.2. - [Release notes](https://github.com/sebastianbergmann/php-token-stream/releases) - [Changelog](https://github.com/sebastianbergmann/php-token-stream/blob/master/ChangeLog.md) - [Commits](https://github.com/sebastianbergmann/php-token-stream/compare/1.4.11...2.0.2) Signed-off-by: dependabot[bot] --- composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 899dd20..481c0be 100644 --- a/composer.lock +++ b/composer.lock @@ -1721,7 +1721,7 @@ ], "authors": [ { - "name": "Cees-Jan Kiewiet", + "name": "Cees-jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -2618,29 +2618,29 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.4.11", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" + "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -2663,7 +2663,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27T10:12:30+00:00" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit",