Skip to content

Commit

Permalink
FIX prevent installation with incompatible modules
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 5, 2022
1 parent 9670ab7 commit 8269556
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"dnadesign/silverstripe-elemental": "^4.9",
"silverstripe/frameworktest": "^0.4.4"
},
"conflict": {
"dnadesign/silverstripe-elemental": "<4.6.0",
"silverstripe/admin": "<1.8.0",
"silverstripe/asset-admin": "<1.8.0"
},
"autoload": {
"psr-4": {
"SilverStripe\\GraphQL\\": "src/",
Expand Down

0 comments on commit 8269556

Please sign in to comment.