Skip to content

Commit f47fd3e

Browse files
Merge pull request #352 from creative-commoners/pulls/4.0/subsites-min-version
FIX Prevent incompatible versions of Subsites from installing alongside MFA
2 parents da8d93b + 6ba3082 commit f47fd3e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"phpunit/phpunit": "^5.7",
3838
"squizlabs/php_codesniffer": "^3.0"
3939
},
40+
"conflict": {
41+
"silverstripe/subsites": "<2.3.1"
42+
},
4043
"suggest": {
4144
"silverstripe/totp-authenticator": "Adds a method to authenticate with you phone using a time-based one-time password.",
4245
"silverstripe/webauthn-authenticator": "Adds a method to authenticate with security keys or built-in platform authenticators."

0 commit comments

Comments
 (0)