Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert van Lienden committed May 17, 2021
1 parent 5b94999 commit e71b01d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "robertvanlienden/silverstripe-bulma-dark-theme",
"description": "A simple SilverStripe dark theme based on the Bulma CSS Framework",
"type": "silverstripe-theme",
"keywords": ["silverstripe", "theme"],
"license": "MIT",
"authors": [
{
"name": "Robert van Lienden",
"homepage": "https://www.robertvanlienden.nl"
}
],
"require": {
"composer/installers": "*",
"silverstripe/framework": ">=4.0"
},
"extra": {
"expose": [
"css",
"images",
"javascript",
"webfonts"
]
}
}

0 comments on commit e71b01d

Please sign in to comment.