You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is necessary to add replace with extension keys for extensions and typo3 for "typo3/cms" to the package.json to satisfy composer requirements.
In typo3 6.2 it is possible to completely define requirements for typo3-cms via composer which means extension keys for extensions but in order to use the typo3-ter extensions / typo3-cms from lightwerk repository via composer this only works if those packages also use "replace".
I cannot use typo3-ter/ as requirement because typo3-cms would then want typo3ter.key to be installed.
For typo3 it is possible to specify via typo3 or also typo3/cms-core . However, by using typo3/cms-core composer loads the typo3-cms-installers which completely disable the lightwerk installers and therefore all typo3-ter extensions are installed wrongly.
The text was updated successfully, but these errors were encountered:
And if the extension has a composer.json then one would also need to add the replace for the composer name of the extension, after all I could have added that one to require too.
Maybe you also should change the "type" for extensions and the core to reflect what typo3 uses with 6.2
extensions: "typo3-cms-extension" and core "typo3-cms-core"
That way the installation would still work if instead of your installers the typo3-cms-installers were used or the composer/installers.
Hi,
it is necessary to add replace with extension keys for extensions and typo3 for "typo3/cms" to the package.json to satisfy composer requirements.
In typo3 6.2 it is possible to completely define requirements for typo3-cms via composer which means extension keys for extensions but in order to use the typo3-ter extensions / typo3-cms from lightwerk repository via composer this only works if those packages also use "replace".
I cannot use typo3-ter/ as requirement because typo3-cms would then want typo3ter.key to be installed.
For typo3 it is possible to specify via typo3 or also typo3/cms-core . However, by using typo3/cms-core composer loads the typo3-cms-installers which completely disable the lightwerk installers and therefore all typo3-ter extensions are installed wrongly.
The text was updated successfully, but these errors were encountered: