Hopefully someone that manages the supported plugins page is monitoring this.
The make.php no longer works as PHP no longer supports upper case names, and their is a the hard coded repository that is defunct. Some of the supported plugins also have non-met dependencies because they are calling older modules of code that have since been deprecated. Attention to the page would be appreciated.
Plugins
The plugin download pages do not require you to use make.php?
The direct link is here:
https://osticket.com/download/#ostPlugin
You should be able to use Composer 1.0; it supports lowercase repo names (PHP 7.0).
Cheers.
Thanks @KevinTheJedi some of the names in github page I was looking at were mixed case osTicket and as such the current composer would not accept them. But @ntozier it looks like I was looking for plugins in an old repo so that explains a lot. Thank you for the correct link
Thanks.