File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
This extension defines dynamic methods on ` Dibi\Fluent ` instance. They are called to build an SQL query dynamically.
11
11
12
- ## Usage
12
+ ## Installation
13
13
14
14
To use this extension, require it in [ Composer] ( https://getcomposer.org/ ) :
15
15
16
16
```
17
17
composer require --dev phpstan/phpstan-dibi
18
18
```
19
19
20
- And include extension.neon in your project's PHPStan config:
20
+ If you also install [ phpstan/extension-installer] ( https://github.com/phpstan/extension-installer ) then you're all set!
21
+
22
+ <details >
23
+ <summary >Manual installation</summary >
24
+
25
+ If you don't want to use ` phpstan/extension-installer ` , include extension.neon in your project's PHPStan config:
21
26
22
27
```
23
28
includes:
24
- - vendor/phpstan/phpstan-dibi/extension.neon
29
+ - vendor/phpstan/phpstan-dibi/extension.neon
25
30
```
31
+ </details >
You can’t perform that action at this time.
0 commit comments