Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Dec 21, 2023
1 parent ab02006 commit 2dc2e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## 8.0.0 (2023-??-??)
## 8.0.0 (2023-12-21)

* Raised minimum required PHP version to 8.1.0
* Upgraded PHPUnit to 10.0
* Raised minimum required PHP version to 8.2.0
* Upgraded PHPUnit to 10.5
* Due to changes (adding the malicious final keyword) in PHPUnit 10 it is not possible to provide a PHPUnit compatibility layer any more.
* Changed return type of `bovigo\assert\fail()` to never, accordingly removed `src/main/resources/phpstan/bovigo-assert.neon` as it is not required any more

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _bovigo/assert_ is distributed as [Composer](https://getcomposer.org/) package.
To install it as a development dependency of your package use the following
command:

composer require --dev "bovigo/assert": "^7.0"
composer require --dev "bovigo/assert": "^8.0"

To install it as a runtime dependency for your package use the following command:

Expand All @@ -30,7 +30,7 @@ To install it as a runtime dependency for your package use the following command
Requirements
------------

_bovigo/assert_ 7.x requires at least PHP 8.0.
_bovigo/assert_ 8.x requires at least PHP 8.2.


Why?
Expand Down

0 comments on commit 2dc2e24

Please # to comment.