Skip to content

Commit

Permalink
Merge branch 'release/v9.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed May 2, 2023
2 parents e432598 + 64f14ce commit 0fdccd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](CONTRIBUTING.md).


## [v9.0.1] - 2023-05-02
- fd95e94: Update phpunit to v10.1 from v9.5

## [v9.0.0] - 2023-01-09
- Drop PHP v8.0 support and update composer dependencies
- Replace strlen with mb_strlen
Expand Down Expand Up @@ -176,6 +179,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
## v1.0.0 - 2016-08-20
- Tag first release.

[v9.0.1]: https://github.com/rinvex/countries/compare/v9.0.0...v9.0.1
[v9.0.0]: https://github.com/rinvex/countries/compare/v8.1.2...v9.0.0
[v8.1.2]: https://github.com/rinvex/countries/compare/v8.1.1...v8.1.2
[v8.1.1]: https://github.com/rinvex/countries/compare/v8.1.0...v8.1.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.32.0",
"phpunit/phpunit": "^9.5.0"
"phpunit/phpunit": "^10.1.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 0fdccd0

Please sign in to comment.