开发者 | icelayer |
---|---|
更新时间 | 2024年9月23日 08:23 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 |
版权网址: | 版权信息 |
composer.json
file and provides system information based on the active plugins and theme in your WordPress installation. It's designed to help you easily manage your site's dependencies through Composer, a tool for dependency management in PHP.
system-info
folder to the /wp-content/plugins/
directory on your WordPress server.The plugin scans your current WordPress setup for active plugins and the active theme, then generates composer.json
information containing the necessary requirements for Composer.
composer.json
file?The generated composer.json
content is displayed in the WordPress admin interface under Tools -> System Info
. You can easily copy the content from there.
No, the plugin does not write any files to the server. It simply generates and displays the composer.json
content for you to copy.
No, you don't need to have Composer installed to use this plugin. It simply generates the composer.json
file content. Composer itself will need to be installed separately if you intend to manage dependencies with it.