File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ This extension was built for the [Centarro Toolbox](https://www.centarro.io/prod
8
8
9
9
## Usage
10
10
11
- Add ` phpstan.neon ` to your Drupal project.
11
+ When you are using [ ` phpstan/extension-installer ` ] ( https://github.com/phpstan/extension-installer ) , ` phpstan.neon ` will be automatically included.
12
+
13
+ Otherwise add ` phpstan.neon ` to your Drupal project.
12
14
13
15
Make sure it has
14
16
Original file line number Diff line number Diff line change 38
38
"classmap" : [" tests/src" ]
39
39
},
40
40
"extra" : {
41
+ "branch-alias" : {
42
+ "dev-master" : " 0.12-dev"
43
+ },
41
44
"installer-paths" : {
42
45
"tests/fixtures/drupal/core" : [" type:drupal-core" ],
43
46
"tests/fixtures/drupal/libraries/{$name}" : [" type:drupal-library" ],
44
47
"tests/fixtures/drupal/modules/contrib/{$name}" : [" type:drupal-module" ],
45
48
"tests/fixtures/drupal/profiles/contrib/{$name}" : [" type:drupal-profile" ],
46
49
"tests/fixtures/drupal/themes/contrib/{$name}" : [" type:drupal-theme" ]
47
50
},
48
- "branch-alias" : {
49
- "dev-master" : " 0.12-dev"
51
+ "phpstan" : {
52
+ "includes" : [
53
+ " extension.neon"
54
+ ]
50
55
}
51
56
}
52
57
}
You can’t perform that action at this time.
0 commit comments