Skip to content

Bump psy/psysh from 0.12.22 to 0.12.24 - #3173

Merged
omnicolor merged 1 commit into
mainfrom
dependabot/composer/psy/psysh-0.12.24
Jul 25, 2026
Merged

Bump psy/psysh from 0.12.22 to 0.12.24#3173
omnicolor merged 1 commit into
mainfrom
dependabot/composer/psy/psysh-0.12.24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps psy/psysh from 0.12.22 to 0.12.24.

Release notes

Sourced from psy/psysh's releases.

PsySH v0.12.24

Experimental interactive readline

The pure-PHP experimental readline implementation now has its own built-in pager. Long output opens in an alternate-screen pager with keyboard and mouse scrolling, search, wrap-aware layout, and sensible scrollback behavior after exit.

This is specific to PsySH's experimental userland readline, and it's another reason to give it a try:

psysh --experimental-readline

Or enable it in config:

'useExperimentalReadline' => true,

The built-in pager is enabled automatically with experimental readline, or explicitly with 'pager' => true.

We'd love your feedback! Try it out and let us know what works, what doesn't, and what still feels weird.

Better docs

doc understands more PHP manual targets directly, including structured manual page IDs like language.types.array, language type/operator pages, and language constructs like array and list. Addresses #937 (thanks @​Tomirad!)

Manual output also got a big upgrade: variadic signatures make more sense; structured text, tables, and code blocks now render properly; PHP snippets get syntax highlighting; and wrapping works better across styled and wide-character output.

History improvements

  • Added history --session to show, save, or replay only commands from the current REPL session
  • history --clear now rejects filters and range options instead of accepting combinations it ignores

Bug fixes

  • Fix exception formatting over-matching and eating the beginning of error messages. Fixes #943 (thanks @​bilboque!)
  • Fix timeit median calculation
  • Fix sudo instantiation for classes without constructors
  • Avoid deprecated reflection calls on PHP 8.4+

Under the hood

  • Readline rendering now uses widgets and a shared mode stack for completion, history search, and the pager
  • Release automation now creates draft releases with gh
  • Removed Codecov from CI
  • Added Dependabot cooldowns and updated CI dependencies. Thanks @​dependabot!
  • Fixed Laravel and MediaWiki smoke tests

PsySH v0.12.23

Bug fixes

... (truncated)

Commits
  • ca0fdcf Merge branch 'release/v0.12.24'
  • d5ab024 Bump to v0.12.24
  • 7094a01 Bump shivammathur/setup-php from 2.37.1 to 2.37.2
  • 94a2165 Make a few more deprecated reflection calls conditional.
  • 3d10b1d Bump actions/checkout from 6.0.3 to 7.0.0
  • aee298f Fix error message formatting matching too many characters
  • 9a18c5d Bump symfony/polyfill-mbstring from 1.38.1 to 1.38.2 in /build
  • 5db1c28 Add dependabot cooldown
  • 8981d9d Remove codecov from CI
  • e385b02 Add syntax highlighting for man code snippets
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [psy/psysh](https://github.com/bobthecow/psysh) from 0.12.22 to 0.12.24.
- [Release notes](https://github.com/bobthecow/psysh/releases)
- [Commits](bobthecow/psysh@v0.12.22...v0.12.24)

---
updated-dependencies:
- dependency-name: psy/psysh
  dependency-version: 0.12.24
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update PHP code labels Jul 24, 2026
@omnicolor
omnicolor merged commit 9509a8a into main Jul 25, 2026
6 checks passed
@omnicolor
omnicolor deleted the dependabot/composer/psy/psysh-0.12.24 branch July 25, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update PHP code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant