Skip to content

Commit

Permalink
Merge pull request #21 from silverstripeltd/feature/silverstripe-5
Browse files Browse the repository at this point in the history
Add support for silverstripe 5
  • Loading branch information
wilr authored May 22, 2023
2 parents 52640f7 + ba235ef commit e797671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"require": {
"composer/installers": "*",
"silverstripe/framework": "^4.0",
"silverstripe/vendor-plugin": "^1"
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.0 || ^5.0",
"silverstripe/vendor-plugin": "^1 || ^2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e797671

Please sign in to comment.