Skip to content

(chore): update version#179

Merged
abnegate merged 1 commit intomainfrom
chore-update-version
May 6, 2026
Merged

(chore): update version#179
abnegate merged 1 commit intomainfrom
chore-update-version

Conversation

@abnegate
Copy link
Copy Markdown
Member

@abnegate abnegate commented May 6, 2026

No description provided.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 6, 2026

Greptile Summary

This PR promotes utopia-php/database from a temporary dev-branch alias (dev-big-init as 5.77) to the stable 5.* constraint (resolved to 5.7.0), and fixes three test file namespaces to match the autoload-dev PSR-4 mapping (Utopia\Tests\) already declared in composer.json.

  • Dependency stabilisation: Several utopia-php packages (storage 2.0.2, system 0.10.2, validators 0.2.2), symfony/http-client v7.4.9, and laravel/pint v1.29.1 are bumped to their latest patch/minor releases; the dev-branch alias and the stability-flags entry are removed from the lockfile.
  • Test namespace fix: AppwriteAttributeSdkBoundaryTest, CacheTest, and OnDuplicateTest all move from the incorrect Migration\Unit\* namespace to Utopia\Tests\Unit\*, which is required for PHPUnit's autoloader to discover them correctly.

Confidence Score: 5/5

Straightforward version bump and namespace correction with no logic changes — safe to merge.

All changes are dependency upgrades to stable releases and a namespace alignment fix in test files. The test namespace corrections bring the files in line with the existing autoload-dev PSR-4 mapping, so they were likely not being auto-loaded before. No production logic is touched.

No files require special attention.

Important Files Changed

Filename Overview
composer.json Promotes utopia-php/database from a dev-branch alias (dev-big-init as 5.77) to the stable 5.* constraint, resolving to 5.7.0 in the lockfile.
composer.lock Lockfile updated to reflect new stable versions: utopia-php/database 5.7.0, utopia-php/storage 2.0.2, utopia-php/system 0.10.2, utopia-php/validators 0.2.2, symfony/http-client v7.4.9, laravel/pint v1.29.1; dev-branch alias and stability flags removed.
tests/Migration/Unit/Destinations/AppwriteAttributeSdkBoundaryTest.php Namespace corrected from Migration\Unit\Destinations to Utopia\Tests\Unit\Destinations, aligning with the autoload-dev PSR-4 mapping in composer.json.
tests/Migration/Unit/General/CacheTest.php Namespace corrected from Migration\Unit\General to Utopia\Tests\Unit\General, matching the autoload-dev PSR-4 mapping.
tests/Migration/Unit/General/OnDuplicateTest.php Namespace corrected from Migration\Unit\General to Utopia\Tests\Unit\General, matching the autoload-dev PSR-4 mapping.

Reviews (1): Last reviewed commit: "(chore): update version" | Re-trigger Greptile

@abnegate abnegate merged commit 55f4863 into main May 6, 2026
4 checks passed
@abnegate abnegate deleted the chore-update-version branch May 6, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant