heiglandreas/Org_Heigl_Hyphenator

Modify package name to fix Composer deprecated warnings

Closed this issue · 1 comments

During composer installation, it will present following warning message:

Deprecation warning: Your package name Org_Heigl/Hyphenator is invalid, it should not contain uppercase characters. We suggest using org_heigl/hyphenator instead. Make sure you fix this as Composer 2.0 will error.

To be compatible with latest Composer version, we should consider modifying package name.

Closed via PR #47.