mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Testing version workaround
This commit is contained in:
parent
5254b1865c
commit
d5d43a7f6e
@ -1,37 +1,39 @@
|
||||
{
|
||||
"name": "silverstripe-australia/gridfieldextensions",
|
||||
"description": "A collection of useful grid field components",
|
||||
"type": "silverstripe-module",
|
||||
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
|
||||
"keywords": ["silverstripe", "gridfield"],
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrew Short",
|
||||
"email": "andrewjshort@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Marcus Nyeholt",
|
||||
"email": "marcus@silverstripe.com.au"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
|
||||
},
|
||||
"require": {
|
||||
"silverstripe/framework": "~4.0"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "gridfieldextensions",
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
},
|
||||
"screenshots": [
|
||||
"docs/en/_images/editable-rows.png",
|
||||
"docs/en/_images/add-existing-search.png"
|
||||
]
|
||||
},
|
||||
"replace": {
|
||||
"ajshort/silverstripe-gridfieldextensions": "self.version"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "silverstripe-australia/gridfieldextensions",
|
||||
"description": "A collection of useful grid field components",
|
||||
"type": "silverstripe-module",
|
||||
"homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions",
|
||||
"keywords": ["silverstripe", "gridfield"],
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andrew Short",
|
||||
"email": "andrewjshort@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Marcus Nyeholt",
|
||||
"email": "marcus@silverstripe.com.au"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
|
||||
},
|
||||
"require": {
|
||||
"silverstripe/framework": "4.0.0-alpha1 as 3.4.1"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "gridfieldextensions",
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
},
|
||||
"screenshots": [
|
||||
"docs/en/_images/editable-rows.png",
|
||||
"docs/en/_images/add-existing-search.png"
|
||||
]
|
||||
},
|
||||
"replace": {
|
||||
"ajshort/silverstripe-gridfieldextensions": "self.version"
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user