diff --git a/readme.md b/readme.md index e6e58bd..6490d08 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,11 @@ -Bypass Finals -============= +![bypass-finals](https://github.com/dg/bypass-finals/assets/194960/82609c5f-a973-47ff-895e-7cc9aaaf1c91) [![Downloads this Month](https://img.shields.io/packagist/dm/dg/bypass-finals.svg)](https://packagist.org/packages/dg/bypass-finals) [![Tests](https://github.com/dg/bypass-finals/workflows/Tests/badge.svg?branch=master)](https://github.com/dg/bypass-finals/actions) [![Latest Stable Version](https://poser.pugx.org/dg/bypass-finals/v/stable)](https://github.com/dg/bypass-finals/releases) [![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/dg/bypass-finals/blob/master/license.md) +  Introduction ------------ @@ -13,6 +13,7 @@ Introduction Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit, Mockery or [Nette Tester](https://tester.nette.org). +  Installation ------------ @@ -25,6 +26,7 @@ composer require dg/bypass-finals --dev It requires PHP version 7.1 and supports PHP up to 8.3. +  Usage ----- @@ -70,6 +72,20 @@ To register BypassFinals in PHPUnit 10, simply add the extension to the PHPUnit ``` +  + +Do you like this project? +--------- + +I have created many other interesting projects that you simply must check out: + +✅ [Latte](https://latte.nette.org): the only safe and intuitive templating system for PHP +✅ [Tracy](https://tracy.nette.org): the addictive Tracy debugging tool +✅ [PhpGenerator](https://doc.nette.org/en/php-generator): a library that generates PHP code with all the fancy features +✅ [Nette Framework](https://nette.org): a well-thought-out and popular web framework + +  + Support Project ---------------