mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
FIX: Allow pre-release versions of SS4.
Since SS4 has not yet been released, and this module is used to test pre-release versions of SS4, we need to have @dev on the requirement to make it as flexible as possible. As a general rule, modules that plug *into* SS4 rather than making *use* of it should have @dev on the end of their dependencies.
This commit is contained in:
parent
015b400fb7
commit
c9e2c249c2
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": "^4.0"
|
"silverstripe/framework": "^4.0@dev"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
Loading…
Reference in New Issue
Block a user