chore(deps): update dependency google/cloud-logging to v2#2204
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the google/cloud-logging dependency to version ^2.0 in the Symfony framework sample. A critical issue was identified regarding a PHP version mismatch, as the new library version requires at least PHP 7.4, while the project is currently configured for PHP 7.1.3.
| "monolog/monolog": "^2.0", | ||
| "nikic/php-parser": "^5.0", | ||
| "google/cloud-logging": "^1.14" | ||
| "google/cloud-logging": "^2.0" |
There was a problem hiding this comment.
Updating google/cloud-logging to version ^2.0 introduces a requirement for PHP ^7.4 or ^8.0. However, the project's PHP constraint is currently set to ^7.1.3 (line 3). This mismatch will cause dependency resolution to fail during composer install or composer update in environments strictly following the declared PHP version. Please update the PHP requirement in composer.json to at least ^7.4 to ensure compatibility with this new major version.
This PR contains the following updates:
^1.14→^2.0Release Notes
googleapis/google-cloud-php-logging (google/cloud-logging)
v2.0.0: google/cloud-logging v2.0.0Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.