PHP composer.json support
Donate using PayPal or Bitcoin
This plugin adds auto completion and inspections support for composer.json file in PHP projects.
skipped
To anyone want to write down a "please update the plugin".
This is your awnser:
Since PhpStorm 2020.1 big part of the plugin's features have been built-in into IDE itself so all composer.json editing features are handled by PhpStorm itself. The plugin is not needed anymore - it is the last release.
Taken from plugin repo:
abandoned
Kinsey
23.11.2024Composer’s composer.json file is a powerful way to manage PHP dependencies and project configurations. It allows you to define dependencies, scripts, and autoloading rules in a clean, structured format. If you're new to it, I recommend checking out some tutorials or examples—koalageddon.com has some great resources for related tools and practices. How do you currently manage dependencies in your projects?