From 83fa80ac1b4e3b49852a72feb45c0525d3d9706d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:24:30 +0000 Subject: [PATCH] Update psy/psysh requirement from ^0.11 to ^0.12 Updates the requirements on [psy/psysh](https://github.com/bobthecow/psysh) to permit the latest version. - [Release notes](https://github.com/bobthecow/psysh/releases) - [Commits](https://github.com/bobthecow/psysh/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: psy/psysh dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 67492ba..e7541fc 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "phlak/coding-standards": "^2.2", "phpstan/phpstan": "^1.10", - "psy/psysh": "^0.11", + "psy/psysh": "^0.12", "yoast/phpunit-polyfills": "^2.0" }, "autoload": {