This command will guide you through creating your composer.json config. Package name (<vendor>/<name>) [tyrelkelsey/cwp]: ninnypants/cwp Description []: WordPress + Composer example. Author [Tyrel Kelsey <[email protected]>, n to skip]: Minimum Stability []: stable Package Type (e.g. library, project, metapackage, composer-plugin) []: project License []: GPL2 Define your dependencies. Would you like to define your dependencies (require) interactively [yes]? no Would you like to define your dev dependencies (require-dev) interactively [yes]? no
"license": "GPL2", "authors": [ { "name": "Tyrel Kelsey", "email": "[email protected]" } ], "minimum-stability": "stable", "require": {} } Do you confirm generation [yes]? Would you like the vendor directory added to your .gitignore [yes]? yes
"git add <file>..." to include in what will be committed) plugins/formidable-pro/ plugins/formidable/ plugins/wordpress-seo/ themes/cwp-theme/ nothing added to commit but untracked files present (use "git add" to track)