diff --git a/composer.json b/composer.json index 5d20929..c87ebf2 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "require-dev": { "phpunit/php-code-coverage": "^4.0.1", "phpunit/phpunit": "^5.5", - "phake/phake": "2.*", "squizlabs/php_codesniffer": "^2.3", "phpdocumentor/phpdocumentor": "^2.8", "monolog/monolog": "^1.14.0", diff --git a/composer.lock b/composer.lock index 608db88..f19a5d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "e2cabdaadfb91963f7786391a94f1629", + "content-hash": "4009cffafff2caf888097014c72e5621", "packages": [ { "name": "bitexpert/slf4psrlog", @@ -1266,64 +1266,6 @@ ], "time": "2015-09-19T14:15:08+00:00" }, - { - "name": "phake/phake", - "version": "v2.3.0", - "source": { - "type": "git", - "url": "https://github.com/mlively/Phake.git", - "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mlively/Phake/zipball/2202d361d34f2712dcc257afdedc6c30060dc9bd", - "reference": "2202d361d34f2712dcc257afdedc6c30060dc9bd", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "sebastian/comparator": "~1.1" - }, - "require-dev": { - "codeclimate/php-test-reporter": "dev-master", - "doctrine/common": "2.3.*", - "ext-soap": "*", - "hamcrest/hamcrest-php": "1.1.*", - "phpunit/phpunit": "3.7.*" - }, - "suggest": { - "doctrine/common": "Allows mock annotations to use import statements for classes.", - "hamcrest/hamcrest-php": "Use Hamcrest matchers." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.0-dev" - } - }, - "autoload": { - "psr-0": { - "Phake": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Mike Lively", - "email": "m@digitalsandwich.com" - } - ], - "description": "The Phake mock testing library", - "homepage": "https://github.com/mlively/Phake", - "keywords": [ - "mock", - "testing" - ], - "time": "2016-03-04T18:49:33+00:00" - }, { "name": "phing/phing", "version": "2.16.0",