From a2248c4d353e23d65f708373c5fe279b5f04cbb2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 14:26:11 +0000 Subject: [PATCH] Bump phploc/phploc from 3.0.1 to 4.0.1 Bumps [phploc/phploc](https://github.com/sebastianbergmann/phploc) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/sebastianbergmann/phploc/releases) - [Changelog](https://github.com/sebastianbergmann/phploc/blob/master/ChangeLog.md) - [Commits](https://github.com/sebastianbergmann/phploc/compare/3.0.1...4.0.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 72 ++++++++------------------------------------------- 2 files changed, 12 insertions(+), 62 deletions(-) diff --git a/composer.json b/composer.json index b2607ca..011110f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/debug": "^3.2", "phpmd/phpmd": "@stable", "squizlabs/php_codesniffer": "^2.8", - "phploc/phploc": "^3.0", + "phploc/phploc": "^4.0", "sebastian/phpcpd": "^3.0", "pdepend/pdepend": "^2.5" }, diff --git a/composer.lock b/composer.lock index f87b3e8..50ff66f 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": "a93d9cb50a0428ebddc02dc88b9ec00c", + "content-hash": "72bdd2ab61468623045db8568f572d66", "packages": [ { "name": "doctrine/collections", @@ -1680,27 +1680,23 @@ }, { "name": "phploc/phploc", - "version": "3.0.1", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phploc.git", - "reference": "74f917e6f80f291856989960d31afa44a4196859" + "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/74f917e6f80f291856989960d31afa44a4196859", - "reference": "74f917e6f80f291856989960d31afa44a4196859", + "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/6a8a9416517b82d6326ac9c2d040ad53c13654eb", + "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb", "shasum": "" }, "require": { - "php": ">=5.6", - "sebastian/finder-facade": "~1.1", - "sebastian/git": "~2.1", - "sebastian/version": "~1.0.3|~2.0", - "symfony/console": "~2.5|~3.0" - }, - "require-dev": { - "phpunit/phpunit": "~5" + "php": "^5.6 || ^7.0", + "sebastian/finder-facade": "^1.1", + "sebastian/version": "^2.0", + "symfony/console": "^2.7|^3.0|^4.0" }, "bin": [ "phploc" @@ -1708,7 +1704,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -1729,7 +1725,7 @@ ], "description": "A tool for quickly measuring the size of a PHP project.", "homepage": "https://github.com/sebastianbergmann/phploc", - "time": "2016-04-25T08:11:21+00:00" + "time": "2017-11-18T17:35:43+00:00" }, { "name": "phpmd/phpmd", @@ -2627,52 +2623,6 @@ "homepage": "https://github.com/sebastianbergmann/finder-facade", "time": "2017-11-18T17:31:49+00:00" }, - { - "name": "sebastian/git", - "version": "2.1.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/git.git", - "reference": "815bbbc963cf35e5413df195aa29df58243ecd24" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/815bbbc963cf35e5413df195aa29df58243ecd24", - "reference": "815bbbc963cf35e5413df195aa29df58243ecd24", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Simple wrapper for Git", - "homepage": "http://www.github.com/sebastianbergmann/git", - "keywords": [ - "git" - ], - "abandoned": true, - "time": "2017-01-23T20:57:12+00:00" - }, { "name": "sebastian/global-state", "version": "1.1.1",