twilio / authy-php

A PHP client for Authy
245 stars 87 forks source link

Update phpunit to 6+ #46

Closed robinske closed 2 years ago

robinske commented 6 years ago

Our tests have syntax that breaks in version 6+ and version 5 is unsupported as of this month.

Our Travis build seems to expect version 5.x, but there's nothing that enforces that when you run it locally. If there's a way to specify the phpunit version, let's do that!

aaronhuisinga commented 3 years ago

I took care of this in #80 along with updating other dependencies.