Resolves issue where cdev created plugins composer.json with invalid package name.
This does not correct package names on existing installs, to do that you can use the following command:
sed -i -e 's/cdev-plugins/cdev\/plugins/g' ~/.cdev/plugins/composer.json