opensolutions/OSS_SNMP

Failing composer install on machine running PHP7

Closed this issue · 1 comments

Hello,

A "composer require opensolutions/oss-snmp" is resulting in:

[InvalidArgumentException]
Could not find package opensolutions/oss-snmp at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

The problem may not be PHP7, but I bring it up because I have this package installed (and working wonderfully, thank you very much) on several other boxes that are not running PHP7.

If there is more information I can gather or anything I can test, please let me know. I will be happy to contribute in any way I can.

Thanks.

Worked around it by including "opensolutions/oss-snmp": "dev-master" in my composer.json. Noob.

Thanks.