ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.28k stars 1.35k forks source link

Packagist / ThingEngineer / JoshCam inconsistencies #1031

Closed iahim closed 2 months ago

iahim commented 2 months ago

Hello,

Is it possible to somehow define which packagist project is the correct one, and maybe keep only one?

On https://packagist.org/packages/thingengineer/mysqli-database-class we are still at version 2.9.3. On https://packagist.org/packages/joshcam/mysqli-database-class we are at 2.9.4

On joshcam packagist in the documentation is mentioned to use composer require thingengineer/mysqli-database-class.

On the MysqliDb.php file the @version is still 2.9.3 (even though the file is from 2.9.4)

Many thanks again for a great module!

ThingEngineer commented 2 months ago

My apologies I forgot that Packagist was not auto-updated. It is updated now and I added a todo to setup a hook to keep it updated.

thingengineer is the correct project.

Thanks Mike @iahim and you're very welcome!

iahim commented 2 months ago

@ThingEngineer many thanks for updating the package and for creating it! Chapeau!