From d329e6e734c905efda2beeea0b94688b3ecc3a77 Mon Sep 17 00:00:00 2001 From: Christian Sciberras Date: Sun, 4 Jan 2026 18:12:36 +0100 Subject: [PATCH] Fix Dibi link and improve README formatting Updated Dibi link and corrected code block formatting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 469b7ca..715a082 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://poser.pugx.org/phpstan/phpstan-dibi/license)](https://packagist.org/packages/phpstan/phpstan-dibi) * [PHPStan](https://phpstan.org/) -* [Dibi](https://dibiphp.com/) +* [Dibi](https://dibi.nette.org/) This extension defines dynamic methods on `Dibi\Fluent` instance. They are called to build an SQL query dynamically. @@ -13,7 +13,7 @@ This extension defines dynamic methods on `Dibi\Fluent` instance. They are calle To use this extension, require it in [Composer](https://getcomposer.org/): -``` +```shell composer require --dev phpstan/phpstan-dibi ``` @@ -24,7 +24,7 @@ If you also install [phpstan/extension-installer](https://github.com/phpstan/ext If you don't want to use `phpstan/extension-installer`, include extension.neon in your project's PHPStan config: -``` +```neon includes: - vendor/phpstan/phpstan-dibi/extension.neon ```