Skip to content
Closed
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 @@ -32,7 +32,7 @@
"utopia-php/lock": "0.2.*",
"utopia-php/servers": "0.4.*",
"utopia-php/pools": "1.*",
"utopia-php/telemetry": "0.4.*",
"utopia-php/telemetry": "^0.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Constraint change is semantically a no-op in Composer

In Composer, ^0.4 for a pre-1.0 package resolves to >=0.4.0 <0.5.0 — exactly the same range as 0.4.*. The PR description frames this as "relaxing" the constraint, but the set of installable versions is unchanged. If the intent is to also allow 0.5.x or higher minor releases in the future without another constraint bump, a constraint like >=0.4 would be needed instead.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

"utopia-php/validators": "0.2.*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

Loading