File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
### Fixed
12
12
### Removed --->
13
13
14
+ ## 0.1.5 - 2024-09-03
15
+ ### Added
16
+ - Laravel 11 support
17
+
14
18
## 0.1.4 - 2024-02-06
15
19
### Added
16
20
- Config setting to enable/disable encryption
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/venturedrake/laravel-encryptable.svg?style=flat-square )] ( https://packagist.org/packages/venturedrake/laravel-encryptable )
4
4
[ ![ Build Status] ( https://travis-ci.com/venturedrake/laravel-encryptable.svg?branch=master )] ( https://travis-ci.com/venturedrake/laravel-encryptable )
5
- [ ![ StyleCI] ( https://github.styleci.io/repos/310988638/shield?branch=master )] ( https://github.styleci.io/repos/310988638?branch=master )
6
5
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/3e78594a3733454e9ebed819debed985 )] ( https://www.codacy.com/gh/venturedrake/laravel-encryptable/dashboard?utm_source=github.com& ; utm_medium=referral& ; utm_content=venturedrake/laravel-encryptable& ; utm_campaign=Badge_Grade )
7
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/venturedrake/laravel-encryptable.svg?style=flat-square )] ( https://packagist.org/packages/venturedrake/laravel-encryptable )
8
7
9
8
Automatically encrypt and decrypt database table fields.
10
9
11
- > ⚠️ Warning: This is a pre-release version that is not yet ready for production use.
12
-
13
10
## Installation
14
11
15
12
You can install the package via composer:
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^7.2|^8.0" ,
24
- "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0"
24
+ "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 "
25
25
},
26
26
"require-dev" : {
27
- "friendsofphp/php-cs-fixer" : " ^2.17" ,
28
27
"orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0|^8.0|^9.0" ,
29
- "phpstan/phpstan" : " ^0.12.65" ,
30
28
"phpunit/phpunit" : " ^8.0|^9.0"
31
29
},
32
30
"autoload" : {
41
39
},
42
40
"scripts" : {
43
41
"test" : " vendor/bin/phpunit --colors=always" ,
44
- "test-coverage" : " vendor/bin/phpunit --coverage-html coverage" ,
45
- "format" : " vendor/bin/php-cs-fixer fix --allow-risky=no" ,
46
- "analyse" : " vendor/bin/phpstan analyse -c phpstan.neon"
42
+ "test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
47
43
},
48
44
"config" : {
49
45
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments