Update composer.json

This commit is contained in:
Tony Air 2018-06-24 15:17:14 +07:00 committed by GitHub
parent bf5686e2ef
commit 12e80ce543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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