Skip to content

Commit

Permalink
Updated PHPUnit v10 => v11
Browse files Browse the repository at this point in the history
  • Loading branch information
poliander committed Oct 12, 2024
1 parent a466ce5 commit 228c887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ $when = $expression->getNext();
| 2.3.* | 7.3 | end of life |
| 2.4.* | 7.4 - 8.2 | end of life |
| 3.0.* | 7.4 - 8.2 | end of life |
| 3.1.* | 8.1 - 8.3 | |
| 3.1.* | 8.1 - 8.3 | end of life |
| 3.2.* | 8.2 - 8.4 | |

## Changelog

| version | release notes |
| ------- | ------------- |
| ------------------ | --------------- |
| 1.0.0 (2015-06-20) | initial release |
| 1.1.0 (2016-06-11) | dropped PHP 5.4 support |
| 1.2.0 (2016-12-11) | added PHP 7.1 support |
Expand Down Expand Up @@ -107,4 +107,4 @@ $when = $expression->getNext();
| 3.0.6 (2023-07-30) | fixed #18, #19 |
| 3.0.7 (2023-10-28) | fixed #22 |
| 3.1.0 (2023-11-23) | added PHP 8.3 support, dropped PHP 7/8.0 support, updated PHPUnit to 10.* |
| 3.2.0 (TBD) | added PHP 8.4 support |
| 3.2.0 (TBD) | added PHP 8.4 support, dropped PHP 8.1 support, updated PHPUnit to 11.* |
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "8.2.* || 8.3.* || 8.4.*"
},
"require-dev": {
"phpunit/phpunit": "~10.0"
"phpunit/phpunit": "~11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 228c887

Please sign in to comment.