Set requirements for custom bundle

202 Views Asked by At

I try to set requires for my custom bundle. It located in src\CpmName\NameOfBundle. I want that when I run php composer update for this bundle will installed Guzzle (my bundle is client for some public API). I put file composer.json to src\CpmName\NameOfBundle but it doesn't work.

0

There are 0 best solutions below