Skip to content

Commit

Permalink
Merge pull request #27 from boesing/feature/dba-satellite
Browse files Browse the repository at this point in the history
  • Loading branch information
boesing authored Oct 5, 2020
2 parents 033f01a + 368e4e9 commit 0e0a8d4
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 1,130 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file, in reverse
- [#23](https://github.com/laminas/laminas-cache/pull/23) Move APC adapter to its own [satellite package](https://github.com/laminas/laminas-cache-storage-adapter-apc)
- [#24](https://github.com/laminas/laminas-cache/pull/24) Move APCu adapter to its own [satellite package](https://github.com/laminas/laminas-cache-storage-adapter-apcu)
- [#25](https://github.com/laminas/laminas-cache/pull/25) Move BlackHole adapter to its own [satellite package](https://github.com/laminas/laminas-cache-storage-adapter-blackhole)
- [#27](https://github.com/laminas/laminas-cache/pull/27) Move DBA adapter to its own [satellite package](https://github.com/laminas/laminas-cache-storage-adapter-dba)

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"laminas/laminas-cache-storage-adapter-apc": "1.0.0@dev || ^1.0",
"laminas/laminas-cache-storage-adapter-apcu": "^1.0@dev || ^1.0",
"laminas/laminas-cache-storage-adapter-blackhole": "^1.0@dev || ^1.0",
"laminas/laminas-cache-storage-adapter-dba": "^1.0@dev || ^1.0",
"laminas/laminas-eventmanager": "^2.6.3 || ^3.2",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-stdlib": "^3.2.1",
Expand All @@ -52,7 +53,6 @@
"psr/simple-cache-implementation": "1.0"
},
"suggest": {
"ext-dba": "DBA, to use the DBA storage adapter",
"ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
"ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
"ext-mongo": "Mongo, to use MongoDb storage adapter",
Expand Down
Loading

0 comments on commit 0e0a8d4

Please sign in to comment.