From 2d9fd3e5847d21fe80b05e9a636aafd88c72bcbe Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Mon, 13 Jul 2026 23:18:42 +0100 Subject: [PATCH] Remove private mobile-geolocation repository entry 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 --- composer.json | 4 ---- composer.lock | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 204a484..50e311f 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,6 @@ "plugins": { "type": "composer", "url": "https://plugins.nativephp.com" - }, - "geolocation": { - "type": "vcs", - "url": "https://github.com/nativephp/mobile-geolocation" } }, "license": "MIT", diff --git a/composer.lock b/composer.lock index 7442a4c..34bf683 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "abaaddadfe0b896663f73603d5cb0a04", + "content-hash": "e7b0dda36b28548b4a4d12ba69d4a897", "packages": [ { "name": "bacon/bacon-qr-code",