FIX: Don't assume SS4 compatibility

Major versions won't automatically work, and so I've amended the composer requirements
not to allow SS4.

This will also ensure that addons.silverstripe.org correctly reports which modules
work with SS4.
This commit is contained in:
Sam Minnée 2017-07-12 13:36:11 +12:00 committed by GitHub
parent 6dffbdaee7
commit 24b2d06424
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
],
"require":
{
"silverstripe/framework": ">=3.1",
"silverstripe/cms": ">=3.1"
"silverstripe/framework": "^3.1",
"silverstripe/cms": "^3.1"
},
"extra":
{