From 7b96e41c664c5dd21c13bb42f5defb622dd02c75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Thu, 12 Oct 2017 16:25:09 -0700 Subject: [PATCH] Update PsySh from 0.8.5 to 0.8.11 0.8.11 adds bracketed paste support for readline, meaning that it can differentiate between interaction-triggering characters (such as newline or tab) which have been entered manually, and ones which have been pasted so their special effect should be suppressed. Also a bunch of small bugfixes and features. Release summaries: https://github.com/bobthecow/psysh/releases All changes: https://github.com/bobthecow/psysh/compare/v0.8.5...v0.8.11?expand=1 There are no dependency changes; I've skimmed the code changes and all seem harmless. Change-Id: I33456904787fd86458249ddfbb00c6b55592da07 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 634bace923..2bd8d6c4ed 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "nikic/php-parser": "2.1.0", "nmred/kafka-php": "0.1.5", "phpunit/phpunit": "4.8.35", - "psy/psysh": "0.8.5", + "psy/psysh": "0.8.11", "wikimedia/avro": "1.7.7", "wikimedia/testing-access-wrapper": "~1.0", "wmde/hamcrest-html-matchers": "^0.1.0" -- 2.20.1