TYPO3 / CmsComposerInstallers

TYPO3 CMS Composer Installer
GNU General Public License v2.0
58 stars 39 forks source link

[BUGFIX] PHP 7.2 compatibility in T3xDownloader::download #73

Closed lolli42 closed 6 years ago

lolli42 commented 6 years ago

Method signature must be compatible with parent: download(Composer\Package\PackageInterface $package, $path, $output = true)

lolli42 commented 6 years ago

Note: This is for 1.3.x branch (core v7.6) only, it is fixed in younger branches already.