我只是想要jQuery并输入命令行
composer require components/jquery ^1.11
但是日志告诉我:
Package operations: 4 installs, 0 updates, 0 removals
- Installing symfony/process (v3.2.7): Loading from cache
- Installing kriswallsmith/assetic (v1.4.0): Loading from cache
- Installing robloach/component-installer (0.2.3): Loading from cache
- Installing components/jquery (1.11.0): Loading from cache
为什么Composer会安装我从未打算安装的PHP相关软件包?我如何摆脱不需要的包裹?是否有更好/更清洁的安装方法?