mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 09:05:32 +00:00
518189e2ef
* Update composer constraint and branch alias to support SS4 testing * Add namespaces, update DataList quirk with getSourceList * Add PSR-4 autoloader definition * Move template to correct namespace location, update requirement paths * FIX Visibility on allowed actions * FIX Update chosen class names to match updates in framework * Update Travis configuration for 4.x builds. Update docs for namespaced classes. * Use "4" for the release instead of master. * FIX Selected tag height. Move Readonly to own class.
35 lines
791 B
JSON
35 lines
791 B
JSON
{
|
|
"name": "silverstripe/tagfield",
|
|
"description": "Tag field for Silverstripe",
|
|
"license": "BSD-3-Clause",
|
|
"type": "silverstripe-module",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"tag",
|
|
"field"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Pitt",
|
|
"email": "chris@silverstripe.com",
|
|
"homepage": "http://github.com/assertchris"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "http://github.com/silverstripe-labs/silverstripe-tagfield/issues"
|
|
},
|
|
"require": {
|
|
"silverstripe/framework": "^4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SilverStripe\\TagField\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
}
|
|
}
|