Closed DarrylMcoder closed 2 years ago
Those files are already inside the repo though?
Yes those are there. But I want something different. Maybe I'm mixed up and it doesn't make sense. I want to use your library without having its code all in my own repo. Rather I want to require it via composer. Just like your library in turn requires athlon1600/php-curl-file-downloader. Heroku needs those composer files and I currently have no way to generate them (Except maybe manually lol). Sorry if my issue doesn't make sense.
I currently have my own copy of your library deployed to Heroku, but this has its disadvantages because I have to update any changes manually. I also don't have a device capable of running composer, being an amateur who codes on his phone. So could you provide the composer.json and composer.lock files necessary to require your library in the README of your repo (or anywhere else for that matter). It would be great for beginners like me. Thanks