Skip to content

Commit

Permalink
REFACTOR Allow Silverstripe 5 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Oct 10, 2023
1 parent 80e0d1d commit eb4058e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}
],
"require": {
"silverstripe/framework": "^4"
"silverstripe/framework": "^4 || ^5"
},
"require-dev": {
"silverstripe/recipe-testing": "^2"
"silverstripe/recipe-testing": "^2 || ^3"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -35,8 +35,8 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true,
"silverstripe/recipe-plugin": true
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"process-timeout": 600
},
Expand Down

0 comments on commit eb4058e

Please sign in to comment.