From 16ac9d342ba58aa6a08decb105d1f69c61b6c1ff Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Thu, 25 Jan 2024 16:52:31 +0200 Subject: [PATCH] Remove `peridot-php/peridot` It doesn't support PHP 8 and isn't maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e75076d..cbee44c 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Nette Tester](https://github.com/nette/tester) - A productive and enjoyable parallel unit testing framework. * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit. * [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity. -* [Peridot](https://github.com/peridot-php/peridot) - An event-driven test framework. * [Phake](https://github.com/phake/phake) - Another mock object library for testing. * [Pho](https://github.com/danielstjules/pho) - Another behavior-driven development testing framework. * [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).