-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Maintenance of this project #109
Comments
Also tagging @lost-anjarrett. |
understandable. |
@prolic Certainly, you can communicate to the community that the PHP version should not exceed 8.0 or 8.1 by specifying the PHP version constraint in the
explain: "require": {
"package-name": "8.0.*"
} With this specification, Composer is instructed to only install versions of "package-name" in the 8.0.x format, where "x" represents any minor version. This means that versions like 8.0.1, 8.0.2, and so on can be installed, but 8.1.0 or 8.1.x will not be installed. |
hi @lost-anjarrett @func0der @thomasvargiu #110 could use some eyes on the last failing (skipped for now) test. |
There are a few problems with this project at the moment:
I don't use this library at my work or hobby projects at the moment, so I have no personal urge to push this forward and make it up to date. However I would feel sad for others who like this project and want to continue using it. I tried to invest an hour today and see how far I get it within that hour, but I ran immediately into issues just running the existing test suite on PHP 8.2 using amqp extension version 2.1. This was my output:
EEEEEEEEEEEEEEE...............EE..E.........EE..........
it just hangs after that. Going into debug mode, I can see the tests hang at
Test 'HumusTest\Amqp\AmqpExtension\JsonRpc\JsonRpcClientAndServerTest::it_sends_requests_and_server_responds' started
.According to packagist.org statistics, as of this writing, this package has overall 148663 downloads with 2591 downloads in the last month alone.
I would love to see some previous contributors step up and work together on a 2.2 (or name it 3.0) version of this library. I'm certainly still willing to do code reviews or give suggestions where I can, but I don't want to spend countless unpaid hours on a project that I don't use anymore.
I hope maybe @basz, @func0der or @thomasvargiu maybe have the time and will to help out here, otherwise I may decide to abandon this project (and maybe revive it later if need may arise for me again).
The text was updated successfully, but these errors were encountered: