-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b4a7ea
commit 6dc4e9c
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
2.0.0 / 2020-07-26 | ||
================== | ||
|
||
* Create release for tags using GH Actions | ||
* Run PHPStan in Travis | ||
* Add phpstan and fix a type-hint | ||
* Add type information for parameters | ||
* Update tests on Travis | ||
* Add composer scripts | ||
* Move up the required version of PHP so that we are compatible with PSR-12 | ||
* Remove PHP 7.1 from tests as we don't want to support an unsupported version of PHP. | ||
* Remove hhvm from tests and add PHP 7.4 | ||
* Update to the latest PHPUnit | ||
* Update to the latest codesniffer | ||
* Change Travis test versions | ||
* Remove direct dependency on Guzzle. |