Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
[![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.

## Installation

To use this extension, require it in [Composer](https://getcomposer.org/):

```
```shell
composer require --dev phpstan/phpstan-dibi
```

Expand All @@ -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
```
Expand Down