Update vendor and create new major 2.x branch

This commit is contained in:
Damian Mooyman 2017-08-28 14:04:20 +12:00
parent f80fc03bbb
commit e14ed0b47a

View File

@ -1,37 +1,38 @@
{ {
"name": "silverstripe-australia/gridfieldextensions", "name": "symbiote/silverstripe-gridfieldextensions",
"description": "A collection of useful grid field components", "description": "A collection of useful grid field components",
"type": "silverstripe-module", "type": "silverstripe-module",
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions", "homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
"keywords": ["silverstripe", "gridfield"], "keywords": ["silverstripe", "gridfield"],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"authors": [ "authors": [
{ {
"name": "Andrew Short", "name": "Andrew Short",
"email": "andrewjshort@gmail.com" "email": "andrewjshort@gmail.com"
}, },
{ {
"name": "Marcus Nyeholt", "name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au" "email": "marcus@silverstripe.com.au"
} }
], ],
"support": { "support": {
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues" "issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
}, },
"require": { "require": {
"silverstripe/framework": "~3.1" "silverstripe/framework": "~3.1"
}, },
"extra": { "extra": {
"installer-name": "gridfieldextensions", "installer-name": "gridfieldextensions",
"branch-alias": { "branch-alias": {
"dev-master": "1.4.x-dev" "2.x-dev": "2.0.x-dev"
}, },
"screenshots": [ "screenshots": [
"docs/en/_images/editable-rows.png", "docs/en/_images/editable-rows.png",
"docs/en/_images/add-existing-search.png" "docs/en/_images/add-existing-search.png"
] ]
}, },
"replace": { "replace": {
"ajshort/silverstripe-gridfieldextensions": "self.version" "silverstripe-australia/gridfieldextensions": "self.version",
} "ajshort/silverstripe-gridfieldextensions": "self.version"
} }
}