Skip to content

Commit 258bc75

Browse files
committed
Fix drupal/core detection in playground-runner
1 parent cdbd525 commit 258bc75

File tree

3 files changed

+113
-72
lines changed

3 files changed

+113
-72
lines changed

playground-runner/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
"phpstan/extension-installer": true,
1717
"dealerdirect/phpcodesniffer-composer-installer": true
1818
}
19+
},
20+
"scripts": {
21+
"post-autoload-dump": [
22+
"php scaffold.php"
23+
]
1924
}
2025
}

0 commit comments

Comments
 (0)