Skip to content

Commit

Permalink
Merge pull request #3 from xini/pull-ss5
Browse files Browse the repository at this point in the history
update composer.json for SS5
  • Loading branch information
dizzystuff authored May 31, 2023
2 parents c314c24 + de6c73c commit 08b3757
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
"homepage": "https://fromhold.io"
}],
"require": {
"php": ">=5.6",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/cms": "^4.0",
"fromholdio/silverstripe-commonancestor": "^1.0",
"sheadawson/silverstripe-dependentdropdownfield": "^2.0.3",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
"silverstripe/cms": "^4 || ^5",
"fromholdio/silverstripe-commonancestor": "^1",
"sheadawson/silverstripe-dependentdropdownfield": "^2 || ^3",
"symbiote/silverstripe-gridfieldextensions": "^3 || ^4"
},
"suggest": {
"fromholdio/silverstripe-fulltext-innodb": "^1.0",
"fromholdio/silverstripe-fulltext-filters": "^1.0"
"fromholdio/silverstripe-fulltext-innodb": "A small SilverStripe module that enables usage of fulltext indexes with the InnoDB engine. ",
"fromholdio/silverstripe-fulltext-filters": "This module adds three fulltext SearchFilters to your SilverStripe project: FulltextBoolean, FulltextRelevance and FulltextBooleanRelevance"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 08b3757

Please sign in to comment.