chore(deps): update dependency google/cloud-logging to v2 - autoclosed - #2274
renovate-bot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the google/cloud-logging dependency in composer.json from ^1.14 to ^2.0. The review feedback highlights a potential compatibility issue: upgrading this dependency introduces a minimum PHP version requirement of ^7.4 or higher, which conflicts with the project's current PHP requirement of ^7.1.3. It is recommended to either update the project's PHP requirement or keep the dependency at ^1.14 to maintain compatibility.
| "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.
Upgrading google/cloud-logging to ^2.0 introduces a minimum PHP version requirement of ^7.4 or higher. This conflicts with the project's PHP requirement of ^7.1.3 defined on line 3. To prevent installation failures, the PHP requirement in composer.json should be updated to match the minimum version required by google/cloud-logging v2, or the dependency should remain at ^1.14 if PHP 7.1 support must be maintained.
This PR contains the following updates:
^1.14→^2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/google-cloud-php-logging (google/cloud-logging)
v2.2.1: google/cloud-logging v2.2.1Compare Source
Miscellaneous Chores
v2.2.0: google/cloud-logging v2.2.0Compare Source
Features
v2.1.1: google/cloud-logging v2.1.1Compare Source
Miscellaneous Chores
v2.1.0: google/cloud-logging v2.1.0Compare Source
Features
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.