Skip to content

Commit 920ad20

Browse files
authored
Update minimum requirements after PR was merged
1 parent ef8ff75 commit 920ad20

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ This module allows Silverstripe CMS ORM data to be encrypted before being stored
1010

1111

1212
## Requirements
13-
* SilverStripe CMS 4
14-
* Requires a version of silverstripe-framework that includes [this pull request](https://github.com/silverstripe/silverstripe-framework/pull/10047), or for this PR to be manually patched into your version of framework.
15-
13+
* SilverStripe CMS 4.9
1614

1715
## Installation
1816
Install via Composer:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": "https://github.com/madmatt/silverstripe-encrypt-at-rest"
1717
},
1818
"require": {
19-
"silverstripe/framework": "^4.1",
19+
"silverstripe/framework": "^4.9.0",
2020
"defuse/php-encryption": "^2.2"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)