Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit c2f1229

Browse files
author
Ion Ghițun
committed
master - updated dependencies
1 parent 4e2ae71 commit c2f1229

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.4
54
- 8.0
65

76
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"homepage": "https://github.com/ionghitun/laravel-lumen-mysql-encryption",
2121
"type": "library",
2222
"require": {
23-
"php": ">=7.4",
23+
"php": ">=8.0",
2424
"illuminate/database": "^8.0",
2525
"ext-openssl": "*",
26-
"fakerphp/faker": "^1.9"
26+
"fakerphp/faker": "^1.19"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Database fields encryption in laravel and lumen for mysql databases with native
1414

1515
## Dependencies
1616

17-
- php >= 7.4
17+
- php >= 8.0
1818

1919
## Documentation:
2020

0 commit comments

Comments
 (0)