We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whenever we run phpctl repl, we get this message:
phpctl repl
Psy Shell v0.12.3 (PHP 8.2.19 — cli) by Justin Hileman New version is available at psysh.org/psysh (current: v0.12.3, latest: v0.12.4)
updating psysh is done through running a Dockerfile build, phpctl's image probably needs a rebuild to refresh inner dependencies.
Other outdated dependencies:
most of these require changing the pinned version in the install-tools script, but psysh specifically can be updated by just rebuilding the image.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
whenever we run
phpctl repl
, we get this message:updating psysh is done through running a Dockerfile build, phpctl's image probably needs a rebuild to refresh inner dependencies.
Other outdated dependencies:
most of these require changing the pinned version in the install-tools script, but psysh specifically can be updated by just rebuilding the image.
The text was updated successfully, but these errors were encountered: