Skip to content

Commit

Permalink
fix: Поддержка PHP ^8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webarchitect609 committed Jan 20, 2021
1 parent 1a18948 commit 7f71be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

1.9.1
-----

### Исправлено:
- формально некорректные вызовы `set_error_handler()` в `\WebArch\BitrixCache\LockRegistry::open()` и
`\WebArch\BitrixCache\Test\CacheItemTest::testNoLoggerTriggersUserWarning()`;
- поддержка `PHP ^8.0`

1.9.0
-----

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"require": {
"php": "^7.2 || 8.0",
"php": "^7.2 || ^8.0",
"psr/log": "^1.1",
"psr/simple-cache": "^1.0",
"symfony/cache-contracts": "^2.1",
Expand Down

0 comments on commit 7f71be8

Please sign in to comment.