Skip to content

Commit

Permalink
Merge pull request #7 from stloyd/patch-1
Browse files Browse the repository at this point in the history
Don't lock lexik bundle to dev version anymore
  • Loading branch information
gfreeau committed Jul 28, 2015
2 parents 974b7d3 + bacfa11 commit c108294
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Expand Up @@ -15,11 +15,16 @@
"php": ">=5.3.3",
"symfony/symfony": "~2.3",
"symfony/framework-bundle": "~2.3",
"lexik/jwt-authentication-bundle": "1.0.*@dev"
"lexik/jwt-authentication-bundle": "~1.0"
},
"autoload": {
"psr-0": { "Gfreeau\\Bundle\\GetJWTBundle": "" }
},
"target-dir": "Gfreeau/Bundle/GetJWTBundle"
"target-dir": "Gfreeau/Bundle/GetJWTBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit c108294

Please sign in to comment.