ezSQL / ezsql

PHP class to make interacting with a database ridiculusly easy
http://ezsql.github.io/ezsql
GNU Lesser General Public License v3.0
866 stars 291 forks source link

Error when running composer #194

Closed TrevorRoberts closed 4 years ago

TrevorRoberts commented 4 years ago

Hi, I first used ezSQL when it first came out. I just downloaded it again today and see that I must use composer to install it. I immediately got an error saying:

"Root package 'ezsql/ezsql' cannot require itself in its composer.json".

I miss the old day when you could just download something and include it without being forced to load all kind of frameworks and other junk.

I got the error after installing GitHub Desktop and Composer then running "composer require ezsql/ezsql".

Thanks in advance. Trevor

TheTechsTech commented 4 years ago

Delete your 'composer.json' file or do 'composer update ezsql/ezsql' instead.

TrevorRoberts commented 4 years ago

Thank you very much!

On Tue, 15 Sep 2020, 17:36 L. Stubbs notifications@github.com wrote:

Delete your 'composer.json' file or do 'composer update ezsql/ezsql' instead.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ezSQL/ezsql/issues/194#issuecomment-692798070, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2FRUQAMZTTBPNX257KLC3SF6CZJANCNFSM4RNIEQFA .