From 5279d5e91314828842954d8b896a56dcd938bf32 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 13 Dec 2020 23:09:32 +0100 Subject: [PATCH] chore: pin expectations plugin version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8bc3217..475fa123 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "nunomaduro/collision": "^5.0", "pestphp/pest-plugin": "^0.3", "pestphp/pest-plugin-coverage": "^0.3", - "pestphp/pest-plugin-expectations": "^0.3", + "pestphp/pest-plugin-expectations": "^0.3.2", "pestphp/pest-plugin-init": "^0.3", "phpunit/phpunit": ">= 9.3.7 <= 9.5.0" },