Skip to content

Commit

Permalink
Update composer for CMS 5 compatibility (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingroeger authored May 11, 2023
1 parent b523d27 commit 471c1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"silverstripe/framework": "^4@dev",
"silverstripe/framework": "^4 || ^5",
"league/flysystem-aws-s3-v3": "^1.0",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/vendor-plugin": "^1 || ^2",
"league/flysystem-cached-adapter": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 471c1e0

Please sign in to comment.