Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubsub/app/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"google/cloud-pubsub": "^2.0",
"google/cloud-datastore": "^1.11.2",
"google/cloud-datastore": "^2.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This major version update to v2.0.0 introduces a new minimum PHP version requirement of ^8.1. The previous v1.x versions supported PHP ^7.1 and ^8.0. This is a significant breaking change for any environments that are not yet on PHP 8.1+.

"slim/slim": "^4.7",
"slim/psr7": "^1.3",
"slim/twig-view": "^3.0",
Expand Down