mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 17:05:51 +02:00
Update composer.json
This commit is contained in:
parent
bf5686e2ef
commit
12e80ce543
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user