Manually Creating composer.json file
You have to create a composer.joson file and write JSON code yourself with the required properties.
- composer config –global(-g) – Operate on the global config file located at $COMPOSER_HOME/comfig.json by default. Without this option, this command affects the local composer.json file.

- composer config –list (-l) __ It shows all the current config variables.


- composer config setting-key “setting-value” – It sets the config key to the value.


- composer config –unset – It removes the configuration element named by setting-key.


- composer config –editor (-e) – Opens the config file (composer.json) in an editor. Use the –global flag to edit the congif (config.json).

Keys:
- name
- version
- type
- description
- license
- homepage
- keywords
Latest posts by rajeshkumar (see all)
- Best DevOps is redefining the DevOps landscape - January 28, 2025
- Unlocking the Power of DevOps: How DevOps Consulting Drives Business Success - January 23, 2025
- DevOps Support: Ensuring Seamless Operations and Continuous Improvement - January 23, 2025