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
da77cc8d97
commit
e3072ad147
@ -1,28 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "a2nt/silverstripe-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"
|
"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-vendormodule",
|
||||||
|
"require": {
|
||||||
|
"silverstripe/framework": ">=4",
|
||||||
|
"silverstripe/cms": ">=4"
|
||||||
},
|
},
|
||||||
{
|
"minimum-stability": "dev",
|
||||||
"name": "Tony Air",
|
"extra": {
|
||||||
"email": "tony@twma.pro"
|
"installer-name": "silverstripe-font-awesome",
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"type": "silverstripe-vendormodule",
|
|
||||||
"require": {
|
|
||||||
"silverstripe/framework": ">=4",
|
|
||||||
"silverstripe/cms": ">=4"
|
|
||||||
},
|
|
||||||
"minimum-stability": "dev",
|
|
||||||
"extra": {
|
|
||||||
"installer-name": "silverstripe-font-awesome",
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user