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 d79db62 commit 99a47d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Feel free to submit any questions as issues in the meantime.

## Requirements

* [silverstripe-framework](https://github.com/silverstripe/silverstripe-cms) ^4
* [fromholdio/silverstripe-commonancestor](https://github.com/fromholdio/silverstripe-commonancestor) ^1.0
* [silverstripe-framework](https://github.com/silverstripe/silverstripe-cms) ^4 or ^5
* [fromholdio/silverstripe-commonancestor](https://github.com/fromholdio/silverstripe-commonancestor) ^1.0 (^1.1 for SS 5 compatibility)

## Installation

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"homepage": "https://fromhold.io"
}],
"require": {
"php": ">=5.6",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4.0",
"silverstripe/framework": "~4.0 || ~5.0",
"fromholdio/silverstripe-commonancestor": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 99a47d0

Please sign in to comment.