OAuth/src/JacobKiers/OAuth/SignatureMethod
Jacob Kiers 3099dcf617 Maintain compatibility for PHP 5.3.0 - 5.3.8
Interface inheritance is not possible before PHP 5.3.9. That is an
artefact of PHP bug 43200 (https://bugs.php.net/43200).

Since the composer.json states that the PHP versions >= 5.3.0 are
supported, we have to maintain compatibility with PHP 5.3.X.

Fixes: #7

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2015-10-02 15:34:34 +02:00
..
HmacSha1.php Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
PlainText.php Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
RsaSha1.php Remove parameter should be passed reference 2013-11-19 20:54:56 +01:00
SignatureMethod.php Maintain compatibility for PHP 5.3.0 - 5.3.8 2015-10-02 15:34:34 +02:00
SignatureMethodInterface.php Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00