Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Dec 25, 2022
1 parent 7f8a9c1 commit 40039a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 7.0.0 (2022-??-??)
## 7.0.0 (2022-12-25)

* Raised minimum required PHP version to 8.0.0
* Removed deprecated parameter `$delta` from `bovigo\assert\predicate\equals()` and `bovigo\assert\predicate\isNotEqualTo()`, use new method `withDelta()` on returned instance
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ _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": "^6.0"
composer require --dev "bovigo/assert": "^7.0"

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

composer require "bovigo/assert=^6.0"
composer require "bovigo/assert=^7.0"


Requirements
------------

_bovigo/assert_ 6.x requires at least PHP 7.3.
_bovigo/assert_ 7.x requires at least PHP 8.0.


Why?
Expand Down

0 comments on commit 40039a3

Please sign in to comment.