Skip to content

Commit

Permalink
change: changed constraints for SS5 support (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotpat authored May 30, 2023
1 parent bd0e75d commit 708c052
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": ">=7.3.0",
"silverstripe/cms": "^4",
"silverstripe/framework": "^4"
"silverstripe/cms": "^4 || ^5",
"silverstripe/framework": "^4 || ^5"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
Expand All @@ -20,7 +20,8 @@
},
"keywords": [
"silverstripe",
"silverstripe 4"
"silverstripe 4",
"silverstripe 5"
],
"license": "BSD-3-Clause",
"autoload": {
Expand Down

0 comments on commit 708c052

Please sign in to comment.