From 1adb484d3fa7a194c1b582c4f424561af4737844 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Mon, 6 Jul 2026 18:05:35 +0100 Subject: [PATCH] chore: bumps deps --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9ba318d1..a584ea5f 100644 --- a/composer.json +++ b/composer.json @@ -59,11 +59,11 @@ ] }, "require-dev": { - "mrpunyapal/peststan": "^0.2.10", + "mrpunyapal/peststan": "^0.2.11", "pestphp/pest-dev-tools": "^4.1.0", "pestphp/pest-plugin-browser": "^4.3.1", "pestphp/pest-plugin-type-coverage": "^4.0.4", - "psy/psysh": "^0.12.23" + "psy/psysh": "^0.12.24" }, "minimum-stability": "dev", "prefer-stable": true,