99designs / http-signatures-php

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

Remove support for < PHP 5.5 and older Symfony versions #25

Closed navitronic closed 8 years ago

navitronic commented 8 years ago

This PR removes support for versions of PHP before 5.5 and versions of Symfony below 2.8

The reasoning behind this is:

navitronic commented 8 years ago

This PR is the first step toward a 3.0 release embracing PSR-7 support.