Skip to content

Commit 6e70da6

Browse files
committed
updated deps to support SS5
1 parent 2263d53 commit 6e70da6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A small SilverStripe module that provides logged in users with a front-end `Edit` link. This helps in quickly editing a pages and finding it on the SiteTree instead of hunting for it.
66

7-
This is SilverStripe 4 supported release
7+
This is SilverStripe 5 supported release
88

99

1010
## Setup

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"issues": "http://github.com/evanshunt/frontendeditlink/issues"
1616
},
1717
"require": {
18-
"silverstripe/framework": "^4",
19-
"silverstripe/cms": "^4"
18+
"silverstripe/framework": "^5",
19+
"silverstripe/cms": "^5"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)