Skip to content
Merged
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 @@ -19,7 +19,7 @@
"ext-json": "*",
"ext-redis": "*",
"utopia-php/cli": "0.23.3",
"utopia-php/http": "0.34.25",
"utopia-php/http": "^2.0@RC",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 RC constraint in a library breaks downstream consumers

Because utopia-php/platform is a "type": "library", the ^2.0@RC constraint gets evaluated in the context of each downstream consumer's root package. A consumer with "minimum-stability": "stable" (the default) will fail to resolve this dependency entirely until a stable 2.0.0 release exists — Composer won't install 2.0.0-rc1 for them even though this library explicitly allows it, because stability flags in a library's own composer.json are ignored at dependency-resolution time for root packages with stricter stability settings.

"utopia-php/queue": "0.18.2",
"utopia-php/servers": "0.4.0"
},
Expand Down
18 changes: 10 additions & 8 deletions composer.lock

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

Loading