Skip to content

Commit

Permalink
Update composer for SS5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzystuff committed May 24, 2023
1 parent 2377928 commit a2ae71a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
"homepage": "https://fromhold.io"
}],
"require": {
"php": ">=5.6",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/cms": "^4.0",
"fromholdio/silverstripe-dependentgroupeddropdownfield": "^1.0.0",
"silverstripe/cms": "~4.0 || ~5.0",
"fromholdio/silverstripe-dependentgroupeddropdownfield": "^1.0.0 || ^2.0.0",
"fromholdio/silverstripe-externalurlfield": "^1.0.3",
"giggsey/libphonenumber-for-php": "^8.12.55"
},
Expand Down

0 comments on commit a2ae71a

Please sign in to comment.