Dingo and phan installation conflicts
Open
doc-generation
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
| Q | A
| ----------------- | ---
| Bug? | no
| New Feature? | no
| Framework | Lumen
| Framework version | 5.6.y
| Package version | v2.0.0-alpha2
| PHP version | 7.3.3
Installation phan cannot be installed. The reason is that the version of phpdocumentor/reflection-docblock that dingo depends on is 3.3.2. But phan depends on advanced-json-rpc, and advanced-json-rpc depends on phpdocumentor/reflection-docblock version 4.0.0. This conflicts with each other.
Can I upgrade phpdocumentor/reflection-docblock to 4.0 or higher?
Contributor guide
Assessment
This issue has not been assessed yet.