takielias / codeigniter4-websocket

Codeigniter 4 Websocket Built for real-time application
https://ebuz.xyz
MIT License
81 stars 26 forks source link

Composer error #7

Closed eyeway1968 closed 7 months ago

eyeway1968 commented 2 years ago

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."

takielias commented 2 years ago

Please mention Codeigniter Version and Package version.

eyeway1968 commented 2 years ago

Codeigniter version 4.1.1 . With "Package version" what you mean?

takielias commented 2 years ago

I have checked CI v 4.1.5 it works fine. Can you please explain the scenario?

eyeway1968 commented 2 years ago

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.

takielias commented 2 years ago

Please install fresh CI 4 and use composer require takielias/codeigniter4-websocket @dev

AlexNeises commented 2 years ago

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:


[InvalidArgumentException]
Package takielias/codeigniter4-websocket at version @dev has requirements incompatible with your PHP version, PHP extensions and Composer version:
  - takielias/codeigniter4-websocket dev-master requires php ^7.2 which does not match your installed version 8.0.15.
alfonsotesone commented 2 years ago

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:

[InvalidArgumentException]
Package takielias/codeigniter4-websocket at version @dev has requirements incompatible with your PHP version, PHP extensions and Composer version:
  - takielias/codeigniter4-websocket dev-master requires php ^7.2 which does not match your installed version 8.0.15.

Same problem here!

takielias commented 2 years ago

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:

[InvalidArgumentException]
Package takielias/codeigniter4-websocket at version @dev has requirements incompatible with your PHP version, PHP extensions and Composer version:
  - takielias/codeigniter4-websocket dev-master requires php ^7.2 which does not match your installed version 8.0.15.

Got it. Thanks for the issue. I need time to fix it for PHP 8.0. Any PR would be appreciated.

aldiku commented 2 years ago

I have successfully installed this websocket library on Codeigniter 4.1.9 and PHP 8.1 using : composer require takielias/codeigniter4-websocket @dev --ignore-platform-req=php

mdestafadilah commented 7 months ago

I have successfully installed this websocket library on Codeigniter 4.1.9 and PHP 8.1 using : composer require takielias/codeigniter4-websocket @dev --ignore-platform-req=php

it's work, but when running composer update we must remove line this before running update.

takielias commented 7 months ago

I'm going to release a new version for PHP 8

mdestafadilah commented 7 months ago

I'm going to release a new version for PHP 8

we waiting for it. nice to hear.