must use tag,not support dev-master?
Open
- Dominant language
- PHP
- Stars
- 3.3k
- Forks
- 530
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 13
Description
```
not support:
"require": {
"xxx": "dev-master"
}
ok:
"require": {
"xxx": "1.0"
}
```
Contributor guide
Research direction
Start by reproducing the reported difference between a Composer requirement using "dev-master" and one using "1.0" in Satis. Read the issue discussion and trace how Satis handles these package constraints; done means the supported behavior is established and the reported case is fixed or clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100