Releases: Innmind/DependencyGraph
Releases · Innmind/DependencyGraph
3.8.0
What's Changed
- Use
innmind/validation
to make sure the HTTP responses are valid by @Baptouuuu in #8
Full Changelog: 3.7.3...3.8.0
3.7.3
Fixed
- Max opened files exhaustion when loading a vendor with a lot of packages
3.7.2
Fixed
- Circular dependency crashing the
depends-on
command by memory exhaustion
3.7.1
Fixed
- Circular dependency crashing the
of
command by memory exhaustion
3.7.0
Added
Innmind\DependencyGraph\Package::repository()
3.6.0
Added
- Support for
innmind/operating-system:~5.0
3.5.1
Fixed
- When
dot
is not installed it displays a message telling so instead of crashing
3.5.0
Changed
- Requires
innmind/immutable:~5.2
- Requires
innmind/operating-system:~4.1
- Requires
innmind/framework:~2.0
3.4.1
Fixed
- Same relation was displayed multiple times
3.4.0
Added
- Support for
innmind/immutable:~5.0
Changed
- It uses asynchronous HTTP calls to fetch package details faster
Removed