We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c599d44 commit 2c7c984Copy full SHA for 2c7c984
composer.json
@@ -38,15 +38,20 @@
38
"classmap": ["tests/src"]
39
},
40
"extra": {
41
+ "branch-alias": {
42
+ "dev-master": "0.12-dev"
43
+ },
44
"installer-paths": {
45
"tests/fixtures/drupal/core": ["type:drupal-core"],
46
"tests/fixtures/drupal/libraries/{$name}": ["type:drupal-library"],
47
"tests/fixtures/drupal/modules/contrib/{$name}": ["type:drupal-module"],
48
"tests/fixtures/drupal/profiles/contrib/{$name}": ["type:drupal-profile"],
49
"tests/fixtures/drupal/themes/contrib/{$name}": ["type:drupal-theme"]
50
- "branch-alias": {
- "dev-master": "0.12-dev"
51
+ "phpstan": {
52
+ "includes": [
53
+ "extension.neon"
54
+ ]
55
}
56
57
0 commit comments