Skip to content

Commit ca0d268

Browse files
committed
Fix using the oauth endpoint when a project dependency
1 parent 6a394a2 commit ca0d268

File tree

4 files changed

+245
-235
lines changed

4 files changed

+245
-235
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"symfony/console": "^4.3",
1616
"symfony/filesystem": "^4.3",
1717
"twig/twig": "^2.11",
18-
"guzzlehttp/guzzle": "^6.3"
18+
"guzzlehttp/guzzle": "^6.3",
19+
"symfony/http-foundation": "^4.3"
1920
},
2021
"autoload": {
2122
"psr-4": {

0 commit comments

Comments
 (0)