Skip to content

1.1.17

Latest
Compare
Choose a tag to compare
@garethmidwood garethmidwood released this 19 Feb 21:54
· 2 commits to master since this release
3d2c7c7

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