Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to laminas/laminas-cache-storage-adapter-filesystem #29

Merged
merged 3 commits into from
Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file, in reverse
- [#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)
- [#28](https://github.com/laminas/laminas-cache/pull/28) Move ExtMongodb adapter to its own [satellite package](https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb)
- [#29](https://github.com/laminas/laminas-cache/pull/29) Move Filesystem adapter to its own [satellite package](https://github.com/laminas/laminas-cache-storage-adapter-filesystem)

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"laminas/laminas-cache-storage-adapter-blackhole": "^1.0@dev || ^1.0",
"laminas/laminas-cache-storage-adapter-dba": "^1.0@dev || ^1.0",
"laminas/laminas-cache-storage-adapter-ext-mongodb": "1.0.0@dev || ^1.0",
"laminas/laminas-cache-storage-adapter-filesystem": "1.0.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 Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
currently in use in Laminas for ALL COMPONENTS; you should choose the
constants appropriate to the component you are migrating. -->

<env name="TESTS_LAMINAS_CACHE_FILESYSTEM_DIR" value="" />
<env name="TESTS_LAMINAS_CACHE_XCACHE_ENABLED" value="false" />
<env name="TESTS_LAMINAS_CACHE_XCACHE_ADMIN_AUTH" value="false" />
<env name="TESTS_LAMINAS_CACHE_XCACHE_ADMIN_USER" value="" />
Expand Down
Loading