4spacesdk / CI4OrmExtension

OrmExtension for CodeIgniter 4
MIT License
50 stars 9 forks source link

Please fix vendor namespace `OrmExtension` #14

Open kenjis opened 2 years ago

kenjis commented 2 years ago

It seems you use your vendor namespace OrmExtension: https://github.com/4spacesdk/CI4OrmExtension/blob/67b508b8f036c32e0bafc8997d02a071ecdfcb4c/composer.json#L17

But your package vendor name is 4spacesdk, not ormextension: https://github.com/4spacesdk/CI4OrmExtension/blob/67b508b8f036c32e0bafc8997d02a071ecdfcb4c/composer.json#L2

Vendor namespace is important to avoid conflicts. Everybody need to use their own vendor namespace.

I hope you fix the vendor namespace.

Martin-4Spaces commented 2 years ago

Thank you very much for bringing this up. I will fix it soon.