Skip to content
Open
Show file tree
Hide file tree
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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"guzzlehttp/guzzle": "^6.3",
"pepabo/oauth2-colormeshop": "^1.0",
"pimple/pimple": "~3.0",
"psr/container": "2.0.1",
"psr/container": "2.0.2",
Comment on lines 18 to +21

Choose a reason for hiding this comment

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

[P1] Avoid bumping psr/container to a PHP 7.4‑only release without aligning plugin requirements

Updating psr/container to 2.0.2 implicitly raises its minimum PHP version to 7.4, but the plugin still advertises and enforces support from PHP 7.3 (e.g., colormeshop-wp-plugin.php gates at 7.3). On a host running PHP 7.3, Composer will now refuse to install this dependency and a packaged vendor tree will contain code that cannot run under 7.3, effectively breaking existing installations. Either keep a 7.3-compatible psr/container release or explicitly bump the plugin’s required PHP version everywhere.

Useful? React with 👍 / 👎.

"tackk/cartographer": "1.1.*"
},
"require-dev": {
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading