From f011d42c6b24a5df00d200247c416622cd045324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 12 Jan 2019 04:42:49 +0000 Subject: [PATCH] Bump phpunit/php-code-coverage from 5.1.0 to 5.2.0 Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases) - [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/5.2.0/ChangeLog-5.2.md) - [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/5.1.0...5.2.0) Signed-off-by: dependabot[bot] --- composer.lock | 57 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 4912e65..9f9b5b1 100644 --- a/composer.lock +++ b/composer.lock @@ -781,16 +781,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "5.1.0", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "cff36444733ac6d3f153866f55898373ca184610" + "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cff36444733ac6d3f153866f55898373ca184610", - "reference": "cff36444733ac6d3f153866f55898373ca184610", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e648abfd8ffb1d54ad549b027b75e376e9055d02", + "reference": "e648abfd8ffb1d54ad549b027b75e376e9055d02", "shasum": "" }, "require": { @@ -802,19 +802,20 @@ "phpunit/php-token-stream": "^1.4.11 || ^2.0", "sebastian/code-unit-reverse-lookup": "^1.0", "sebastian/environment": "^2.0", - "sebastian/version": "^2.0" + "sebastian/version": "^2.0", + "theseer/tokenizer": "^1.1" }, "require-dev": { "ext-xdebug": "^2.5", "phpunit/phpunit": "^6.0" }, "suggest": { - "ext-xdebug": "^2.5.1" + "ext-xdebug": "^2.5.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1.x-dev" + "dev-master": "5.2.x-dev" } }, "autoload": { @@ -840,7 +841,7 @@ "testing", "xunit" ], - "time": "2017-04-07T04:39:58+00:00" + "time": "2017-04-20T10:00:57+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1871,6 +1872,46 @@ ], "time": "2018-08-06T14:22:27+00:00" }, + { + "name": "theseer/tokenizer", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "time": "2017-04-07T12:08:54+00:00" + }, { "name": "webmozart/assert", "version": "1.4.0",