Initialize a composer-module

This commit is contained in:
Manuel Thalmann 2019-10-03 22:11:59 +02:00
parent 434ca85b41
commit 5ebc689c95
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored
View file

@ -74,3 +74,6 @@ typings/
# FuseBox cache # FuseBox cache
.fusebox/ .fusebox/
# Composer-dependencies
vendor/

13
composer.json Normal file
View 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": {}
}