File tree 2 files changed +18
-2
lines changed
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
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
19
## 0.1.0 - 2021-01-08
9
20
10
21
- Initial pre-release
Original file line number Diff line number Diff line change 3
3
"description" : " Automatically encrypt and decrypt database table fields" ,
4
4
"keywords" : [
5
5
" venturedrake" ,
6
- " laravel-encryptable"
6
+ " laravel-encryptable" ,
7
+ " encrypt database" ,
8
+ " encrypt database table fields" ,
9
+ " encrypt table fields" ,
10
+ " field level encryption"
7
11
],
8
12
"homepage" : " https://github.com/venturedrake/laravel-encryptable" ,
9
13
"license" : " MIT" ,
10
14
"authors" : [
11
15
{
12
16
"name" : " Andrew Drake" ,
13
17
18
+ "homepage" : " https://venturedrake.com" ,
14
19
"role" : " Developer"
15
20
}
16
21
],
17
22
"require" : {
18
- "php" : " ^7.2" ,
23
+ "php" : " ^7.2|^8.0 " ,
19
24
"illuminate/contracts" : " ^6.0|^7.0|^8.0"
20
25
},
21
26
"require-dev" : {
You can’t perform that action at this time.
0 commit comments