Skip to content

Commit

Permalink
Update requirements for SS5
Browse files Browse the repository at this point in the history
  • Loading branch information
k-coidan committed Jul 28, 2023
1 parent 9ef3bcb commit 4f11396
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 @@ -19,8 +19,8 @@
"issues": "http://github.com/bigfork/silverstripe-form-capture/issues"
},
"require": {
"silverstripe/cms": "^4",
"silverstripe/framework": "^4"
"silverstripe/cms": "^4 || ^5",
"silverstripe/framework": "^4 || ^5"
},
"suggest": {
"silverstripe/gridfieldqueuedexport": "Allows CSV exports of large amounts of data by processing exports in the background"
Expand Down

0 comments on commit 4f11396

Please sign in to comment.