-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathcomposer.json
45 lines (45 loc) · 1014 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "betterapp/laravel-db-encrypter",
"description": "Provides database model attribute encryption/decryption",
"keywords": [
"attribute",
"database",
"database encryption",
"database encrypter",
"decrypt",
"decrypted",
"decryption",
"eloquent",
"encrypt",
"encrypter",
"encryption",
"laravel",
"laravel db encryption",
"laravel db encrypter",
"laravel database encryption",
"laravel database encrypter",
"laravel model encryption",
"laravel model encrypter",
"laravel attribute encrypter",
"laravel attribute encryption"
],
"license": "MIT",
"autoload": {
"psr-4": {
"betterapp\\LaravelDbEncrypter\\": "src/"
}
},
"authors": [
{
"name": "Daniel Czestki",
"email": "[email protected]",
"homepage": "https://github.com/betterapp",
"role": "Developer"
}
],
"require": {
"php": ">=8.2",
"laravel/framework": "^12.0"
},
"minimum-stability": "stable"
}