Skip to content

Commit e14ed0b

Browse files
author
Damian Mooyman
committed
Update vendor and create new major 2.x branch
1 parent f80fc03 commit e14ed0b

1 file changed

Lines changed: 38 additions & 37 deletions

File tree

composer.json

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
1-
{
2-
"name": "silverstripe-australia/gridfieldextensions",
3-
"description": "A collection of useful grid field components",
4-
"type": "silverstripe-module",
5-
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
6-
"keywords": ["silverstripe", "gridfield"],
7-
"license": "BSD-3-Clause",
8-
"authors": [
9-
{
10-
"name": "Andrew Short",
11-
"email": "andrewjshort@gmail.com"
12-
},
13-
{
14-
"name": "Marcus Nyeholt",
15-
"email": "marcus@silverstripe.com.au"
16-
}
17-
],
18-
"support": {
19-
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
20-
},
21-
"require": {
22-
"silverstripe/framework": "~3.1"
23-
},
24-
"extra": {
25-
"installer-name": "gridfieldextensions",
26-
"branch-alias": {
27-
"dev-master": "1.4.x-dev"
28-
},
29-
"screenshots": [
30-
"docs/en/_images/editable-rows.png",
31-
"docs/en/_images/add-existing-search.png"
32-
]
33-
},
34-
"replace": {
35-
"ajshort/silverstripe-gridfieldextensions": "self.version"
36-
}
37-
}
1+
{
2+
"name": "symbiote/silverstripe-gridfieldextensions",
3+
"description": "A collection of useful grid field components",
4+
"type": "silverstripe-module",
5+
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
6+
"keywords": ["silverstripe", "gridfield"],
7+
"license": "BSD-3-Clause",
8+
"authors": [
9+
{
10+
"name": "Andrew Short",
11+
"email": "andrewjshort@gmail.com"
12+
},
13+
{
14+
"name": "Marcus Nyeholt",
15+
"email": "marcus@silverstripe.com.au"
16+
}
17+
],
18+
"support": {
19+
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
20+
},
21+
"require": {
22+
"silverstripe/framework": "~3.1"
23+
},
24+
"extra": {
25+
"installer-name": "gridfieldextensions",
26+
"branch-alias": {
27+
"2.x-dev": "2.0.x-dev"
28+
},
29+
"screenshots": [
30+
"docs/en/_images/editable-rows.png",
31+
"docs/en/_images/add-existing-search.png"
32+
]
33+
},
34+
"replace": {
35+
"silverstripe-australia/gridfieldextensions": "self.version",
36+
"ajshort/silverstripe-gridfieldextensions": "self.version"
37+
}
38+
}

0 commit comments

Comments
 (0)