opensolutions / OSS_SNMP

A PHP SNMP library for people who hate SNMP, MIBs and OIDs!
https://github.com/opensolutions/OSS_SNMP/wiki
Other
108 stars 58 forks source link

Failing composer install on machine running PHP7 #25

Closed goatatwork closed 8 years ago

goatatwork commented 8 years ago

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.

goatatwork commented 8 years ago

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

Thanks.