Skip to content

Commit

Permalink
bug #515 Re-add namshi/jose as an hard requirement until 3.0 (chalasr)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x-dev branch.

Discussion
----------

Re-add namshi/jose as an hard requirement until 3.0

Closes #514

Commits
-------

5d97dea Re-add namshi/jose as an hard requirement until 3.0
  • Loading branch information
chalasr committed Jun 30, 2018
2 parents b3495c7 + 5d97dea commit acf4d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"php": "^5.5|^7.0",
"symfony/framework-bundle": "^3.4|^4.0",
"symfony/security-bundle": "^3.4|^4.0",
"lcobucci/jwt": "^3.2"
"lcobucci/jwt": "^3.2",
"namshi/jose": "^7.2"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4|^4.0",
Expand All @@ -49,8 +50,7 @@
"symfony/dom-crawler": "^3.4|^4.0",
"symfony/var-dumper": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0",
"friendsofphp/php-cs-fixer": "^1.1|^2.8",
"namshi/jose": "^7.2"
"friendsofphp/php-cs-fixer": "^1.1|^2.8"
},
"suggest": {
"gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony",
Expand Down

0 comments on commit acf4d53

Please sign in to comment.