Skip to content

Commit

Permalink
Merge pull request #202 from knpuniversity/fix-dep
Browse files Browse the repository at this point in the history
Fixing bad require - should be in require-dev
  • Loading branch information
weaverryan authored Oct 2, 2019
2 parents 203237a + b4d3fdf commit a992e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"symfony/dependency-injection": "^3.4|^4.0",
"symfony/routing": "^3.4|^4.0",
"symfony/http-foundation": "^3.4|^4.0",
"league/oauth2-client": "^1.0|^2.0",
"symfony/phpunit-bridge": "^4.3"
"league/oauth2-client": "^1.0|^2.0"
},
"autoload": {
"psr-4": { "KnpU\\OAuth2ClientBundle\\": "src/" }
Expand All @@ -28,6 +27,7 @@
},
"require-dev": {
"league/oauth2-facebook": "^1.1|^2.0",
"symfony/phpunit-bridge": "^4.3",
"symfony/security-guard": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0",
"phpspec/prophecy": "^1.8"
Expand Down

0 comments on commit a992e79

Please sign in to comment.