satis build error
- Dominant language
- PHP
- Stars
- 3.3k
- Forks
- 530
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 13
Description
satis version: dev-master
when i run : php satis build config.json output
it shows errors:
Scanning packages
The contao-legacy/bit3basics * requirement did not match any package
The contao-legacy/diffiehellman * requirement did not match any package
The contao-legacy/hidepagetitle * requirement did not match any package
The contao-legacy/phpseclib * requirement did not match any package
The contao-legacy/ziparchivecto * requirement did not match any package
The crunchy/crunchysignup * requirement did not match any package
The dayax/collections * requirement did not match any package
The ellicom/mailgun * requirement did not match any package
The ellicom/markdown * requirement did not match any package
The google/adwords * requirement did not match any package
The henrikbjorn/flint * requirement did not match any package
The henrikbjorn/raekke * requirement did not match any package
The joomla/client * requirement did not match any package
....
but in my config.json,there's no package dependent on these packages like contao-legacy/bit3basics... so why is it and how can i solve it?
my config.json:
{
"name": "local_debug",
"homepage": "http://localhost/",
"repositories": [
{ "type": "vcs", "url": "https://github.com/jesusslim/mqttclient" }
],
"require-all": true
}
and no matter require-all set true or false,the result is the same.
Contributor guide
Assessment
This issue has not been assessed yet.