-
Notifications
You must be signed in to change notification settings - Fork 21
Update deps #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update deps #108
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: utopia-php/abuse
Length of output: 4819
🌐 Web query:
utopia-php/database v4 breaking changes migration💡 Result:
Quick notes to start a v3 -> v4 migration for utopia-php/database:
Sources:
[1] Packagist: utopia-php/database (package details, versions & requirements).
[2] GitHub: utopia-php/database (repository / releases).
🌐 Web query:
utopia-php/database v4.0.0 release notes changelog💡 Result:
Do you want a brief summary of the v4.0.0 changes or the full changelog text and a link to the release on GitHub/Packagist?
🏁 Script executed:
Repository: utopia-php/abuse
Length of output: 107
🌐 Web query:
site:github.com utopia-php/database v4 breaking changes API migration💡 Result:
I couldn't find a dedicated "v4 migration guide" inside the utopia-php/database GitHub repo, but these sources are relevant:
If you want, I can:
Which would you like me to do?
Sources:
[1] Packagist — utopia-php/database (package page, versions/README). (packagist.org)
[2] Appwrite forum thread: "Build broken" referencing Utopia Database errors. (appwrite.io)
[3] Appwrite forum thread: "Fail migrate 1.6.2 to 1.7.1" showing Database API type errors during migration. (appwrite.io)
Citations:
🌐 Web query:
utopia-php/database releases v4.0.0 what's new breaking changes💡 Result:
Do you want me to fetch the official v4.0.0 release notes and breaking-change list from the utopia-php/database GitHub (or Packagist) and summarize them?
🌐 Web query:
"utopia-php/database" "v4" "breaking change" OR "migration" API changes💡 Result:
I couldn't find a published v4 migration / breaking-change guide for utopia-php/database. The package does have v4.x releases on Packagist (latest listed v4.3.0), but I couldn't locate a changelog or migration notes for v4 on the package pages I searched. Sources: [Packagist — utopia-php/database]. [Packagist — utopia-php/framework].
Do you want me to (1) fetch the repository releases/changelog on GitHub (please confirm the exact repo URL if different), or (2) scan the v4.x tag/commits for API changes and list breaking changes?
🏁 Script executed:
Repository: utopia-php/abuse
Length of output: 416
🏁 Script executed:
Repository: utopia-php/abuse
Length of output: 505
Update PHP version constraint to >= 8.1 to match utopia-php/database v4 requirement.
The upgrade to
utopia-php/databasev4 introduces a PHP >= 8.1 requirement, but the library currently declaresphp: ">=8.0"in composer.json. Update the PHP constraint to">=8.1"to ensure compatibility with the database package v4.The
appwrite/appwritechange from19.*.*to19.*is just constraint format normalization with no functional impact.🤖 Prompt for AI Agents