Added composer.json

This commit is contained in:
Chris Turner 2015-05-09 15:21:42 +12:00
parent 01082e54a6
commit 447c2aba6d

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "moe/font-awesome",
"description": "A simple form field for selecting font-awesome classes in the CMS.",
"keywords": [
"google",
"analytics"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Chris Turner",
"email": "chris.turner@minedu.govt.nz"
}
],
"type": "silverstripe-module",
"require": {
"silverstripe/framework": ">=3.1.0",
"silverstripe/cms": ">=3.1.0"
},
"minimum-stability": "dev"
}