mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 11:05:31 +02:00
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:
parent
6dffbdaee7
commit
24b2d06424
@ -12,8 +12,8 @@
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": ">=3.1",
|
||||
"silverstripe/cms": ">=3.1"
|
||||
"silverstripe/framework": "^3.1",
|
||||
"silverstripe/cms": "^3.1"
|
||||
},
|
||||
"extra":
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user