-
Notifications
You must be signed in to change notification settings - Fork 48
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
extension:install composer packages #14
Comments
@stevenrombauts the above commit was started at the Timble Workshop. On the train you said there might be other relevant tickets relating to composer? |
@yiendos I was referring to tickets #21 and #28. But this ticket is still unrelated to those right now: here we just want to be able to install components by package name instead of local directory. For example: |
- ability to install composer and J extensions sequentially - brought in composer process to help catch composer require errors
- therefore going to roll back to passthru
- site:create timble --symlink textman only passes in 'all' - putting back in place original type casting
Note regex used in branchIs tested against the following: |
- use array_map and array_filter to generate - use strpos to determine whether / present
@yiendos Does this require any more work? |
hmmm @stevenrombauts I honestly can't remember the state of this ticket. I can jump back in and refresh myself with the code |
Thanks @yiendos, nothing urgent, it looks like this code is basically finished so no reason not to include it in the upcoming 1.5 release then - unless it needs a lot more work. |
Working like a charm, @yiendos. Thanks! |
If a package name (vendor/package) is passed to the extension:install command, install it using Composer
The text was updated successfully, but these errors were encountered: