Skip to content
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
- [2025-12-16] DamImpr: changelog wrote only on PR opened [#29](https://github.com/DamImpr/cache-multi-layer/pull/29)

- [2025-12-22] DamImpr: Add tests directory to export-ignore in .gitattributes [#30](https://github.com/DamImpr/cache-multi-layer/pull/30)

- [2026-01-05] DamImpr: add persistent connection redis [#31](https://github.com/DamImpr/cache-multi-layer/pull/31)
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,20 @@
},
"require": {
"php": ">=8.2",
"predis/predis": "^3.2"
"predis/predis": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^11",
"phpstan/phpstan": "^2.1",
"rector/rector": "^2.1",
"friendsofphp/php-cs-fixer": "^3.88"
"friendsofphp/php-cs-fixer": "3.88"
},
"config": {
"platform": {
"php": "8.2.0"
},
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading