Skip to content

Commit 2c7c984

Browse files
committed
Update composer.json.
1 parent c599d44 commit 2c7c984

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,20 @@
3838
"classmap": ["tests/src"]
3939
},
4040
"extra": {
41+
"branch-alias": {
42+
"dev-master": "0.12-dev"
43+
},
4144
"installer-paths": {
4245
"tests/fixtures/drupal/core": ["type:drupal-core"],
4346
"tests/fixtures/drupal/libraries/{$name}": ["type:drupal-library"],
4447
"tests/fixtures/drupal/modules/contrib/{$name}": ["type:drupal-module"],
4548
"tests/fixtures/drupal/profiles/contrib/{$name}": ["type:drupal-profile"],
4649
"tests/fixtures/drupal/themes/contrib/{$name}": ["type:drupal-theme"]
4750
},
48-
"branch-alias": {
49-
"dev-master": "0.12-dev"
51+
"phpstan": {
52+
"includes": [
53+
"extension.neon"
54+
]
5055
}
5156
}
5257
}

0 commit comments

Comments
 (0)