-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
phpPull requests that update php codePull requests that update php code
Description
PHP CI is getting this error below:
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires protobuf-php/protobuf-plugin ^0.1.3 -> satisfiable by protobuf-php/protobuf-plugin[v0.1.3].
- protobuf-php/protobuf-plugin v0.1.3 requires symfony/process ^2.5|^3.0 -> found symfony/process[v2.5.0, ..., v2.8.52, v3.0.0, ..., v3.4.47] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-wws7-mr54-jsny") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Error: Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires protobuf-php/protobuf-plugin ^0.1.3 -> satisfiable by protobuf-php/protobuf-plugin[v0.1.3].
- protobuf-php/protobuf-plugin v0.1.3 requires symfony/process ^2.5|^3.0 -> found symfony/process[v2.5.0, ..., v2.8.52, v3.0.0, ..., v3.4.47] but these were not loaded, because they are affected by security advisories. To ignore the advisories, add ("PKSA-wws7-mr54-jsny") to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
Error: Process completed with exit code 2.
Link to the CI build: https://github.com/valkey-io/valkey-glide-php/actions/runs/19480648600/job/55755070892?pr=74
Metadata
Metadata
Assignees
Labels
phpPull requests that update php codePull requests that update php code