We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c838e commit c359b24Copy full SHA for c359b24
Token/OAuthToken.php
@@ -10,7 +10,6 @@
10
11
namespace CleverAge\OAuthApiBundle\Token;
12
13
-use function array_key_exists;
14
use CleverAge\OAuthApiBundle\Exception\OAuthAuthenticationException;
15
16
/**
composer.json
@@ -28,6 +28,9 @@
28
"sidus/base-bundle": "~1.0",
29
"sidus/base-serializer-bundle": "~1.0",
30
"symfony/serializer": ">2.4,<5.0",
31
- "guzzle/http": ">2.8,<4.0"
+ "symfony/security": ">2.4,<5.0",
32
+ "php-http/httplug": "^1.0 || ^2.0",
33
+ "sensio/framework-extra-bundle": "^5.1",
34
+ "guzzlehttp/psr7": "^1.0"
35
}
36
0 commit comments