I have a project with only 3 files of PHP code written by me and a library phpQuyer.php
. I am trying to add
https://github.com/TobiaszCudnik/phpquery
as a dependency of my project.
But I am getting the following error as shown in my screenshot
Is it because in the project on Github it does not have any composer.json
in it?
P.S.
That library is not updated often.
I am trying to integrate Composer with my project because my client said this
"the only thing I would want is composer integrated, so if I need to extend with using additional libraries I can easily do that it should be pretty easy to include composer as part of your package"