Skip to content

Commit

Permalink
Use '^' instead of '~' in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Jul 24, 2016
1 parent ca25e80 commit 0a294b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
}
],
"require": {
"symfony/framework-bundle": "~2.4|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/routing": "~2.3|~3.0",
"symfony/http-foundation": "~2.4|~3.0",
"symfony/framework-bundle": "^2.4|^3.0",
"symfony/dependency-injection": "^2.8|^3.0",
"symfony/routing": "^2.3|^3.0",
"symfony/http-foundation": "^2.4|^3.0",
"league/oauth2-client": "^1.0"
},
"autoload": {
"psr-4": { "KnpU\\OAuth2ClientBundle\\": "" }
},
"require-dev": {
"league/oauth2-facebook": "^1.1",
"symfony/security-guard": "~2.8|~3.0"
"symfony/security-guard": "^2.8|^3.0"
},
"suggest": {
"symfony/security-guard": "For integration with Symfony's Guard Security layer"
Expand Down

0 comments on commit 0a294b4

Please sign in to comment.