Method |
Description |
|
getDescSortedVersions ( array $packages ) : Composer\Package\PackageInterface[] |
Sorts by version the list of packages. |
|
getHighestVersion ( array $packages ) : Composer\Package\PackageInterface |
Gets the highest version of packages. |
|
getMappedPackageList ( array $packages ) : array |
Gets a list of packages grouped by name with a list of versions. |
|
getTwigEnvironment ( ) : Twig_Environment |
Gets the twig environment. |
|
getTwigTemplate ( ) : string |
Gets the twig template name. |
|
groupPackagesByName ( array $packages ) : array |
Gets a list of packages grouped by name. |
|
setDependencies ( array $packages ) |
Defines the required packages. |
|