Skip to content

Commit 78a82d5

Browse files
prisisNyholm
authored andcommitted
Upgrade and add adapter common (#212)
* Added adapter-common to encryption and upgraded the version to 1.1 * Update changelog * Update changelog
1 parent 7ef8c92 commit 78a82d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## UNRELEASED
6+
7+
## 1.1.0
8+
9+
### Added
10+
11+
* Added adapter-common version v1.1.0
12+
513
## 1.0.0
614

715
* No changes since 0.2.0

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
],
3232
"require": {
3333
"php": "^5.6 || ^7.0",
34-
"defuse/php-encryption": "^2.0",
34+
"cache/adapter-common": "^1.1",
3535
"cache/tag-interop": "^1.0",
36+
"defuse/php-encryption": "^2.0",
3637
"psr/cache": "^1.0"
3738
},
3839
"require-dev": {

0 commit comments

Comments
 (0)