File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to `laravel-encryptable` will be documented in this file
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ <!-- - ## 1.0.0 - 2021-XX-XX
9+ ### Added
10+ ### Changed
11+ ### Fixed
12+ ### Removed --->
13+
14+ ## 0.1.1 - 2021-04-09
15+ ### Changed
16+
17+ - PHP8 support
18+
819## 0.1.0 - 2021-01-08
920
1021- Initial pre-release
Original file line number Diff line number Diff line change 33 "description" : " Automatically encrypt and decrypt database table fields" ,
44 "keywords" : [
55 " venturedrake" ,
6- " laravel-encryptable"
6+ " laravel-encryptable" ,
7+ " encrypt database" ,
8+ " encrypt database table fields" ,
9+ " encrypt table fields" ,
10+ " field level encryption"
711 ],
812 "homepage" : " https://github.com/venturedrake/laravel-encryptable" ,
913 "license" : " MIT" ,
1014 "authors" : [
1115 {
1216 "name" : " Andrew Drake" ,
131718+ "homepage" : " https://venturedrake.com" ,
1419 "role" : " Developer"
1520 }
1621 ],
1722 "require" : {
18- "php" : " ^7.2" ,
23+ "php" : " ^7.2|^8.0 " ,
1924 "illuminate/contracts" : " ^6.0|^7.0|^8.0"
2025 },
2126 "require-dev" : {
You can’t perform that action at this time.
0 commit comments