Skip to content

Commit 19d0791

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 3fa338d commit 19d0791

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 1.1.0
8+
9+
### Changed
10+
* Upgraded version of adapter-common to 1.1.0
11+
712
## 1.0.0
813

914
* No changes since 0.3.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
],
2727
"require": {
2828
"php": "^5.6 || ^7.0",
29+
"cache/adapter-common": "^1.1",
30+
"mongodb/mongodb": "^1.0",
2931
"psr/cache": "^1.0",
30-
"psr/simple-cache": "^1.0",
31-
"cache/adapter-common": "^1.0",
32-
"mongodb/mongodb": "^1.0"
32+
"psr/simple-cache": "^1.0"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^5.7.21",

0 commit comments

Comments
 (0)