Initialize a composer-module
This commit is contained in:
parent
434ca85b41
commit
5ebc689c95
2 changed files with 16 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -74,3 +74,6 @@ typings/
|
|||
|
||||
# FuseBox cache
|
||||
.fusebox/
|
||||
|
||||
# Composer-dependencies
|
||||
vendor/
|
||||
|
|
13
composer.json
Normal file
13
composer.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "manuth/mantra",
|
||||
"description": "A SilverStripe-theme called \"mantra\".",
|
||||
"type": "silverstripe-theme",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Manuel Thalmann",
|
||||
"email": "m@nuth.ch"
|
||||
}
|
||||
],
|
||||
"require": {}
|
||||
}
|
Loading…
Reference in a new issue