Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation without composer #4

Closed
cngJo opened this issue Sep 30, 2021 · 1 comment
Closed

Installation without composer #4

cngJo opened this issue Sep 30, 2021 · 1 comment

Comments

@cngJo
Copy link
Member

cngJo commented Sep 30, 2021

This extension cannot be installed without composer currently.
We rely on some composer packages, which are not part of TYPO3 itself.

Is it possible to run composer install when creating a release and include the vendor directory in the ZIP-Archive Github generates for the release?
Also: I guess we need to adjust dependency loading.

Is this even worth it? How many TYPO3 installations nowadays do not use composer?

EDIT
It seems like there is a pretty easy way with composer to accomplish this.
Example from EXT:solr: TYPO3's EXT:solr does this: https://github.com/TYPO3-Solr/ext-solr/blob/main/Resources/Private/Php/ComposerLibraries/composer.json

@cngJo cngJo self-assigned this Sep 30, 2021
@cngJo cngJo removed their assignment Feb 12, 2022
@cngJo
Copy link
Member Author

cngJo commented Oct 3, 2022

Not implementing this, most of the installations use composer nowadays so this "feature" is not needed.

@cngJo cngJo closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant