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 @@ -28,7 +28,7 @@
"php": ">=8.0",
"utopia-php/validators": "^0.0.2",
"utopia-php/cli": "^0.15",
"utopia-php/domains": "^0.9",
"utopia-php/domains": "^0.10",
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

❓ Verification inconclusive

Non-existent version constraint: utopia-php/domains 0.10 does not appear to be released.

The latest stable version of utopia-php/domains available on Packagist is 0.8.4, and there are no 0.10.x releases listed on the repository. Specifying ^0.10 will cause composer install or composer update to fail with a version constraint error.

Please verify one of the following:

  1. Is version 0.10 scheduled to be released before this PR merges?
  2. Should this target a different version (e.g., ^0.8 or ^0.9)?
  3. Is there a development or pre-release branch where 0.10 exists?

Run this script to check available versions:


🏁 Script executed:

#!/bin/bash
# Check available versions of utopia-php/domains
curl -s https://repo.packagist.org/p2/utopia-php/domains.json | jq '.packages | keys[] | select(startswith("0."))'

Length of output: 0


Let me verify this with a more reliable approach:


Version 0.10 does not exist. The latest released version of utopia-php/domains is 0.8.0.

The constraint ^0.10 will fail during composer install or composer update. Verify the intended target version (likely ^0.8 or ^0.9) and update accordingly.

🤖 Prompt for AI Agents
In composer.json around line 31, the dependency "utopia-php/domains": "^0.10"
references a non-existent 0.10 release and will break composer install/update;
change the constraint to a valid released version (for example "^0.8" or the
intended target like "^0.9" if planning for an unreleased future minor) by
verifying the correct latest tag on Packagist/GitHub and updating the version
string accordingly so Composer resolves successfully.

"utopia-php/fetch": "^0.4"
},
"require-dev": {
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

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