Open xvilo opened 1 year ago
related to: https://github.com/repman-io/repman/issues/651
AFAIS this makes setting up repman in general impossible. I've added the repository to composer.json
and now running composer up --lock
fails due to this error:
± composer up --lock
Gathering patches for root package.
Loading composer repositories with package information
In JsonFile.php line 381:
"https://repo.repman.io/p2/symfony/clock.json" does not contain valid JSON
Parse error on line 1:
^
Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--patch-only] [-i|--interactive] [--root-reqs] [--bump-after-update [BUMP-AFTER-UPDATE]] [--] [<packages>...]
It seems I can't install symfony/clock component through the packagist repo on the hosted repman instance. I'm having the following behaviour:
Getting that URL through CURL myself ends up in an empty response: