|
1 | 1 | { |
2 | | - "name": "ionghitun/laravel-lumen-mysql-encryption", |
3 | | - "description": "Database fields encryption in laravel and lumen for mysql databases with native search and anonymize data for gdpr.", |
4 | | - "keywords": [ |
5 | | - "ionghitun", |
6 | | - "laravel", |
7 | | - "lumen", |
8 | | - "mysql", |
9 | | - "encryption", |
10 | | - "anonymize", |
11 | | - "gdpr" |
12 | | - ], |
13 | | - "license": "MIT", |
14 | | - "authors": [ |
15 | | - { |
16 | | - "name": "Ion Ghitun", |
17 | | - "email": "ionghitun@gmail.com" |
| 2 | + "name": "ionghitun/laravel-lumen-mysql-encryption", |
| 3 | + "description": "Database fields encryption in laravel and lumen for mysql databases with native search and anonymize data for gdpr.", |
| 4 | + "keywords": [ |
| 5 | + "ionghitun", |
| 6 | + "laravel", |
| 7 | + "lumen", |
| 8 | + "mysql", |
| 9 | + "encryption", |
| 10 | + "anonymize", |
| 11 | + "gdpr" |
| 12 | + ], |
| 13 | + "license": "MIT", |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Ion Ghitun", |
| 17 | + "email": "ionghitun@gmail.com" |
| 18 | + } |
| 19 | + ], |
| 20 | + "homepage": "https://github.com/ionghitun/laravel-lumen-mysql-encryption", |
| 21 | + "type": "library", |
| 22 | + "require": { |
| 23 | + "php": ">=7.3", |
| 24 | + "illuminate/database": ">=7.0", |
| 25 | + "ext-openssl": "*", |
| 26 | + "fzaninotto/faker": "^1.0" |
| 27 | + }, |
| 28 | + "require-dev": { |
| 29 | + "phpunit/phpunit": "^9.0", |
| 30 | + "mockery/mockery": "^1.0" |
| 31 | + }, |
| 32 | + "minimum-stability": "stable", |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "IonGhitun\\MysqlEncryption\\": "src/" |
| 36 | + } |
| 37 | + }, |
| 38 | + "autoload-dev": { |
| 39 | + "psr-4": { |
| 40 | + "IonGhitun\\MysqlEncryption\\Tests\\": "tests/" |
| 41 | + } |
| 42 | + }, |
| 43 | + "extra": { |
| 44 | + "laravel": { |
| 45 | + "providers": [ |
| 46 | + "IonGhitun\\MysqlEncryption\\MysqlEncryptionServiceProvider" |
| 47 | + ] |
| 48 | + } |
18 | 49 | } |
19 | | - ], |
20 | | - "homepage": "https://github.com/ionghitun/laravel-lumen-mysql-encryption", |
21 | | - "type": "library", |
22 | | - "require": { |
23 | | - "php": ">=7.2", |
24 | | - "illuminate/database": ">=5.8", |
25 | | - "ext-openssl": "*", |
26 | | - "fzaninotto/faker": "^1.9" |
27 | | - }, |
28 | | - "require-dev": { |
29 | | - "phpunit/phpunit": "^8.5", |
30 | | - "mockery/mockery": "^1.3" |
31 | | - }, |
32 | | - "minimum-stability": "stable", |
33 | | - "autoload": { |
34 | | - "psr-4": { |
35 | | - "IonGhitun\\MysqlEncryption\\": "src/" |
36 | | - } |
37 | | - }, |
38 | | - "autoload-dev": { |
39 | | - "psr-4": { |
40 | | - "IonGhitun\\MysqlEncryption\\Tests\\": "tests/" |
41 | | - } |
42 | | - }, |
43 | | - "extra": { |
44 | | - "laravel": { |
45 | | - "providers": [ |
46 | | - "IonGhitun\\MysqlEncryption\\MysqlEncryptionServiceProvider" |
47 | | - ] |
48 | | - } |
49 | | - } |
50 | 50 | } |
0 commit comments