Bump psy/psysh from 0.12.9 to 0.12.16 in /plib/library#161
Bump psy/psysh from 0.12.9 to 0.12.16 in /plib/library#161dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [psy/psysh](https://github.com/bobthecow/psysh) from 0.12.9 to 0.12.16. - [Release notes](https://github.com/bobthecow/psysh/releases) - [Commits](bobthecow/psysh@v0.12.9...v0.12.16) --- updated-dependencies: - dependency-name: psy/psysh dependency-version: 0.12.16 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Micro-Learning Topic: SQL injection (Detected by phrase)Matched on "sqli"This is probably one of the two most exploited vulnerabilities in web applications and has led to a number of high profile company breaches. It occurs when an application fails to sanitize or validate input before using it to dynamically construct a statement. An attacker that exploits this vulnerability will be able to gain access to the underlying database and view or modify data without permission. Try a challenge in Secure Code WarriorHelpful references
|
| "symfony/polyfill-intl-grapheme": "~1.0", | ||
| "symfony/polyfill-intl-normalizer": "~1.0", | ||
| "symfony/polyfill-mbstring": "~1.0" | ||
| "php": ">=8.4", |
There was a problem hiding this comment.
Bug: Dependency update breaks PHP 8.0-8.3 compatibility
The symfony/string package was updated to v8.0.1 which requires "php": ">=8.4". This creates an incompatibility because psy/psysh claims to support "php": "^8.0 || ^7.4" and other packages in the project support PHP 7.x and 8.0+. The lock file will fail to install on any system running PHP 8.3 or lower, breaking compatibility for the vast majority of PHP installations currently in use.
|
Superseded by #169. |
Bumps psy/psysh from 0.12.9 to 0.12.16.
Release notes
Sourced from psy/psysh's releases.
... (truncated)
Commits
ee6d502Merge branch 'release/0.12.16'13d4e37Bump to v0.12.16f17a026Bump actions/checkout from 6.0.0 to 6.0.1c2d6760Maybe.6a2d8f0Add support for Symfony Console 8.x2d86002Bump box build deps.55a0ae9Improve devex for bumping phar composer lockfile.2ce99b3Ensure custom commands are correctly initialized in Symfony Console 7.4+38953bcMerge branch 'release/0.12.15'fa6c7a7Bump to v0.12.15Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates
plib/library/composer.lockto upgradepsy/psyshand several transitive dependencies (Symfony components, PHP-Parser, polyfills), adding Symfony 8 compatibility and updated constraints.plib/library/composer.lock):psy/psyshv0.12.9 → v0.12.16 (adds Symfony Console v7.4+/v8 support).symfony/consolev7.3.0 → v7.4.1 (broadens compatibility to^8.0).symfony/var-dumperv7.3.0 → v7.4.0 (dev requirements include Symfony 8).symfony/stringv7.3.0 → v8.0.1 (requires PHP ≥8.4; updated polyfill constraints).symfony/service-contractsv3.6.0 → v3.6.1.nikic/php-parserv5.5.0 → v5.7.0.symfony/polyfill-ctype,symfony/polyfill-intl-grapheme,symfony/polyfill-intl-normalizer,symfony/polyfill-mbstring.Written by Cursor Bugbot for commit 3492bf1. This will update automatically on new commits. Configure here.