Skip to content

Commit c359b24

Browse files
Valentin ClavreulVincentChalnot
authored andcommitted
Fixed missing dependencies
1 parent a8c838e commit c359b24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Token/OAuthToken.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
namespace CleverAge\OAuthApiBundle\Token;
1212

13-
use function array_key_exists;
1413
use CleverAge\OAuthApiBundle\Exception\OAuthAuthenticationException;
1514

1615
/**

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"sidus/base-bundle": "~1.0",
2929
"sidus/base-serializer-bundle": "~1.0",
3030
"symfony/serializer": ">2.4,<5.0",
31-
"guzzle/http": ">2.8,<4.0"
31+
"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"
3235
}
3336
}

0 commit comments

Comments
 (0)