silverstripe-tagfield/composer.json

30 lines
558 B
JSON
Raw Normal View History

2015-04-14 03:15:28 +02:00
{
2015-04-14 03:19:35 +02:00
"name": "silverstripe/tagfield",
2015-04-14 03:15:28 +02:00
"description": "Tag field for Silverstripe",
2015-11-19 06:59:10 +01:00
"license": "BSD-3-Clause",
2015-04-14 03:15:28 +02:00
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"tag",
"field"
],
"authors": [
{
"name": "Christopher Pitt",
"email": "chris@silverstripe.com",
2015-04-14 03:15:28 +02:00
"homepage": "http://github.com/assertchris"
}
],
"support": {
2015-04-14 03:19:35 +02:00
"issues": "http://github.com/silverstripe-labs/silverstripe-tagfield/issues"
2015-04-14 03:15:28 +02:00
},
"require": {
"silverstripe/framework": "~3.1"
2016-02-04 05:43:50 +01:00
},
"extra": {
"branch-alias": {
2016-12-20 16:26:40 +01:00
"dev-master": "2.x-dev"
2016-02-04 05:43:50 +01:00
}
2015-04-14 03:15:28 +02:00
}
}