From 2e3e14d50079215858874b6b7079e21c5a373bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:00:37 +0000 Subject: [PATCH] Update psy/psysh requirement from ^0.10.0 to ^0.11.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.10.0...v0.11.12) --- 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 c5d7b53..847c0c4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phlak/coding-standards": "^1.2", - "psy/psysh": "^0.10.0", + "psy/psysh": "^0.11.12", "vimeo/psalm": "^4.2", "yoast/phpunit-polyfills": "^1.0.3" },