Skip to content

Commit 8dcfd0c

Browse files
committed
PHP8 support
1 parent 8fefd3e commit 8dcfd0c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to `laravel-encryptable` will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
819
## 0.1.0 - 2021-01-08
920

1021
- Initial pre-release

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@
33
"description": "Automatically encrypt and decrypt database table fields",
44
"keywords": [
55
"venturedrake",
6-
"laravel-encryptable"
6+
"laravel-encryptable",
7+
"encrypt database",
8+
"encrypt database table fields",
9+
"encrypt table fields",
10+
"field level encryption"
711
],
812
"homepage": "https://github.com/venturedrake/laravel-encryptable",
913
"license": "MIT",
1014
"authors": [
1115
{
1216
"name": "Andrew Drake",
1317
"email": "[email protected]",
18+
"homepage": "https://venturedrake.com",
1419
"role": "Developer"
1520
}
1621
],
1722
"require": {
18-
"php": "^7.2",
23+
"php": "^7.2|^8.0",
1924
"illuminate/contracts": "^6.0|^7.0|^8.0"
2025
},
2126
"require-dev": {

0 commit comments

Comments
 (0)