Skip to content

Commit

Permalink
Allow Silverstripe 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Feb 10, 2023
1 parent f9672e6 commit 08ae2fb
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 @@ -4,8 +4,8 @@
"license": "BSD-2-Clause",
"type": "silverstripe-vendormodule",
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4.0"
"silverstripe/vendor-plugin": "^1.0 || ^2.0",
"silverstripe/framework": "^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit 08ae2fb

Please sign in to comment.