From 206f751439182b72b6eaf192839d1522672c9658 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 6 Jun 2019 22:50:05 +0000 Subject: [PATCH] Bump phake/phake from 2.3.0 to 3.1.6 Bumps [phake/phake](https://github.com/mlively/Phake) from 2.3.0 to 3.1.6. - [Release notes](https://github.com/mlively/Phake/releases) - [Changelog](https://github.com/mlively/Phake/blob/master/CHANGELOG.markdown) - [Commits](https://github.com/mlively/Phake/compare/v2.3.0...v3.1.6) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 269c9ff..27ed341 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require-dev": { "phpunit/phpunit": "^6.0.8", "squizlabs/php_codesniffer": "^3.4", - "phake/phake": "^2.3" + "phake/phake": "^2.3 || ^3.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5da07a7..78eb46c 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": "ccc6686f8f4925b5219ef0e272a15dbd", + "content-hash": "77ca0c3b051f8f6c0ddef6b0ee140907", "packages": [], "packages-dev": [ { @@ -111,28 +111,28 @@ }, { "name": "phake/phake", - "version": "v2.3.0", + "version": "v3.1.6", "source": { "type": "git", "url": "https://github.com/mlively/Phake.git", - "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd" + "reference": "3848901ed8e236534ae684dd5cf0f3bfc4c8a24c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd", - "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd", + "url": "https://api.github.com/repos/mlively/Phake/zipball/3848901ed8e236534ae684dd5cf0f3bfc4c8a24c", + "reference": "3848901ed8e236534ae684dd5cf0f3bfc4c8a24c", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/comparator": "~1.1" + "php": ">=7", + "sebastian/comparator": "^1.1|^2.0|^3.0" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "doctrine/common": "2.3.*", "ext-soap": "*", "hamcrest/hamcrest-php": "1.1.*", - "phpunit/phpunit": "3.7.*" + "phpunit/phpunit": "^7.0" }, "suggest": { "doctrine/common": "Allows mock annotations to use import statements for classes.", @@ -165,7 +165,7 @@ "mock", "testing" ], - "time": "2016-03-04T18:49:33+00:00" + "time": "2019-06-06T22:41:35+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -1383,7 +1383,7 @@ }, { "name": "Gert de Pagter", - "email": "backendtea@gmail.com" + "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions",