Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot sawyer committed Aug 17, 2023
1 parent d8d585a commit e1add90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
}
],
"require": {
"silverstripe/cms": "^4.10",
"silverstripe/cms": "^4.10 | ^5",
"silverstripe/asset-admin": "*",
"silverstripe/silverstripe-omnipay": "^3@dev",
"silvershop/silverstripe-listsorter": "^3@dev",
"silvershop/silverstripe-sqlquerylist": "^2@dev",
"symbiote/silverstripe-gridfieldextensions": "^3.2"
"silverstripe/silverstripe-omnipay": "^3@dev | ^4@dev",
"silvershop/silverstripe-listsorter": "^3@dev | ^4@dev",
"silvershop/silverstripe-sqlquerylist": "^2@dev | ^3@dev",
"symbiote/silverstripe-gridfieldextensions": "^3.2 | ^4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit e1add90

Please sign in to comment.