From 32e89cabc847cf0db7cc0975d029ad85f8da51fc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 27 Feb 2017 10:01:32 +0100 Subject: [PATCH] Removed Humbug, since it is not stable yet --- README.md | 2 -- composer.json | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index e1fea8a..aa8abe1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ You'll get the following tools by depending on this package: - **[Behat][behat]**: BDD framework for PHP - **[Codeception][codeception]**: Modern full-stack testing framework for PHP -- **[Humbug][humbug]**: Humbug is a Mutation Testing framework for PHP - **[Mink][mink]**: PHP 5.3+ web browser emulator abstraction - **[ParaTest][paratest]**: Parallel testing for PHPUnit - **[PHPUnit][phpunit]**: Testing framework for PHP @@ -216,7 +215,6 @@ THE SOFTWARE. [frenck]: https://github.com/frenck [get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/ [grumphp]: https://github.com/phpro/grumphp -[humbug]: https://github.com/padraic/humbug [json-lint]: https://github.com/Seldaek/jsonlint [license-shield]: https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2017.svg diff --git a/composer.json b/composer.json index 690dd56..2a8bbd7 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,6 @@ "frenck/php-compatibility": "^7.0.0", "friendsofphp/php-cs-fixer": "^2.0.0", "hirak/prestissimo": "^0.3", - "humbug/humbug": "~1.0@dev", "jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0", "pdepend/pdepend": "^2.2.0", "phing/phing": "^2.0.0",