You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR bumps utopia-php/fetch from 0.5.* to ^1.1.0. No agent source files are changed; the author asserts that all adapters already pass timeouts in milliseconds (e.g. 90000 ms = 90 s), which matches the unit fetch 1.1.0 expects — consistent with the earlier fix in PR #21 that corrected the default from 90 ms to 90 s across adapters. The lock file correctly reflects the resolved 1.1.0 package, including swoole/ide-helper now appearing as a dev-dependency of the fetch package itself (not of this library at runtime).
Confidence Score: 5/5
Safe to merge — minimal surface area, only the dependency version changes, and no agent source files are touched.
Both changed files are package manager artifacts. The version constraint is semantically correct (^1.1.0 = >=1.1.0 <2.0.0). The timeout-unit claim in the PR description is consistent with the repo's own history (PR #21 fixed units to milliseconds), and PHPStan + linting are confirmed passing. No logic, security, or API-surface issues were found.
No files require special attention.
Important Files Changed
Filename
Overview
composer.json
Updates utopia-php/fetch constraint from 0.5.* to ^1.1.0; single-line change looks correct.
composer.lock
Lock file updated to pin utopia-php/fetch at 1.1.0; adds swoole/ide-helper as a dev-dependency of the fetch package and bumps plugin-api-version to 2.9.0 — all consistent with the composer.json change.
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.
Summary
Update
utopia-php/fetchdependency from0.5.*to^1.1.0.What Changed
composer.jsonto requireutopia-php/fetch^1.1.0Verification
composer updatesuccessfully resolves and installs fetch 1.1.0vendor/bin/phpstan analyse --level max src testspasses with no errorscomposer lintpassesType of Change