Merge pull request #702 from creative-commoners/pulls/5.0/gridfieldextensions

NEW Update GridFieldExtensions constraint to a 3.1.0 minimum
This commit is contained in:
Dylan Wagstaff 2018-01-23 13:27:29 +13:00 committed by GitHub
commit 699dd32179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
],
"require": {
"silverstripe/cms": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "3.0.x-dev",
"symbiote/silverstripe-gridfieldextensions": "^3.1",
"silverstripe/segment-field": "^2.0",
"silverstripe/versioned": "^1.0"
},