Skip to content

Commit

Permalink
Add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Gritsajuk committed Apr 13, 2018
1 parent 0ddcfc6 commit d6d9c03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"php": ">=7.1.3",
"guzzlehttp/guzzle": "^6.1",
"symfony/security-guard": "^3.3|^4.0",
"psr/simple-cache": "^1.0"
"psr/simple-cache": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"symfony/http-foundation": "^3.3|^4.0",
"symfony/http-kernel": "^3.3|^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.11",
Expand Down

0 comments on commit d6d9c03

Please sign in to comment.