mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Added composer.json
This commit is contained in:
parent
878fc3261b
commit
3a679569d2
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe-themes/simple",
|
||||||
|
"description": "The SilverStripe simple theme (default SilverStripe 3 theme)",
|
||||||
|
"type": "silverstripe-theme",
|
||||||
|
"keywords": ["silverstripe", "theme"],
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sara Tušar (Innovaif)",
|
||||||
|
"homepage": "http://www.saratusar.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"composer/installers": "*",
|
||||||
|
"silverstripe/framework": ">=3.0.x-dev,<=dev-master"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user