Skip to content

Commit

Permalink
Change keywords in composer.json (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Sep 16, 2021
1 parent b23f494 commit 63438c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,12 @@ major.minor[.revision]
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

## 0.1.1

2021-09-17

- Update keywords in the compose.json.

## 0.1.0

2021-09-17
Expand Down
4 changes: 2 additions & 2 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "barseghyanartur/ska",
"version": "0.1.0",
"version": "0.1.1",
"type": "library",
"description": "Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
}
],
"homepage": "https://github.com/barseghyanartur/skaphp",
"keywords": ["log","logging"],
"keywords": ["security", "encryption", "data-encryption", "data-hash"],
"require": {
"php": "^7.4 || ~8.0.0",
"ext-json": "*",
Expand Down

0 comments on commit 63438c0

Please sign in to comment.