Remove private mobile-geolocation repository entry#4
Merged
Conversation
The geolocation VCS repository points at a private GitHub repo, so composer prompts everyone for credentials during resolution even though nothing in require depends on it. The package is served publicly by plugins.nativephp.com anyway. The remaining GitHub entries (mobile-air, native-ui) are public and mobile-air is required to resolve nativephp/mobile dev-element, which the plugins repo does not serve. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Why
The
geolocationVCS repository incomposer.jsonpoints atnativephp/mobile-geolocation, which is a private GitHub repo. Composer contacts every configured repository during dependency resolution, so anyone cloning this project and runningcomposer updategets prompted for GitHub credentials — even though nothing inrequireuses the package.What
geolocationrepository entry (the package is served publicly byplugins.nativephp.comif it's ever needed again)composer.lockcontent-hash (composer update --lock, zero package changes)What stays and why
mobile(github.com/nativephp/mobile-air): public repo, and required — this app pinsnativephp/mobiletodev-element, which plugins.nativephp.com does not serve (tagged releases only)ui(github.com/nativephp/native-ui): public repoplugins(plugins.nativephp.com): the satis repo itself🤖 Generated with Claude Code