TYPO3 / CmsComposerInstallers

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

BinaryInstaller can not be found #48

Closed ragsnas closed 8 years ago

ragsnas commented 8 years ago

Hi,

trying to instal this i get an Error that teh BinaryInstaller can not be found.

  - Installing typo3/cms-composer-installers (dev-master 70fa1e6)
    Cloning 70fa1e6a00903d1ecddd8aa0370e0f60e4957b1a
Executing command (CWD): git clone --no-checkout "git://github.com/TYPO3/CmsComposerInstallers.git" "D:\...\vendor\typo3\cms-composer-installers" && cd /D "D:\...\vendor\typo3\cms-composer-installers" && git
remote add composer "git://github.com/TYPO3/CmsComposerInstallers.git" && git fetch composer
Executing command (D:\...\vendor\typo3\cms-composer-installers): git remote set-url --push origin "git@g
ithub.com:TYPO3/CmsComposerInstallers.git"
Executing command (D:\...\vendor\typo3\cms-composer-installers): git branch -r
Executing command (D:\...\vendor\typo3\cms-composer-installers): git checkout "master" --
Executing command (D:\...\vendor\typo3\cms-composer-installers): git reset --hard "70fa1e6a00903d1ecddd8
aa0370e0f60e4957b1a"

Loading plugin TYPO3\CMS\Composer\Installer\Plugin
PHP Fatal error:  Class 'Composer\Installer\BinaryInstaller' not found in D:\...\vendor\typo3\cms-composer-installers\Classes\TYPO3\CMS\Composer\Installer\Plugin.php on line 54

Fatal error: Class 'Composer\Installer\BinaryInstaller' not found in D:\...\Cms\vendor\typo3\cms-composer-installers\Classes\TYPO3\CMS\Composer\Installer\Plugin.php on line 54

Any Ideas?

ragsnas commented 8 years ago

A composer selfupdate did the trick. I had to rollback to an older version before due to a composer bug.