From 0ad232e9de7bd028ee2b0c0acdb65c19813aec1b Mon Sep 17 00:00:00 2001 From: bigint Date: Sat, 5 Jun 2021 20:47:57 +0530 Subject: [PATCH 1/2] Update phpunit/phpunit to 9.5.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1cc0ff56..e7e2b45f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "pestphp/pest-plugin-coverage": "^1.0", "pestphp/pest-plugin-expectations": "^1.3", "pestphp/pest-plugin-init": "^1.1", - "phpunit/phpunit": ">= 9.3.7 <= 9.5.4" + "phpunit/phpunit": ">= 9.3.7 <= 9.5.5" }, "autoload": { "psr-4": { From bb13bdaa80a909226c8948b00bf2f5c32cf8761b Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 6 Jun 2021 01:07:27 +0100 Subject: [PATCH 2/2] docs: updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdc7d86..aba3fe63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v1.3.1 (2021-06-06)](https://github.com/pestphp/pest/compare/v1.3.0...v1.3.1) +### Added +- Added for PHPUnit 9.5.5 ([#310](https://github.com/pestphp/pest/pull/310)) + ## [v1.3.0 (2021-05-23)](https://github.com/pestphp/pest/compare/v1.2.1...v1.3.0) ### Added - Named datasets no longer show the arguments ([#302](https://github.com/pestphp/pest/pull/302))