Skip to content

Commit

Permalink
DEP Update dependency for silverstripe/framework (#328)
Browse files Browse the repository at this point in the history
This needs to be bumped because we're calling `Deprecation::withNoReplacement()` which isn't available until 4.13.0
  • Loading branch information
GuySartorelli authored Apr 3, 2023
1 parent ad0f3b0 commit 0f617de
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 @@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/framework": "^4.13",
"cwp/cwp-core": "^2",
"silverstripe/cms": "^4",
"silverstripe/taxonomy": "^2",
Expand Down Expand Up @@ -41,4 +41,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 0f617de

Please sign in to comment.