mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 17:05:51 +02:00
Added composer.json
This commit is contained in:
parent
01082e54a6
commit
447c2aba6d
21
composer.json
Normal file
21
composer.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user