TYPO3 / CmsComposerInstallers

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

Problem with Robloach Component INstaller #11

Closed sneps85 closed 9 years ago

sneps85 commented 9 years ago

If a TYPO3-Extension depends on a Robloach-Component (e.g. eonasdan bootstrap-datetime-picker, moment, ..) the extension will be installed on the wrong place (in Packages/Libraries instead of typo3conf/ext). Could the issue lay in your component installer?

HenningCash commented 9 years ago

No, this is because TYPO3 tells so. But if you are on 6.x branch there is still no full composer support. There will be a TYPO3 7.x update next week with focus on composer support (so says the roadmap).

tmaroschik commented 9 years ago

Hey @sneps85, during our April Sprint we identified some blockers for full composer support. It won't make it into 7.3 but probably into one of the versions until LTS. We have to change typo3 a bit more than we anticipated for that. But things will become leaner and faster.

Regarding your issue, has your extension the correct "type" set up in the extensions composer.json? It should be 'typo3-cms-extension'. Otherwise the installer doesn't identify it as an extension.

helhum commented 9 years ago

@sneps85 I close this now. If you have further feedback please add comments here.