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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Bug #286: Explicitly mark nullable parameters (@vjik)
- Chg #287: Change supported PHP versions to `8.1 - 8.4` (@Tigrov)
- Enh #287: Minor refactoring (@Tigrov)
- Chg #290: Remove `ext-filter` from `require` section of `composer.json` (@Tigrov)

## 1.2.0 November 27, 2024

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Supports the following databases out of the box:
## Requirements

- PHP 8.1 - 8.4.
- `Filter` PHP extension.

## Installation

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
],
"require": {
"php": "8.1 - 8.4",
"ext-filter": "*",
"symfony/console": "^6.0|^7.0",
"yiisoft/db": "dev-master",
"yiisoft/injector": "^1.2"
Expand Down