Skip to content

Commit

Permalink
merge master to dev-php-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed Jul 11, 2024
2 parents a25cb00 + efe809f commit 67fd955
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 4
:minor: 2
:patch: 5
:patch: 6
:special: ''
:metadata: ''
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# 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.
Expand All @@ -7,7 +8,7 @@ This is mostly a cleanup release offering stronger type guarantees for integrato
* `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)
# Version 4.2.6

* Min. PHP Version set to 7.3
* Support PhpUnit 8.0
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
'target.dir' => __DIR__ . '/target',
'symfony.dir' => __DIR__ . '/symfony',
'webapp.name' => 'import-cli-simple',
'webapp.version' => '4.2.5'
'webapp.version' => '4.2.6'
);

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67fd955

Please sign in to comment.