Skip to content

Commit

Permalink
Merge 3362202 into e7e6e53
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Jul 25, 2022
2 parents e7e6e53 + 3362202 commit 4ff97bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [5.0.5] - 2022-07-25

* Made the `defer` logic more explicit
* Migrated the XML configuration for PHPUnit

## [5.0.4] - 2022-07-18

* Travis has been removed
Expand Down Expand Up @@ -28,6 +33,7 @@ Added test for changing returned value in defer.

Given version is successor of version [4.0.1].

[5.0.5]: https://github.com/php-defer/php-defer/compare/v5.0.4...v5.0.5
[5.0.4]: https://github.com/php-defer/php-defer/compare/v5.0.3...v5.0.4
[5.0.3]: https://github.com/php-defer/php-defer/compare/v5.0.2...v5.0.3
[5.0.2]: https://github.com/php-defer/php-defer/compare/v5.0.1...v5.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ try {

## Installation

PHP Defer supports all PHP versions from `^5.3` to `^8.1`.
PHP Defer supports all PHP versions from `^5.3` to `^8.0`.
The following command will install the latest possible version of PHP Defer for your PHP interpreter.

```
Expand Down

0 comments on commit 4ff97bf

Please sign in to comment.