Merge pull request #360 from creative-commoners/pulls/5/expose-theme-to-cow

MNT Expose theme to cow
This commit is contained in:
Sabina Talipova 2023-08-30 14:47:31 +12:00 committed by GitHub
commit 57d1b43553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"child-stability-inherit": true,
"dependency-constraint": "loose",
"vendors": [
"silverstripe"
"silverstripe",
"silverstripe-themes"
],
"tests": [
"vendor/bin/phpunit vendor/silverstripe/framework/tests/php",