Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法用maven为php项目生成依赖列表?如果没有,我该如何生成依赖项列表?
在 PHP 中,您可以使用Composer管理依赖项
您可以将 Composer 与任何自动化系统一起使用,以轻松部署应用程序。
你可以在他们的网站上阅读更多关于它的信息。
Yes, you can: mvn dependency:list
mvn dependency:list
Check out: mvn dependency:help
mvn dependency:help