Skip to content

Commit 0f617de

Browse files
DEP Update dependency for silverstripe/framework (#328)
This needs to be bumped because we're calling `Deprecation::withNoReplacement()` which isn't available until 4.13.0
1 parent ad0f3b0 commit 0f617de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "BSD-3-Clause",
1010
"require": {
1111
"php": "^7.3 || ^8.0",
12-
"silverstripe/framework": "^4.10",
12+
"silverstripe/framework": "^4.13",
1313
"cwp/cwp-core": "^2",
1414
"silverstripe/cms": "^4",
1515
"silverstripe/taxonomy": "^2",
@@ -41,4 +41,4 @@
4141
},
4242
"minimum-stability": "dev",
4343
"prefer-stable": true
44-
}
44+
}

0 commit comments

Comments
 (0)