composer / composer/satis

Could not find package xyz/abc. Did you mean xyz/abc?

Open
#457 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
3.3k
Forks
530
Avg merge
6h 53m
Merged PRs (30d)
13

Description

Just setup satis:
```
{
"name": "Example Repository",
"homepage": "https://satis.example.tld/",
"repositories": [
{ "type": "git", "url": "git@bitbucket.org:xyz/abc.git" }
],
"require-all": true
}
```
It builds successfully, with my package info found in `include/all$*.json` but when trying to install them in a project (`composer require xyz/abc`) I get:
```
Could not find package xyz/abc.
Did you mean this?
xyz/abc
```
EXACTLY the same package name... Any ideas?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.