OAuth/src/JacobKiers/OAuth
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
..
Consumer Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
DataStore Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
Request oauth_version parameter should be optional 2014-02-17 15:43:13 +02:00
SignatureMethod Maintain compatibility for PHP 5.3.0 - 5.3.8 2015-10-02 15:34:34 +02:00
Token Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
Credential.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
OAuthException.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
Server.php Fix variable name when creating an "invalid token" exception 2015-07-16 15:53:27 +02:00
Util.php Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00