From c05d287fccad1742332f431027f9378b656bdc11 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 2 Jun 2021 09:24:07 +0100 Subject: [PATCH] chore(deps): update minimum plugin versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7706e556..1cc0ff56 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "nunomaduro/collision": "^5.0", "pestphp/pest-plugin": "^1.0", "pestphp/pest-plugin-coverage": "^1.0", - "pestphp/pest-plugin-expectations": "^1.0", - "pestphp/pest-plugin-init": "^1.0", + "pestphp/pest-plugin-expectations": "^1.3", + "pestphp/pest-plugin-init": "^1.1", "phpunit/phpunit": ">= 9.3.7 <= 9.5.4" }, "autoload": {