D
D
dmitriy2015-03-09 21:41:51
PHP
dmitriy, 2015-03-09 21:41:51

How to pull the dependencies of an included package through composer?

I pull a package from the git repository, but for some reason the dependencies that this package uses are not pulled up

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
index0h, 2015-03-10
@index0h

If it's dev dependencies in a third party package, download with the --dev flag, but be careful - this is a recursive download of dependency dependencies. If your require is not small, it can rather lead to two outcomes: a conflict of package versions, or a VERY long download.
If the packages are in the suggest directive, they will have to be pulled up by hand.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question