Update PsySh from 0.8.5 to 0.8.11
authorGergő Tisza <tgr.huwiki@gmail.com>
Thu, 12 Oct 2017 23:25:09 +0000 (16:25 -0700)
committerGergő Tisza <tgr.huwiki@gmail.com>
Thu, 12 Oct 2017 23:25:29 +0000 (16:25 -0700)
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

index 634bace..2bd8d6c 100644 (file)
@@ -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"