Skip to content

Commit

Permalink
update changelog and upgrade files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 2, 2024
1 parent abf6410 commit 0ce5f2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Version 5.0.0 (coming soon)
This is mostly a cleanup release offering stronger type guarantees for integrators with the changes, but there is no big new feature for end users.
* The minimum supported PHP version is now 8.1.0.
* replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `friends-of-behat/symfony-extension` and `"friends-of-behat/mink-browserkit-driver"`
* Upgrade required dependency
* Correction of the compatibility of functions
* `src/Loggers/Handlers/HandlerWrapper.php::isHandling(array|LogRecord $record): bool`
* `src/Loggers/Handlers/HandlerWrapper.php::handle(array|LogRecord $record): bool`

# Version 4.2.6 (coming soon)

Expand Down
3 changes: 2 additions & 1 deletion UPGRADE-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is mostly a cleanup release offering stronger type guarantees for integrato
* Updating from 4.2.6 to 5.0.0 doesn't have any impacts. Please read the apropriate UPGRADE-5.0.0 files for updates lower as [5.0.0](UPGRADE-5.0.0.md) to this version.

## Upgrade composer dependencies
replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" with "friends-of-behat/mink-browserkit-driver" and
"friends-of-behat/symfony-extension"
```json
"doctrine/dbal" from "2.5.*" to "^4.0.4",
"pdepend/pdepend" from "^2.5.2" to "^2.16.2",
Expand All @@ -21,7 +23,6 @@ This is mostly a cleanup release offering stronger type guarantees for integrato
"dmore/chrome-mink-driver" from "2.7.*" to "^2.9.3",
"dmore/behat-chrome-extension" from "1.3.*" to "^1.4.0",
"behat/mink-goutte-driver" from "1.1.*" to "dev-master,
"behat/symfony2-extension" from "dev-master as 3.0.0" to "^2.1.5",
"phpcompatibility/php-compatibility" from "*" to "^9.3.5"
```
### techdivision/import-category
Expand Down

0 comments on commit 0ce5f2d

Please sign in to comment.