-
Notifications
You must be signed in to change notification settings - Fork 27
Composer error #7
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
Comments
Please mention Codeigniter Version and Package version. |
Codeigniter version 4.1.1 . With "Package version" what you mean? |
I have checked CI v 4.1.5 it works fine. Can you please explain the scenario? |
I clone your repo to a new folder on my PC, I navigate to this folder and run " composer require takielias/codeigniter4-websocket @dev" And I get the above error message. |
Please install fresh CI 4 and use |
The issue is if you're using PHP 8, despite the repo saying it works for PHP 7+, it can't be installed with PHP 8. Here's the error I'm receiving:
|
Same problem here! |
Got it. Thanks for the issue. I need time to fix it for PHP 8.0. Any PR would be appreciated. |
I have successfully installed this websocket library on Codeigniter 4.1.9 and PHP 8.1 using : |
it's work, but when running |
I'm going to release a new version for PHP 8 |
we waiting for it. nice to hear. |
I am trying to install the library with Composer but I get the following error"[InvalidArgumentException]
Could not find a version of package takielias/codeigniter4-websocket matching your minimum-stability (stable). Requ
ire it with an explicit version constraint allowing its desired stability."
The text was updated successfully, but these errors were encountered: