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 71ea097 commit 3d381d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

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

* Raised minimum required PHP version to 8.0.0
* Raised minimum required PHP version to 8.0
* Added support for intersection types
* Added support for combined union and intersection types

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ To install it as a development dependency of your package use the following
command:

```sh
composer require --dev bovigo/callmap ^6.0
composer require --dev bovigo/callmap ^7.0
```

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

```sh
composer require bovigo/callmap ^6.0
composer require bovigo/callmap ^7.0
```

## Requirements

_bovigo/callmap_ requires at least PHP 7.3. For PHP 8 the minimum version of _bovigo/callmap_ is 6.2.
_bovigo/callmap_ requires at least PHP 8.0.

For argument verification one of the following packages is required:

Expand Down

0 comments on commit 3d381d5

Please sign in to comment.