You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
8 years ago
..
Consumer Use Interfaces anywhere. 10 years ago
DataStore Use Interfaces anywhere. 10 years ago
Request oauth_version parameter should be optional 9 years ago
SignatureMethod Maintain compatibility for PHP 5.3.0 - 5.3.8 8 years ago
Token Use Interfaces anywhere. 10 years ago
Credential.php Renamed namespace to JacobKiers 10 years ago
OAuthException.php Renamed namespace to JacobKiers 10 years ago
Server.php Fix variable name when creating an "invalid token" exception 8 years ago
Util.php Renamed namespace to JacobKiers 10 years ago