99designs / http-signatures-php

Sign and verify PSR-7 HTTP messages in PHP.
MIT License
44 stars 32 forks source link

Explicit build matrix for Travis and PHP 7.3 #47

Closed liamdennehy closed 5 years ago

liamdennehy commented 5 years ago

Older version of composer used by Travis-CI accepted a dependency failure for PHP<7.1 and Symfony 4, but new composer version explicitly fails to install a dependency, causing those builds to fail.

This PR explicitly declares which builds to conduct in the matrix with known good combinations, and extends to include PHP 7.3.