File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55[ ![ License] ( https://poser.pugx.org/phpstan/phpstan-dibi/license )] ( https://packagist.org/packages/phpstan/phpstan-dibi )
66
77* [ PHPStan] ( https://phpstan.org/ )
8- * [ Dibi] ( https://dibiphp.com / )
8+ * [ Dibi] ( https://dibi.nette.org / )
99
1010This extension defines dynamic methods on ` Dibi\Fluent ` instance. They are called to build an SQL query dynamically.
1111
1212## Installation
1313
1414To use this extension, require it in [ Composer] ( https://getcomposer.org/ ) :
1515
16- ```
16+ ``` shell
1717composer require --dev phpstan/phpstan-dibi
1818```
1919
@@ -24,7 +24,7 @@ If you also install [phpstan/extension-installer](https://github.com/phpstan/ext
2424
2525If you don't want to use ` phpstan/extension-installer ` , include extension.neon in your project's PHPStan config:
2626
27- ```
27+ ``` neon
2828includes:
2929 - vendor/phpstan/phpstan-dibi/extension.neon
3030```
You can’t perform that action at this time.
0 commit comments