Rename the namespace to MathiasGrimm\GlimpsePhp - #9
Merged
mathiasgrimm merged 1 commit intoJul 20, 2026
Merged
Conversation
GlimpseImg\ becomes MathiasGrimm\GlimpsePhp\, aligning the SDK with the MathiasGrimm vendor namespace used across the other packages. Breaking change: consumers must update their imports. The Composer package name stays mathiasgrimm/glimpse-php. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mathiasgrimm
merged commit Jul 20, 2026
a09751f
into
feat/rate-limit-forbidden-exceptions
5 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
GlimpseImg\becomesMathiasGrimm\GlimpsePhp\across src, tests, README, and the composer autoload maps. The Composer package name staysmathiasgrimm/glimpse-php. 49 tests pass.Stacking and release
Stacked on #8 (typed exceptions) so the two land in one breaking release: merge #8, then this, then tag v3.0.0 (instead of v2.1.0; the namespace change alone forces a major, so batching both avoids two majors in a row).
Consumers to update after the tag:
🤖 Generated with Claude Code