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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"require": {
"php": ">=8.4",
"psr/http-client": "^1.0",
"utopia-php/client": "^0.1|^0.2",
"utopia-php/database": "^6.0.0",
"utopia-php/client": "^0.3",
"utopia-php/database": "^7.0.0",
Comment on lines +23 to +24

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 PHP platform constraint is inconsistent

When a consumer installs on PHP 8.4, the changed constraints resolve utopia-php/client 0.3.0 and utopia-php/database 7.0.0, which both require PHP 8.5 or newer, causing Composer to reject an environment the root package still declares supported.

Prompt To Fix With AI
This is a comment left during a code review.
Path: composer.json
Line: 23-24

Comment:
**PHP platform constraint is inconsistent**

When a consumer installs on PHP 8.4, the changed constraints resolve `utopia-php/client` 0.3.0 and `utopia-php/database` 7.0.0, which both require PHP 8.5 or newer, causing Composer to reject an environment the root package still declares supported.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Claude Code Fix in Codex

"utopia-php/query": "0.1.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"utopia-php/cache": "^3.0",
"utopia-php/cache": "^4.0",
"phpstan/phpstan": "^2.0",
"laravel/pint": "1.*"
},
Expand Down
Loading
Loading