Skip to content

Commit

Permalink
Requirements SilverStripe 3.4 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere committed Jul 28, 2016
1 parent 9a0aa26 commit 4922eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/extensions/EncryptDataObjectFieldsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function getDecryptedProperty($property)
}

/**
* @todo this is not really a readable code.
* @todo Clean this to make it more readable.
* @param $bool
* @return array
*/
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},

"require": {
"silverstripe/framework": "3.4.*",
"defuse/php-encryption": "2.0.x"
},

Expand Down

0 comments on commit 4922eee

Please sign in to comment.