-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer install gives error #4
Comments
Hi! Thank you for this review! I created the composer file a bit early, and I no time to really test it... However I can figure out quite well what is happening, it should be a short time before it gets solved. Bug 1: composer install not workingThe problem is that composer uses git tags to get the versions ( Bug 2: composer dev install not workingBut your other remark brings significant change. For unstable version (dev install), this is an unexpected bug. Thank you for noticing it, it should be quickly solved in a bug-fix release I'm resurrecting this project from ashes because I see potential in it. Yet I'm crawling into dead dependencies and a decade of stagnation into a fast changing environment. If you want to help me a bit, your issues give me good hints on where to act next. Please consider starring the repository, because it is my only mean of advertising for now ;) |
Thanks for the reply and all your work! I am still having issue getting 2.0.4 installed properly so I haven't done much testing yet. As I use lwt on a daily basis, I am happy to do some testing if I have time (already starred the repo). There's been lots of issue with this old programme but I see no better alternative. Since I don't know PHP, I did my best working around some of the issues by changing the HTML and CSS. Also, I'm not a developer and I'm new to open source projects with more than one contributer. However, I might be able to contribute to improving the user interface. I feel like this might be a good topic for a discussion thread(?) |
Hi! I just released v2.1.0 that should solve the issues. Does it work for you? If you want to suggest an enhancement, you can create a new issue. If you don't have a precise idea look at the discussions tab, which is a free chat ;) Enjoy! |
Hi! Thanks for the update. v2.1.0 works now! However, there seems to be a path issue after I think this issue can be closed now! |
Hi!
Great to see this project going again!
Describe the bug
Unable to install dependencies.
To Reproduce
I tried the installation instructions in readme by running
composer install hugofara/lwt
That gave me the error
Invalid argument hugofara/lwt. Use "composer require hugofara/lwt" instead to add packages to your composer.json.
, so I rancomposer require hugofara/lwt
and got this:Specifying version by running
composer require hugofara/lwt:dev-master
gives this:Switching to the
dev-dev
version and testing on Linux result in the same errorExpected behavior
composer install hugofara/lwt
simply worksDesktop:
PHP version: tested on both 7.4.3 on Ubuntu 20.04.3 with Firefox and 7.4.12 on MacOS 12.0.1 with Safari and Vivaldi
Composer version: 2.2.3 on Ubuntu 20.04.3 with Firefox and 2.3-dev on MacOS 12.0.1 with Safari and Vivaldi
Unfortunately, I know little about PHP and couldn't figure out how to resolve the issue. But I'm really looking forward to seeing the future of this project!
The text was updated successfully, but these errors were encountered: