This is the first time I'm trying to work with composer
, the purpose is to use only PHPUnit
, since I do not use any dependencies anymore. When installing composer
, with composer.json
having only PHPUnit
as a dependency, it still installs other dependencies like:
- symfony
- doctrine
- phpspec
- sebastian
- phpdocumentor
I do not know if they are required in composer
or if it is 'intrusive' and installs this every time. I've heard of some of these dependencies, but I've never used them and I do not know how to use them. What do each of them do for the project? Is it possible to delete? How?