Releases: nusje2000/dependency-graph
Releases · nusje2000/dependency-graph
Release v2.6.0
What's Changed
- Fixed workflow deprecation by @nusje2000 in #32
- Updated composer.json by @LucasdeRijke in #31
New Contributors
- @LucasdeRijke made their first contribution in #31
Full Changelog: v2.5.0...v2.6.0
Release v2.5.0
What's Changed
- bumped symfony/finder and symfony/console by @Leroy1112 in #30
New Contributors
- @Leroy1112 made their first contribution in #30
Full Changelog: v2.4.1...v2.5.0
v2.4.1
v2.4.0
Version v2.3.1
- Removed composer/semver dependency
Version v2.3.0
- Added support for replaces on packages using PackageInterface::getReplaces
- Added support for authors on packages using PackageInterface::getAuthors
- Deprecated the cache component
- Deprecated mutating functions on PackageDefinition
Version v2.2.1
- Added node_modules as vendor directory
Version v2.2.0
- added getReplaces function
- added setReplace function
- added removeReplace function
- added JSON_UNESCAPED_UNICODE flag to json_encode for saving composer.json file
Version v2.1.1
- Changed PackageDefinition::addDevDependency to PackageDefinition::setDevDependency
Release v2.0.2
- Removed minimum stability from composer.json