Using in a project without composer impossible? #40
|
Hi! The zip-file https://extensions.typo3.org/extension/download/t3api/1.2.1/zip is shipped without dependencies. The vendor folder is absent. How were it possible to use the extension in a T3 8.7 project, that was installed WITHOUT composer? |
Answered by
klamparski
Aug 3, 2021
Replies: 2 comments 1 reply
|
We always used t3api only with composer based projects. |
0 replies
|
@olek07 We do not plan to support installation without composer but you can create a fork with all the vendors inside extension. Here is an example: #15 (comment) |
1 reply
Answer selected by
kszymukowicz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@olek07 We do not plan to support installation without composer but you can create a fork with all the vendors inside extension. Here is an example: #15 (comment)