Could not find package xyz/abc. Did you mean xyz/abc?
Open
- 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
Assessment
This issue has not been assessed yet.